Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The Duplicate Fields filter can be used to identify duplicate person records based on a field. Typically, the Email field is used for this purpose, but other fields may be used as well (Full Name, Last Name, SFDC Type, UpdatedAt). In Q1 2021 we will be making a change to the comparison behavior of...
During 2020, Marketo deployed infrastructure updates to improve batch campaign performance as described here. As a result, there was a slight change in behavior when using Head Start for Email Programs. Legacy BehaviorThe “Send Email” activity was generated when a campaign started executing at its...
What’s changing? Beginning in January 2021, we will be rolling out two email tracking-related security improvements over the course of several months. In Q3 of 2020, a new version of the Outlook Plugin will be available that also contains a security improvement. This document serves to provide a h...
What changed? Operators are used within Filters, Triggers, or Flow Steps to define selection criteria. The list of operators available for use for a given field depends on the field type (e.g. Integer, String, Date). A list of field types and their operators can be found here. In the June 2020 r...
What’s changing?In the June 2020 release, Marketo is deploying an update to the infrastructure that supports batch campaign processing. This a necessary step to prepare for forthcoming performance improvements. The update will be deployed in a stepwise fashion across all subscriptions over the cours...
The payload must be sent as application/x-www-form-urlencoded (not JSON).For example: POST /rest/asset/v1/landingPage/{id}/content/{contentId}.json?type=RichText&value=<div>hello</div>
Greg is correct, create static list is available as of Spring '18 release.http://developers.marketo.com/rest-api/assets/static-lists/
You could specify the custom field name in the fields parameter. If the custom field has no value, you will get null back in the result[] array in response body. Not a filter per se, but a way to tell if the custom field is empty or not.
You may need to change your video titles, replace colons ":" with dashes "-". Here is a video from Wistia that describes that process:Soapbox - Important (but small) change to Wistia-Marketo connector
You will need to create two requests.http://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters "Only the first-set filter will be honored per export job."