Skip to main content
March 30, 2017
Question

Program id not captured

  • March 30, 2017
  • 1 reply
  • 1486 views

Hi,

I'm trying to capture a program id based on the cookie value on a Marketo LP, but it doesn't work. I use to do it and it was working properly.

Does anyone have an idea on why the value doesn't show up on the field?

I used this parameter after my link: ?program-id=test2017-03

Parameter of the form:

I can see the query parameter on the actvity details:

but not on the field:

Regards

Said

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 4
March 30, 2017

Hi Said,


Looks like you may be confusing Cooke Value with URL Parameter in this case -- unless you're actively running a method to save the parameter to a cookie, then there wouldn't be any value for Marketo to pull from the cookie.  If you change your selection in the "Get Value from" dropdown to "URL Parameter", you should see the desired behavior.

March 30, 2017

Hi Michael, thanks for your answer,

I'm not using URL Parameter in purpose. we do campaigns and people can navigate to the website and go to the form after so with URL Parameter you lose the Program id.

SanfordWhiteman
Level 10
March 30, 2017

What Michael is saying is that you aren't copying the URL param to a cookie.

In other words, your plan is fine, but you aren't executing it.