-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: add Google Ads conversion tracking to reviewer page #8831
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
feat: add Google Ads conversion tracking to reviewer page #8831
Conversation
Review Complete ✅No issues found. The implementation correctly:
The PR is ready to merge. |
|
🚀 Preview deployed! Your changes have been deployed to Vercel: This preview will be updated automatically when you push new commits to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
Implements Google Ads conversion tracking for the "Start 14 Day Trial" buttons on the PR Reviewer landing page (roocode.com/reviewer).
Changes
trackGoogleAdsConversion()inapps/web-roo-code/src/lib/analytics/google-ads.tspage.tsx) and client component (ReviewerContent.tsx) to support onClick handlersonClick={trackGoogleAdsConversion}to both "Start 14 Day Trial" buttonsConversion Event Details
AW-17391954825/VtOZCJe_77MbEInXkOVA10.0 USDTechnical Notes
typeof windowcheckImportant
Adds Google Ads conversion tracking to the reviewer page with refactoring for client-server component separation and user consent handling.
AW-17391954825/VtOZCJe_77MbEInXkOVA, Value:10.0 USD.gtagis loaded.page.tsx(server component) andReviewerContent.tsx(client component).onClick={trackGoogleAdsConversion}to trial buttons inReviewerContent.tsx.trackGoogleAdsConversion()ingoogle-ads.tsfor conversion tracking.typeof windowcheck.This description was created by
for 1c65f6f. You can customize this summary. It will automatically update as commits are pushed.