We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 });
this.gtag.set({ user_id: this.userId });
The text was updated successfully, but these errors were encountered:
I think I know where the issue is, I'll make a PR soon.
Sorry, something went wrong.
Fixed in #15
This fix is still not in the master. When are you going to publish it?
@StarWix fix still doesn't seem to be implemented. @codediodeio is there a problem with the PR?
No branches or pull requests
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 });
The text was updated successfully, but these errors were encountered: