Solved
Query String contraint
When using the query string constraint on a filter (ex clicked on web page), the values listed are all counted as ORs right? So any of them would qualify?
Ex: Clicked on Web Page: ---
Query string contains: (2) utm_medium=example; utm_campaign=2014campaignexample
So for this example wouldn't it qualify if you had utm_medium=example but NOT the campaign=2014campaignexample. It's an "or" situation. Or is that different for the query strings?
Thanks.
Ex: Clicked on Web Page: ---
Query string contains: (2) utm_medium=example; utm_campaign=2014campaignexample
So for this example wouldn't it qualify if you had utm_medium=example but NOT the campaign=2014campaignexample. It's an "or" situation. Or is that different for the query strings?
Thanks.