feat: add Google Ads conversion tracking#38
Merged
wavekat-eason merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
Wire AW-18128547216 alongside the existing GA4 tag. TalkCTA fires book_a_call, email_signup, and mailto_click events; conversion labels are placeholders until the actions are created in Google Ads. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
4 tasks
wavekat-eason
added a commit
that referenced
this pull request
Apr 30, 2026
## Summary - Swap in the three conversion labels created in Google Ads - `book_a_call` (Book appointment), `email_signup` (Sign-up), `mailto_click` (Contact) - All wiring from #38 stays the same — only the placeholder strings change ## Test plan - [ ] After deploy, click "Book a call" on `/voice/talk/` → see entry in Google Ads → Conversions → All conversions (may take up to 3h to surface) - [ ] Submit Buttondown form → entry under Sign-up - [ ] Click `eason@wavekat.com` mailto → entry under Contact - [ ] Confirm Smart Bidding has data after ~1 week so we can move to Maximize Conversions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AW-18128547216) alongside existing GA4, sharing one loaderbook_a_call,email_signup, andmailto_clickconversion events inTalkCTAFollow-up (manual, in Google Ads UI)
REPLACE_WITH_*_LABELplaceholders insrc/components/TalkCTA.astroTest plan
gtag/js?id=G-H8ZGBL04R7)dataLayercontains bothG-H8ZGBL04R7andAW-18128547216configsconversionevent in Google Ads → Conversions → Status🤖 Generated with Claude Code