Querystring parameters

Anonymous
Not applicable

Querystring parameters

What exactly are the parameters needed for the querystring constraint?

I'm trying to create a trigger campaign based on leads filling out a form that's used for multiple campaigns, so I want to segment those that came specifically through this campaign. The url is http://www.XXXXXXX.com/request-a-demo/?industry=automotive

I tried settingthe following combinations, none of which worked:
querystring is ?industry=automotive
querystring is /?industry=automotive
querystring contains ?industry=automotive
querystring contains /?industry=automotive


Just for some context, the form is not on a Marketo page, but the page it's on has Munchkin code already.
Tags (1)
5 REPLIES 5
Anonymous
Not applicable

Re: Querystring parameters

Andy if I understand this correctly, you want to get the information from the query string and update the lead field; in your example, the industry should be set as automotive.

Have you added industry as a hidden field on the form?

http://community.marketo.com/MarketoArticle?id=kA050000000KyqoCAC
Anonymous
Not applicable

Re: Querystring parameters

Yeah, I've done that but it's still not working the way I anticipated.
Anonymous
Not applicable

Re: Querystring parameters

Technically, the querystring is everything after the ?, so if you remove that from the beginning of your constraints, everything should work properly. I use querystring-based triggers for form fill-outs all the time, and I typically use either a "contains" or "is" constraint. If you include the ?, nothing works.
Anonymous
Not applicable

Re: Querystring parameters

Right, I missed the point about the querystring.  
Anonymous
Not applicable

Re: Querystring parameters

Agree with Drew. Using "contains" and not including the "?" should do the trick.