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 paramet...
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 su...
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 ...
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 ...
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 ema...
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...
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...
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, associa...
I tried that too but no luck. Perhaps it's not possible? It seems like the intent of the push API is to upsert leads and update fields by either email or by mkt_trk token from an e...
Bummer, bulk associate would be awesome!I'll resort to 1 call per cookie association using a form POST by default, with a fallback to associating via REST API in case that stops wo...