SOLVED

Using 'gclid' with UTM Values

Go to solution
Cody_Haener
Level 3

Using 'gclid' with UTM Values

Hi everyone,

I’m curious how others who are using Google’s autotagging feature are tracking their AdWords campaigns in Marketo. Will adding UTM variables to an autotagged URL causes any issues in Google Analytics since the URL would also have the ‘gclid’ value?

I’d like to continue to use autotagging since it gives us more data in Google Analytics, but I also have javascript running on our site that saves the UTM values as a cookie when someone visits our site for attribution within Marketo. By just using URLs with 'gclid' values, I'm not able to attribute leads to specific AdWord ads or campaigns in Marketo. I’m concerned that using a combination of the ‘gclid’ and UTM values could result in duplicate data in Google Analytics.

How is everyone else handling this?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Using 'gclid' with UTM Values

The question should probably be over in the Products space.

Anyway, you don't have to worry about duplicate data. The autotagged metadata (pointed to by the `gclid` param) will override UTM info on the Google side by default (there's a setting to switch the priority, but you don't want that).

But there's also no reason to use param names starting with "utm_" outside of GA. They have no magic meaning and you could use your own naming convention to completely eliminate confusion.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Using 'gclid' with UTM Values

The question should probably be over in the Products space.

Anyway, you don't have to worry about duplicate data. The autotagged metadata (pointed to by the `gclid` param) will override UTM info on the Google side by default (there's a setting to switch the priority, but you don't want that).

But there's also no reason to use param names starting with "utm_" outside of GA. They have no magic meaning and you could use your own naming convention to completely eliminate confusion.

Cody_Haener
Level 3

Re: Using 'gclid' with UTM Values

Hi Stanford,

Thanks for confirming that this won't cause any issues in GA. I haven't considered using a completely different parameter name instead of 'utm'. I may need to play around with that.

Also - I moved this thread to the Product space.

Thanks!