Skip to main content
March 11, 2015
Répondu

Creating URL Parameters

I am creating unique URL's and have the string  ?utm_source=Marketing&utm_medium=567&utm_name=A_B_C_1123


and define the Marketo with "url parameter", define url parmater as "Campaign Source"... 

But when it syncs over to SFDC none of the fields are showing up. 

Ce sujet a été fermé aux réponses.
Meilleure réponse par SanfordWhiteman
The URL parameters are literally "utm_source", "utm_medium", etc.

6 commentaires

SanfordWhiteman
Level 10
March 11, 2015
Please post a screenshot of your form setup for the hidden field.
March 11, 2015
SanfordWhiteman
Level 10
March 11, 2015
The URL parameters are literally "utm_source", "utm_medium", etc.
Josh_Hill13
Level 10
March 11, 2015
so when you go into the dialog for each hidden field, you need to tell it the actual name of the parameter you want it to listen for.
Level 2
March 11, 2015
Input the values/parameters EXACTLY as they are in the URL.

Ex. www.company.com/home?utm_source=Marketing&utm_medium=567&utm_campaign=A_B_C_123&AdGroup=blah

Campaign source= "utm_source"

Campaign medium= "utm_medium"
Campaign campaign= "utm_campaign"
Ad Group= "AdGroup"
March 11, 2015
I was just missing "utm_"

Thank you everyone- appreicate all of your help.