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:
Yep that should work - test it out!
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.
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!