Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Ellie,l suppose you're syncing the owner(s) into Marketo, right? And the value that Salesforce syncs down is the 18-char SFDC ID. So that's why this line in the script works:#if (${lead.Lead_Owner__c} == "0051B00000CtH2CQAV")("Lead_Owner__c" is the API name of SFDC's Lead Owner field in my instan...
Let's throw two ideas out there which we are both using:1. This is a one-to-many relationship. One Marketo record - more than one owner. If you don't want to create x number of fields in both Salesforce and Marketo, you could load all Salesforce users - the potential owners - into a Marketo Custom O...
Hi Prithvi,you can give Marketo access to an external web page, if you deploy Marketo's tracking mechanism, called Munchkin. See: https://docs.marketo.com/display/public/DOCS/MunchkinSure, you can place forms to gate the access to your assets, but if you only do that to create visibility for Marketo...
Hi Prithvi,if you can't see web site visits and clicks on web sites in a person's activity history, something seems to be off with your Munchkin setup. Is this TY page a Marketo page? And if it's not a Marketo page, are you sure, Munchkin is active on that page?Everything else can only work if that ...
So you have a Smart Campaign that runs every time a score changes? And you don't want it to run when the score decreases, instead you only want it to run when the score increases? What is this Smart Campaign doing?There is surely no constraint available that states: Only fire trigger if new value > ...
I have to agree to Diego's statement "Marketo is starting to disappoint". I feel that's perfectly worded.We moved from Eloqua to Marketo in 2013. With conviction! We loved Marketo and its tokens and its program cloning and I've been a fiery Marketo ambassador ever since. But what has happened in the...
We also like the "Campaign Activity" report type for this. If you organize your Engagement Program's transitions with daily recurring Smart Campaigns, the Campaign Activity Report gives a good overview on how many records were transitioned between your streams. Set "Date of Activity" to yesterday an...
Thanks Mark!Yes, out of our 18 - 10 was just a number - lead entry Smart Campaign, 5 contain webhooks. De-duping, creating a hash value, and calling DemandBase and two more lead augmentation services. That's probably a little too much, and I'm thinking about how to peel complexity off of it. Somethi...
Thanks Josh!I read about daisy chains on etumos.com and in fact our own lead entry flow looks very much like the Lifecycle Processing programs here. Yes, "Person is created" is only used as a trigger in the first campaign. And yes, all our Engagement Program transitions are batches.You're saying all...
Thank you, Grace & Grant!Yes, I know that trigger campaigns run with different priorities. But I'm wondering if that is actually relevant for my case. If we talk about trigger priorities, we're talking about what runs earlier and what runs later, right? But I need to process stuff faster - not relat...