Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
I know I'm late to the party, but I had the same question. In case this helps anyone else, here's what I did.I solved this by creating a Number field in Salesforce for Marketo Lead ID. Then, that gets synced with Marketo and I can have a Smart Campaign copy {{lead.id}} into that field when leads are...
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...
Wow super awesome advice! It's so refreshing to hear these creative solutions, and so quickly. I've spent days or weeks in the biggest chains with support and Marketo engineers without getting anywhere (other than our current brute force deduplication) for years, so thank you thank you thank you! I ...
Hi Sanford,That's great advice. I almost had something like that working with an old localhost trick on the Marketo end, but I think that stopped working way back and it seemed error-prone as if we were being too sneaky. I'm glad you mentioned multiple cookies since I had this concern as well.If I'm...
Sanford, I have this exact issue, and with some help from Marketo, we solved this in a rather brute force way. I'm wondering if you have any more efficient or reliable ways to handle this.We create leads in Salesforce and Marketo simultaneously in many cases from our e-commerce site. Any time you en...
Greg's suggestion was good. I think trying to trigger on stuff in the past just doesn't work and really shouldn't be an option. The thought of "triggering" based on past things doesn't make much architectural sense anyways.Curious why is data value changes a better trigger? For us, the limitation is...
Thanks Greg. This makes sense and i think that would work.I was intrigued that I could define a trigger like this, but from a technical / backend perspective it doesn't make a lot of sense to be able to trigger on events in the past:Does this just not work in general?I'm an engineer and I've been re...