Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Seeing a strange issue with a Velocity script and am hoping someone can save my sanity. I'm looping over a custom object and extracting values to pull into the email. There's a currency field in salesforce called Amount__c that seems to just remove trailing 0s after a decimal when Marketo reads the ...
Perhaps they are updating 1 million+ records which is quite feasible in a few ways. For example- some endpoints will update 150 or 300 records at once.The main limitations to work around are: - 50k API calls per day (Marketo can increase this for a fee)- 10 concurrent connections (system wide) - 10...
For a SalesForce sourced record, the dedup will be SFDC Id + Email Address.If you search by email address in Marketo, are there multiple records?
The default system behavior will append: 'mkt-tok=someValueHere' on the end of links / urls. This is what the web tracker uses to identify a visitor and forms use this for autofill. If you are just using that function then standard form auto-fill will update similarly to the opt-out example. ...
If you have tokens as URL parameters within an email, Marketo will render the link at time of send with the parameters hardcoded behind the link tracking url. This means if a token value changes in Marketo, your link that was previously sent to the client will not update. If you want the link to u...
I had a similar use case some time ago and the answer is: no but you can copy the value to another field in SalesForce and access it therehttps://nation.marketo.com/message/191130-triggerobjectopportunityid-anyone-know-what-value-actually-works
Feels like Tier 1 is outsourced and their metrics are based on not escalating cases to Tier 2. Might not be what's going on but sure is what it feels like on the customer side.
edit '###' to reflect your instance id. This will vary by user so I can't really tell what your specific link will be.When you are logged into the system, look at the URL and you will have something like https://app-sj01.marketo... change the support tools link to whatever letter/numbers are r...
You can use supportTools to get some basic stats on if it's working or if there is a syncClog (unofficial term) https://app-###.marketo.com/supportTools/sfdcSyncStats ^ change for your instance UPDATE: With recent changes to the front end, it might not be apparent what your app-id is. These days,...
Not sure how much data you are dealing with but you could sync from SFDC which will make tons of duplicates. Then use the API to merge duplicates which would keep the activity log intact. There are a lot of considerations around this approach, but it can work. https://developers.marketo.com/rest-ap...