Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for writing this up! Really helps make damage control easier on the Marketo side. I've been going through all our email sending platforms all day trying to clear out denylists, and this is the easiest one. One small tip - you may not want to filter by gmail.com. This issue affected Google ...
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...
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 email link. However, I couldn't find any docs to indicate that you'd actually be able to associate a Munchkin tracking co...
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 working or in case my server's IP is rate limited or banned.Although it wouldn't help this use case, I tried "lookupField"...
Regarding this:Is it possible to associate the _mkto_trk cookie value with a lead using the Push Lead call?How would I do that?I see that if you have a _mkt_tok, you can pass it into the push leads API as a mktToken key, but could you use the Push Lead call as a bulk Associate Lead call for a _mkt_t...
Justin Norris wrote:If you are trying to simultaneously create a new lead and associate it with a cookie (which is a primary use case for associating non-Marketo form fills), you don't have any Marketo email mkt_tok value to use, because it is a new lead who has never received a Marketo email. All y...