Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You could interpolate the query string into the pathname actually, then you'd be able to get two conditions on the trigger side (which is what you want -- the flow choices are historical IIRC).Is the hash just part of the pathname, and is the pathname synonymous for the web page name?To get 2 condit...
Gotcha, thanks for clarifying. So, it sounds like my 2 proposals were secondary campaigns so that wouldn't work.What's the general idea with a batch campaign? Is that something that'd have to be scheduled to run once / day, or can I backfill email sends instantaneously?
Sanford Whiteman wrote:You don't actually need a faux (additional) page view, you can change the state of the initial page view. Rearrange (or totally preprocess) the query parameters before you call Munchkin.init(). Then you'll have everything in the right state to be caught by the standard trigger...
Thanks for the replies Grégoire Michel and Sanford Whiteman. I was having issues finding info on what to expect in terms of deferred processing after a lead merge.That list is super helpful. Is that documented anywhere?What are secondary campaigns?In terms of a batch campaign, what would my trigge...
Yeah writing values to the lead wouldn't work super well with tons of events pouring in 😕 but that's an interesting idea.If there's no way inside Marketo to match like that, it'd almost be easier to detect it in JavaScript, then fire a faux page view that could be detected, but that's obviously not...
Let's say I have a smart campaign that sends an email and is triggered by some activity such as Visits Web Page is example.com/promotion-confirmation. Then, let's say you hit that page anonymously, then we collect your email at a later time by calling associateLead to associate the previously anonym...
I had an issue like this too and came to the same conclusions after long threads with support. We had a high score webhook writing to the lead that was causing leads without an email to be considered known. This also caused our total number of "known" leads to grow a lot since they'd never be delete...
We have some campaigns where we want to add multiple constraints on the SAME field. Is this possible?For example, imagine I have a Visit Web Page trigger that matches a certain URL and has a constraint for querystring. Perhaps my constraint is querystring contains utm_campaign=promo1. This works wel...
Hmm that's pretty interesting, but if it doesn't back-fill activities, that's a non-starter for us.On a semi-related note, I'm about to roll out a big change you suggested to route all cookies through our Salesforce instance, then delay association until the Salesforce lead syncs to Marketo, but I w...
I've concluded and verified with support that push cannot have anything to do with cookie association. The only way to associate cookies is via associateLead with Munchkin, associateLead with the REST API, or by submitting a form with the cookie - either normally from a client / browser or from serv...