Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Great overview Grégoire, thanks. Marketo customers who use the Email API or use a translation partner for Email translation should review the Email 2.0 API FAQ before upgrading.
The limit has been increased to 30 form submissions per minute as of tonight.
Yes, that's the same info that I got. So you either need a limiter or use the SOAP API or future REST API.
I'm checking to see whether anything has changed. I'll let you know as soon as I find out. Also feel free to open a support ticket.
This article now has a permanent location here: http://community.marketo.com/MarketoResource?id=kA650000000GsXXCA0
Edward, your 3rd party provider will not have access to your tracking cookie, so you can't pass on the Cookie ID
_mkt_trk is optional and allows you to "cookie" the lead. You can read the value of the cookie via JavaScript or server-side scripting languages. However, if you simply add the munchkin tracking code your page and make sure there is a hidden field _mkt_trk, the munchkin code will put the Cookie ID i...
You may want to open a support ticket and specify the exact URL and all the parameters you're passing. If some of the required parameters are missing or incorrect it will give a 404. So a 404 error is not necessarily a sign that the URL is incorrect.
If you get a 404, that usually means the munchkinId is not correctly specified. Please check spelling and caseHope that helps, Jep