-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: add Google Tag Manager to marketing website #9148
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
Conversation
Re-review complete. The previous GDPR consent issue has been resolved - GTM now properly checks consent before loading.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: This preview will be updated automatically when you push new commits to this PR. |
|
@roomote can you remove the previous Google Ads implementation, as I will set that up using Tag Manager going forward? |
Working on removing the previous Google Ads implementation from the marketing website. |
|
@roomote can you remove the previous Google Ads implementation, as I will set that up using Tag Manager going forward? |
Removed Google Ads implementation. All local checks passed. |
|
@roomote can you remove the previous Google Ads implementation, as I will set that up using Tag Manager going forward? |
Working on removing the previous Google Ads implementation from the marketing website. |
Fixed the GDPR consent issue by wrapping GTM in a client component that checks consent before loading. All local checks passed. |
Re-review complete. The previous GDPR consent issue has been resolved - GTM now properly checks consent before loading.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
This PR adds Google Tag Manager (GTM-M2JZHV8N) to the marketing website to enable tracking and analytics capabilities.
Changes Made
afterInteractivestrategyImplementation Details
Testing
Resolves: Slack request to add Google Tag Manager to the marketing website
Important
Adds Google Tag Manager to the marketing website, replacing Google Analytics, with GDPR-compliant consent handling.
GoogleTagManagerProvideringoogle-tag-manager-provider.tsx.GoogleAnalyticsProviderfromproviders.tsxand replaces it withGoogleTagManagerProvider.trackGoogleAdsConversioncalls fromAgentLandingContent.tsx.next/scriptfor GTM script withafterInteractivestrategy.This description was created by
for 003a8be. You can customize this summary. It will automatically update as commits are pushed.