Re: Tracking Banner Ad w/ UTM Sources

Anonymous
Not applicable

Tracking Banner Ad w/ UTM Sources

I created custom URLs using the Google Analytics URL builder, and I created fields in Marketo called:

utm_source
utm_campaign
utm_medium

I am using a URL that that contains each of those parameters. 
?utm_source=naa&utm_medium=native&utm_campaign=advantage

I created a campaign to track leads who visit this URL (see image below), but it's adding me as a member. Is there something I need to do to map the marketo fields to GA? I thought it would just pull those parameters from the URL. Any help is welcome!

0EM50000000SyXF.jpg
Tags (1)
16 REPLIES 16
Josh_Hill13
Level 10 - Champion Alumni

Re: Tracking Banner Ad w/ UTM Sources

Are you using these fields as hidden fields on the form?

How do you want to use these fields exactly?

Also, the trigger should look at a specific Web page + Referrer CONTAINS "?XXXXX"
Anonymous
Not applicable

Re: Tracking Banner Ad w/ UTM Sources

So - the page doesn't have a form - http://secondstreetlab.com/2014/02/making-print-your-competitive-advantage-for-online-promotions/

I'll try updating the trigger. 

If I do that, should it fix the issue, you think?

 
Josh_Hill13
Level 10 - Champion Alumni

Re: Tracking Banner Ad w/ UTM Sources

No, that won't work. How will Marketo know to place these values in the fields? To do that w/o a form requires jquery and munchkin to work together. You need a developer.

It may work if you look at Referrer or Querystring- which pulls in the whole thing after the ? but I would not rely on this.
Anonymous
Not applicable

Re: Tracking Banner Ad w/ UTM Sources

Is there another way to do this without a developer?
Bruce_Jeffers
Level 4

Re: Tracking Banner Ad w/ UTM Sources

Kelly, to my knowledge you can't directly map those fields to Google Analytics.  But Josh's comment is right -- To search for UTM codes, use the "Querystring" constraint on the Visits Web Page trigger (or filter).

The numbers in Marketo vs. Google Analytics won't always match up 100% though....because if someone has cookies disabled or 'Do Not Track' turned on in their browser, Marketo may not be able to see these UTM codes on their page visit.
Bruce_Jeffers
Level 4

Re: Tracking Banner Ad w/ UTM Sources

0EM50000000SyXZ.jpg
Anonymous
Not applicable

Re: Tracking Banner Ad w/ UTM Sources

if you have a form use the url parameters in hidden fields .
SanfordWhiteman
Level 10 - Community Moderator

Re: Tracking Banner Ad w/ UTM Sources

Hey @Kelly T - I say this a lot on these forums, but you need only the slightest bit of JS to make this work.

"The slightest bit" can of course be too much, and I'm a developer so I don't get worried, but here I've built a page that auto-posts a hidden form.  The form itself is entirely created and maintained within the Marketo Forms 2.0 builder. All the field mappings (setting up your hidden form fields to grab values from the URL) are managed in the Marketo UI.  You only have to include the auto-posting code in your pages, subsituting your own Marketo client ID and the Form ID of course.

 
Anonymous
Not applicable

Re: Tracking Banner Ad w/ UTM Sources

Thanks for the input. How does that hidden form work? You hide the form on an entire site? I'm confused about how that connects to a specific page. 

I'm essentially trying to track GA utm tags from custom URLs into marketo to tell how effective an ad campaign was.