angular-gtag icon indicating copy to clipboard operation
angular-gtag copied to clipboard

It seems that is not tracking gtag('set', params);

Open BruneXX opened this issue 5 years ago • 4 comments

I've tried to use set() method and debugging with GA debug extension for chrome with no success, the set() method doesn't set anything.

code was: this.gtag.set({ user_id: this.userId });

BruneXX avatar Aug 07 '20 20:08 BruneXX

I think I know where the issue is, I'll make a PR soon.

BruneXX avatar Aug 07 '20 20:08 BruneXX

Fixed in https://github.com/codediodeio/angular-gtag/pull/15

StarWix avatar Feb 14 '21 23:02 StarWix

This fix is still not in the master. When are you going to publish it?

rivanitskiy avatar Feb 15 '21 15:02 rivanitskiy

@StarWix fix still doesn't seem to be implemented. @codediodeio is there a problem with the PR?

PixelPerfectJenna avatar Sep 28 '21 21:09 PixelPerfectJenna