Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've been trying to track down some problems for weeks, and have some support cases open, but in the meantime, I wanted to see if the community had seen issues like I'm having.I have a similar question where activities are logged (Are there known gotchas where Smart Campaign triggers always fail on ...
Exactly what I was thinking in general for cases where we didn't have an event In our specific case, we write info to Salesforce first via our own backend, then that API only returns a hash to the frontend if the lead was already synced from Salesforce to Marketo. This way, new leads have a deferred...
Hi Greg,I was playing around with that before, but it seemed like the "Person is Created" trigger might only fire for new leads. Is that right?I was trying to find a trigger for when Munchkin cookies are associated with a lead (new or existing). In our new architecture, our primary method of associa...
We're going to try batch campaign setup this way, then we'll have all the batch campaigns act as a cron job to trigger a single campaign where all the logic is stored.To reduce the delay, I just thought of a push vs poll mechanism that we'll also try. Since we use server side POST to associate leads...
I've confirmed that the flow choices are historical as you mentioned, which means my above strategies won't work. The best seems to be to reformat upfront, use a webhook with {{trigger.Web Page}} to process and make decisions elsewhere such as FlowBoost or a custom RESTful service.It's a bummer you ...
Yeah it seems that way to me too and I'd want to use the v2 behavior now so my campaigns don't break later. We also have some bugs happening where webhooks execute and make people known and break deduplication, even if they don't have an email and support said that'd be fixed when we get on v2. Howe...
Thanks Mike. Support finally figured it out after a week and it looks like we're not on v2. They said they only migrate for people having performance issues.Our marketing team has had issues with campaigns taking up to an hour or hours to send or process in the past, so I wonder if that qualifies.Fr...
Yes, which I knew if I was on 2.0. Scary to think that these little details could change after I get something working.I did a brief test with a webhook on the primary and secondary campaigns and they seem to fire even when emails don't send - both in my initial SC and in secondary ones. I recently ...
Ah that would make sense. I reached out to support last week to see if we were migrated but they don't seem to get the question.
OK that makes sense. I was afraid this would be the case, that I'd have to set up many batch campaigns to reduce a delay, but it makes sense given the constraints.Unfortunately, I can't use a form fill out trigger because of the way I'm getting leads into Marketo (which is pretty complicated). Sanfo...