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
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.
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.
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.