SOLVED

Can I include 'and' in smartlist trigger?

Go to solution
Mahurrinah_Sims
Level 2

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

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

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:

  1. Copy the query string into the hash of the URL (before Munchkin inits). You can then use "Web Page Contains" (since the hash is considered part of the Web Page in Marketo-land) plus a constraint on Query String.
  2. Copy the query string into the hash and pass {{Trigger.Web Page}} to a webhook.

View solution in original post

12 REPLIES 12