SOLVED

Creating URL Parameters

Go to solution
Anonymous
Not applicable

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. 

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Creating URL Parameters

The URL parameters are literally "utm_source", "utm_medium", etc.

View solution in original post

6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator

Re: Creating URL Parameters

Please post a screenshot of your form setup for the hidden field.
Anonymous
Not applicable

Re: Creating URL Parameters

0EM50000000SyqU.jpg
SanfordWhiteman
Level 10 - Community Moderator

Re: Creating URL Parameters

The URL parameters are literally "utm_source", "utm_medium", etc.
Josh_Hill13
Level 10 - Champion Alumni

Re: Creating URL Parameters

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.
Colby_Schwartz
Level 2

Re: Creating URL Parameters

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"
Anonymous
Not applicable

Re: Creating URL Parameters

I was just missing "utm_"

Thank you everyone- appreicate all of your help.