Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Alternatively, don't force people to fill out forms over and over again. If you have them cookied, allow them direct access to gated/premium content. This improves CX and reduces the likelihood of your problems happening.Furthermore, depending your business, you could create a membership/login area ...
Is there a reason why you don't sync Marketo Programs to Salesforce Campaigns?The error is generated on the Salesforce side - see https://help.salesforce.com/articleView?type=1&mode=1&id=000338933 and Unable to lock row - Salesforce Developer Community If you're running a batch campaign to with the ...
If that's an activity log of a person, that's not standard behaviour to have multiple New Person activities.I'd recommend troubleshooting what's causing that in your CRM instead of figuring out a solution in Marketo.
Consider deploying a data quality management solution like RingLead or Cloudingo in your Salesforce.It's a challenge everyone faces. Until there's AI built-in into the marketing automation platforms to detect and notify you about these kind of duplicates, you're going to need separate tools with the...
Doesn't look like it in the DOCs. Found this Smart List Filter Operators Glossary - Marketo Docs - Product Documentation thoughYou can try asking your CSM or see if you can learn anything in University
One word of caution, there are limitations to using choices in the flow step versus using the same filters/triggers in smart lists.An example and something else to be weary of: 'Not webhook is called' is not the same as 'webhook is called' with constraint Error Type = HTTP Error 400: Bad URL request...
Sync cycles only log an activity for a record if there has been a change to the record on either systemIf the syncs were copying the entire database every time, you'd be limited to very long sync cycles
If your marketo program is synced with a Salesforce campaign, just change the status in the marketo program and the updated status will sync over to the salesforce campaign. Don't try to change the status in the SFDC campaign.
I'm honestly shocked Marketo technical consultants would recommend such a solution. In saying that though, I did investigate such a concept for a franchise head office with 70+ franchisees where each had their own CRM instance (not salesforce) and the franchise head office wasn't willing to purchase...
a serialized POST payload is formatted exactly the same as a query string:param1=value1¶m2=value2¶mN=valueNYou're trying to send an object and marketo doesn't recognize it.I'm actually confused what you're trying to do/achieve.