Re: Using parameters to track a landing page

Anonymous
Not applicable

Using parameters to track a landing page

I'm creating a landing page for an event that I'm hosting and I want to distribute the landing page to different groups of people to use within their own campaigns. I want to be able to separately track leads for each group, using the same landing page.

Is there a way to implement parameters that will allow me to do this?

Is the best solution to clone the landing page a simply change the URL for each cloned page?

Please let me know.

Thanks!

9 REPLIES 9
John_Clark1
Level 10

Re: Using parameters to track a landing page

Hi Melissa,

Will your leads be filling out a form on this page?  If so, then you can use a hidden field in the form to capture a url parameter value.  You would then give each of your groups a different parameter value like this:

www.mypage.com?parameter=group1

www.mypage.com?parameter=group2

www.mypage.com?parameter=group3

The hidden field on your form would always populate with whatever the parameter value is, so you could use a single form for every lead.

Here's some more info for you.

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

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

Anonymous
Not applicable

Re: Using parameters to track a landing page

Hi John,

I have a quick question to your response.  So if I use this form that has these hidden fields in different landing pages, they will get overwritten each time.  So besides just notifications, how would I be able to track all the form submissions or do any analytics on them.

Thanks.

Grégoire_Miche2
Level 10

Re: Using parameters to track a landing page

Hi Jeffrey,

  1. You can block fields from updates in the admin section
  2. The fact a field value changes does not mean the previous values are lost. They are in fact logged in the activity logged and can be retrieved with "data value changed" filters
  3. You can archive the values in other fields (with campaigns that copy the values in other fields) but at some point, you will get short of fields anyway
  4. There are some more sophisticated ways to keep track of all passed values, see for instance some of Courtney Grimes​ writings on this.

-Greg

Anonymous
Not applicable

Re: Using parameters to track a landing page

Thanks Greg, my colleague and I was trying to figure that out.  I'll do some test.  Also, thanks for passing along Courney's post.  This forum is so helpful.

SanfordWhiteman
Level 10 - Community Moderator

Re: Using parameters to track a landing page

Why not log an Interesting Moment? Or, for that matter, constrain the Filled Out Form activity by web page.

Though if you're going to end up wanting these leads in static lists, then Allison's idea is perfect because there's no reason to have an intermediate Smart List.

John_Clark1
Level 10

Re: Using parameters to track a landing page

Hi Jeffrey, you would need to have a separate field, and a smart campaign set up to move the value from the form field to the "storage" field after the form was filled out.  You can do this with a Change Data Value flow step, and the token for your field.

John

Anonymous
Not applicable

Re: Using parameters to track a landing page

Hi Melissa McMillen​! I've done this before, and give a unique a utm parameter for each group. Then in the Fills out Form campaign, I create an "Add to List" option:

pastedImage_0.png

This way, you don't need to worry about fields. I just create separate lists for each list I'd like to look at, then create custom links for each person (I save the links in a google doc).

Let me know if that makes sense!

Anonymous
Not applicable

Re: Using parameters to track a landing page

Ahhhh.  I see. You must have a lot of list then.  Though I do like it and definitely is a way to know where a user is coming from.  Thanks Allison for the post!

Anonymous
Not applicable

Re: Using parameters to track a landing page

We do have a lot of lists, but the upside is that they are contained within the program. We aren't trying to roll up these referrals across events, and we don't care if the field gets updated. We only care about the info while the event is live.  If you are looking to track the same type of referrers across many events, then I'd recommend creating a master program with master lists.