Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Working urls: https://placekitten.com/200/300 https://i.picsum.photos/id/237/200/300.jpg?hmac=TmmQSbShHz9CdQm0NkEjx1Dyh_Y984R9LpNrpvH2D_U
Hello everyone, When I submit a REST POST request to update an email content section endpoint which has the external url property, the request fails with this error: Marketo API error (701): "invalid url". It only gives me that error on certain websites, most of the website works. Not working: (http...
Hi Marketo Nation, I am using the following endpoint to update alt text of an image within the email content: https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Emails/update... POST /rest/asset/v1/email/1234/content/MastheadImage.jsonwithbody: altText(String). Is...
Thank you, that makes sense. Would the Marketo team be able to resolve this, or should I just avoid using "auto" ?
Here it is. Also I was wrong earlier, the POST request is to add content, not create. POST /rest/asset/v1/landingPage/ID/content.jsonContent-Type: application/x-www-form-urlencodedtype=Image&index=1&content=9896&formattingOptions%5Bheight%5D=auto&formattingOptions%5Bwidth%5D=auto&formattingOptions%5...
Hello everyone, When I submit a REST POST request to a landing page content's endpoint which has the auto CSS property set for top, width, and height, the request fails with this error: Marketo API error (709): "auto Invalid or unsupported param value for landing page content". I verified that I'm s...
Hi all,If I request /rest/asset/v1/landingPage/{ID}.json, I get the title, keywords, robots, facebookOgTags and customHeadHTML as expected, BUT not the "metaTagsDescription".I know I could parse/rest/asset/v1/landingPage/{ID}/fullContent.json, but wondering if there is a better way.
Hello everyone, When I submit a REST GET request to a landing page contents' endpoint which has a social content type, I get an error saying "709 Social content type is not supported for landing page". /rest/asset/v1/landingPage/MYID/content.json But it might be supported as I added that in the UI. ...
I have since figured out how to do this. The API documentation page was not updated with the correct information. If you go to http://developers.marketo.com/documentation/marketo-rest-apis-web-page-objects/update-form-field/ there is enough information to now solve this problem.
Is it possible to update dynamic content located on landing pages? If so how? What I have right now is:Creating a landing page using the APIUpdating the landing page contents using the Update Landing Page Contents API callMy thought is that I need to first set the content section as a dynamic conten...