sirbots/ActiveCampaign-UTM-Subscription-Source

Google Ads - GCLID

Closed this issue · 1 comments

Google Ads appends GCLID as the parameter instead of UTM parameters. Is there a way to update the code so that it uses the data within the GCLID for the UTM parameters?

I think it should be possible to pull in the GCLID string using this. As for decoding the actual information contained in the GCLID, this discussion might be helpful.

I think my approach would be to use a tracking template with custom parameters in AdWords and then pass those values into the AC form. You would have to modify the code to store and read these parameters (just as it currently does with UTM parameters), and create custom fields in AC to store them.

I don't have time to develop something like this now, but you're free to fork and try it or submit a PR if you come up with a solution.