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

Implement context tracking with the beacon API #3145

Closed
wants to merge 1 commit into from
Closed

Implement context tracking with the beacon API #3145

wants to merge 1 commit into from

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Feb 9, 2024

This means less code to deal with ourselves.
This API has good support in all modern browsers https://caniuse.com/beacon

Fixes #3144

This means less code to deal with ourselves
@jcoyne
Copy link
Member Author

jcoyne commented Feb 15, 2024

While the beacon works, the next page load occurs at the same time, so the tracking URL is not in the same session cookie as the item page draw request.

@jcoyne jcoyne closed this Feb 15, 2024
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.

Replace custom tracking with sendBeacon
1 participant