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

UTM Parameters Not Updating Correctly #291

Open
angelocala94 opened this issue Jun 10, 2024 · 0 comments
Open

UTM Parameters Not Updating Correctly #291

angelocala94 opened this issue Jun 10, 2024 · 0 comments

Comments

@angelocala94
Copy link

I've encountered an issue where the UTM parameters stored in cookies do not always match the UTM parameters in the document location (dl param). Specifically, I often observe cases where the UTM parameter in the URL is different from the one stored in the cookies from a previous session.

For example:

Document Location URL: https://page.com/test?utm_creative_format=test
Stored UTM Cookie Value: old_test (value from a previous session)
Expected UTM Parameter (in the pixel request): utm_creative_format=test
Actual UTM Parameter (in the pixel request): utm_creative_format=old_test (value from a previous session)

Has anyone else experienced this problem?

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

No branches or pull requests

1 participant