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