Hi there,I am trying to update an image in a landing page through REST API. My post request is successfully running but the image is not updating after approving the LP. Noticed Ma...
Hi Kalpna,On the Marketo landing page, you should not add Marketo form using the Form embed code. This method limits Marketo features. Like Sanford said you should include Marketo ...
Hi Anthony,Yes, Cookies are not sharable in between different domains. Marketo uses a tracking cookie names "_mkto_trk" to identify either lead in known or unknown. If the domain ...
Hi Charles, Marketo does not provide hide previous question/next question functionality. However, this functionality can be implemented with the Javascript. You can add one more ...
Hi Pavel,You need to change popup form success submission code written in http://marketing.syneron-candela.com/rs/620-HCU-218/images/workshop-registration-popup.js. Following code...
Hi Dianna,You can use post /rest/v1/leads/push.json API. This API accepts input (Array[Lead], optional)programName (string, optional),programStatus (string, optional),You can pass...
Hi Zachary Batastini,It is not a good option to keep Marketo JS on your server. It may result in non-rendering of the Marketo form. Moreover In some cases, If you keep Marketo JS o...
Hi Mayank,Marketo API does not provide any endpoint to fetch form statistics. However, you can use Activities endpoint ( http://developers.marketo.com/rest-api/lead-database/activi...
Hi Ankit, You have to do it one by one using http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updateProgramUsingPOST endpoint. Marketo...
Hi Daizen Ikehara,Marketo REST API does not provide an option to include activity attributes to the response. API provides a parameter (assetIds) in the request header to fetch act...