Re: Tracking Google Adwords Search Term

Anonymous
Not applicable

Tracking Google Adwords Search Term

Hi All,
 I am looking to run a Google Adwords campaign that is integrated with marketo and seem to understand all of the basics. The problem I am running into is this, How do I track the unique search term that drove the click?

I'll walk through an example to give you an idea of the issue I am having. Say we build a URL as Marketo/Google instruct and it looks like this:

marketo.com/?utm_source=Google&utm_medium=CPC&utm_term=marketing

This works great but it operates under the assumption that we somehow know the term that drove the behavior in advance*. I learned a lot in my marketing classes but never did we discuss fortune-telling. So, how do I get that value to populate dynamically with the users search term when they click the ad? Think of this as the equivalent of Marketo's "Original Search Phrase" but for Adwords.

Marketo mentions using Google ValueTrack parameters to do this but I have had no luck with that (https://community.marketo.com/MarketoArticle?id=kA050000000L8SwCAK). Does anyone have an example of using ValueTrack parameters in a google adwords/marketo environment? Or am I going about this the wrong way?

Thanks!
 Bryant

*This is operting under the assumption that we are not using an exact match in our Adwords campaign.
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Tracking Google Adwords Search Term

Hi Bryant,

This article explains how to use cookies to capture the search string and then insert it into hidden fields on a form with some custom Javascript.

var searchStringField = "#Search_String__c";

Thanks, Ei-Mang


Anonymous
Not applicable

Re: Tracking Google Adwords Search Term

Thanks Ei-Mang this is helpful.  What level of javascript knowledge is required to implement this?