Skip to main content
Trish_Voskovitc
Level 5
June 22, 2015
Question

Query String constraint with "AND" not "OR"

  • June 22, 2015
  • 1 reply
  • 898 views

i have a situation with google dynamic query stings where i want to track 3 different parts of the query sting and they must have all. i can't just include the entire string asthere are dynamic parts in it that google adwords will add.

but if you list 3 things they are OR and i can't see how you can do advanced filters to make them AND

any ideas how i do this?

i want to track, for example:

query string contains= "utm_source=Google" AND "utm_campaign=Brand-Search-Beta"  AND "utm_creative=Connect-The-Dots"

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

1 reply

June 22, 2015

Hey Trish,

Are you also capturing the values for that querystring in hidden form fields? If so, you could skip the querystring filter entirely and just build a smart campaign such as:

Trigger: Filled Out Form

Filter 1: Field "utm_source" is "value"

AND

Filter 2" Field "utm_campaign" is "value"

AND

...