SOLVED

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

Go to solution
Anonymous
Not applicable

Auto-populate hidden form field for Google Adwords or Organic Search?

Has anyone have experience in setting up a hidden form field(e.g. lead source) for sources like Google Adwords or Organic Search Engine?

How can I populate the lead source field with information like "yahoo natural search", "google natural search" or "bing natural search"?

We've been using UTM tracking codes on some lead referral companies, not sure if we can use the tactics on search engine or adwords?

Thank you very much for any inputs!

Emma

1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

To handle organic, you will need to use referrer data and may have to couple that with munchkin cookie info and javascript. Your web dev can help with this.

View solution in original post

6 REPLIES 6
Stijn_Heijthuij
Level 7

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

Hi Emma,

For auto population of hidden fields you can select a couple of options:

Set a Hidden Form Field Value - Marketo Docs - Product Docs

Screen Shot 2016-01-28 at 8.50.26 AM.png

Using the URL Parameter, you can filter the value for one of the parameters. In this case probably a UTM parameter. You could set it to "utm_source" or utm_medium" depending on what you want to filter out.

Let me know if that works?

Anonymous
Not applicable

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

We used UTM parameter on our other referral and channel partner program, and I wonder is this the right approach for "organic search" or "google adwords". I'm looking to auto-populate the "lead source" field, and how we can figure out whether the lead came to us from Bing search or Yahoo search, or from our Google ad?

Thanks Stijn.

Josh_Hill13
Level 10 - Champion Alumni

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

To handle organic, you will need to use referrer data and may have to couple that with munchkin cookie info and javascript. Your web dev can help with this.

SanfordWhiteman
Level 10 - Community Moderator

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

In addition to the others' comments, you really must run SSL on your LPs to get the fullest accounting of non-source-tagged links (i.e. links that do not have source information embedded in the query string).

Anonymous
Not applicable

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

Can you use the same SSL cert from your main website and apply to your marketo LPs? Im not a web expert by any means so apologize if its a stupid question.

SanfordWhiteman
Level 10 - Community Moderator

Re: Auto-populate hidden form field for Google Adwords or Organic Search?

It's not a stupid question!

If your SSL cert is either...

  • a wildcard cert covering all of *.example.com; or
  • a SAN cert (multi-host cert) that includes both your main website and your LP domain, like pages.example.com

...then yes, you can use that same cert for your LPs.

But if your cert is only good for example.com and www.example.com, then you can't use it for pages.example.com.

If you give me your main website URL I can tell you whether it'll work.