Trying to figure out how to track conversions for ad clicks. I currently send GCLID to Google Analytics 4, but have no way of telling whether GA4 will pick it up as an ad-based conversion and send it to Google Ads. (On the Google side, I have GA4 linked to Google Ads with key events marked as conversion actions.)
Here’s my setup: when a user arrives on the site with a gclid in the URL, I store the gclid in a cookie. After they sign up for a free trial and finish the onboarding (inside the web app), I send a “New Signup” event from the server to Segment with the user’s email and gclid from the cookie. Then I have a Google Analytics 4 Cloud destination set up like this:
I have no idea if this will work though, since Google doesn’t provide a mechanism for actually testing ad clicks. Do I have the mapping set up correctly?
I also played around with the Google Ads Conversion destination. My understanding is that it’s a way of bypassing Google Analytics and sending conversions directly to Google Ads. I hesitated on enabling it though, because I don’t know what type of data and insights I’d be missing out on.