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

Enhance GA tracking consent check #229

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Enhance GA tracking consent check #229

merged 1 commit into from
Oct 22, 2024

Conversation

Gcolon021
Copy link
Contributor

@Gcolon021 Gcolon021 commented Oct 2, 2024

[ALS-6742] FIX: Google Consents

  • The default consent is now set on every page appropriately.
  • Removed security_storage and replaced it with ad_user_data.
  • Updated unit test to reflect this change.
  • Moved all related code into a single GoogleTracking.svelte class. This made it easier to ensure things are loaded in the expected order and to maintain the code.

@Gcolon021 Gcolon021 self-assigned this Oct 2, 2024
@JamesPeck JamesPeck added the bug Something isn't working label Oct 2, 2024
@JamesPeck JamesPeck changed the base branch from dev to release October 11, 2024 13:16
Consolidate Google Analytics, Tag Manager, and Consent functionalities into a single component for better maintainability. This change removes the individual components for each functionality and integrates them into a unified `GoogleTracking.svelte` component. Updated the layout to only include the new component and adjusted the tests accordingly to reflect the new consent properties.
@Gcolon021 Gcolon021 merged commit 92bbf94 into release Oct 22, 2024
3 checks passed
@Gcolon021 Gcolon021 deleted the Google-Consent-Fix branch October 22, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants