Querystring constraint to "Fills Out Form" | Community
Skip to main content
Mikes_Jones
Level 7
May 12, 2016
Question

Querystring constraint to "Fills Out Form"

  • May 12, 2016
  • 2 replies
  • 2808 views

I have two different campaigns using the same form, and in order to differentiate the two I'm using querystrings. Does the below set up look correct? Basically if the URL contains the querystring "utm_medium=native" i want them to be added to this particular campaign.

And then for the other campaign using the form, I added this constraint:

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

2 replies

Tim_Langlois1
Level 4
May 12, 2016

Yep that should work - test it out!

Josh_Hill13
Level 10
May 12, 2016

You can do this, but are these URL params on the same page, or a different page?

Better to use different page and use the Page constraint here unless you have specific reasons not to.

Mikes_Jones
Level 7
May 13, 2016

there will be multiple ways to access this LP, and one will include specific UTM parameters. I was able to test the above logic and it worked - thanks!