Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
While the sync from SFDC to Marketo is usually very fast (10-15 minutes), the sync ftom Marketo to RCA is overnight. Of course, that doesn't rule out an issue with the data, but it does explain why RCA reports aren't instantaneous.
Very nice solution, thanks for sharing.
I would recommend creating a custom Landing page for this rather than using a Marketo landing page. Using the custom landing page you can save the image in a location of your choice, which could be Marketo (via the REST API) or a third party website (such as a Content Distribution Network). Then you...
You can also look at using Email Scripting: http://developers.marketo.com/documentation/email-scripting/. It's a little bit more technical, but it would allow you to always have the correct year and not have to manually edit it.
Angus, apparently I spoke too soon and this feature is not generally available yet. There is only a very limited-scale test right now. I believe there are plans for a larger scale test (like a beta test), but it may take a little while.
Hi Menaka, there is no token for SFDC Campaign, you'll either have to create a Program Token and manually type in the SFDC Campaign name or save the SFDC CAmpaign name to a Lead field. Although I haven't tested this, I'm fairly sure you can indeed do this with the "Added to SFDC Campaign" trigger: S...
Hi Tuan, I think the encoding needs to be "application/json" for the REST API. I've never used "application/x-www-form-urlencoded", so I can't say whether anything changed.
Simon, the multiple merge functionality for REST will be available next Friday (March 27th).
Maybe it's a formula field on the Contact or Account that pulls data from the Opportunities? In that case, Marketo will not pull changes to the field, because the Contact/Account doesn't change. If you chance it to a workflow, whenever the count changes, the Contact/Account record changes too and Ma...
Simon, have you looked at using the REST API? The authentication for the REST API is a lot easier and the REST API will continue to get new features. For example, with the upcoming release, it will be possible to specify multiple merges in a single API call. Here is the current documentation: http:/...