Hello
I'd like to create a smartlist with the following trigger:
Visits Web Page
Web Page: is any
Querystring: contains 'ppc' and 'online printing'
Is this possible?
-Mahu
Solved! Go to Solution.
The approaches so far seem to be all valiant efforts, but none of them will accomplish what Mahurrinah wants.
AFAIK, the only ways to accurately match on 2 independent parts of the query string for the same hit are:
A little more context would be helpful. Are they both used in a single querystring?
It both of those values are in the same querystring, then just include the entire string. For example:
querystring contains utm_source=ppc&utm_campaign=onlineprinting
If they are used separately, then use the green plus sign to add both values so either will be captured.
"It both of those values are in the same querystring, then just include the entire string. For example:
querystring contains utm_source=ppc&utm_campaign=onlineprinting"
hmmmm yes but, what if it was ?utm_campaign=onlineprinting&utm_source=ppc ?
"If they are used separately, then use the green plus sign to add both values so either will be captured."
That'd be OR, just to clarify, not AND.
yea I just wasn't sure how she meant the question so maybe that would actually accomplish what she was looking for, even though it is OR.
The image you posted shows filters, not triggers. Her asking for a trigger is what made me think it has to be either 2 values in one querystring or she wanted to include either, but not require both. I could be wrong though
Well you'd stick the trigger in there as just 'visits web page', after which the filters would be evaluated.
Good question.
I don't know, but if you could it would be like this:
The issue with this approach is the following: Let's say the lead visited another web page a month ago with these same query strings - if so, they would still qualify. In other words, these filters are not connected exclusively to the current "visits web page" trigger.
ahhhh you are very correct.
although.. hmm.. I took the date of activity constraints off to make it look neater.. perhaps I should have left them on and made them "today".
I'm still not sure it'd work though.
The approaches so far seem to be all valiant efforts, but none of them will accomplish what Mahurrinah wants.
AFAIK, the only ways to accurately match on 2 independent parts of the query string for the same hit are: