Skip to content
New issue

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

added query parameters and hash fragments to reported url #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SierraGolf
Copy link
Contributor

currently only the path without any query parameters or hash fragments is reported. this leads to problems when integrating for example adwords with analytics. the missing gclid parameter which adwords attaches but which is not reported to analytics (through gtm) causes analytics to not associate the sessions with the adwords click.

I imagine there are plenty similar issues.

btw. the this.route.path(this.params, this.params) is kind of a hack, because I did not know a better way to extract path, query and hash parameters in a more elegant way. I am open for suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant