Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Strange. Does toggling a single program to send by timezone enable the system campaign for all leads that point onward?
We have this random campaign for 'Calculate Timezone' that has not always been there but showed up in the last week or two and fills up quickly with leads.Is this an internal campaign? It results in a "does not exist" error if you click on it.
Hmm. I pulled them manually via pagination and sorted afterwards. /shrug
Programs returning nothing for the search criteria as well.&status=approved&maxReturn=200&folder=%7B%22id%22%3A1236%2C%22type%22%3A%22Program%22%7D
Two related questions:1) What is required for the ambiguous 'folder' parameter noted here: http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Emails/getEmailUsingGET JSON formatted ID (from the UI) and folder ID (from the API using http://developers.marketo.com/res...
Thank you for the response.I should clarify that the change data value is not working for individual leads, it is not a problem of updating for the same lead running through the flow a second time.And because it is a triggered transactional message for external leads, it is currently already set to ...
Hi there,We are overriding a text token in a smart campaign via web service API. e.g. text token {{my.variable}}In the flow step, we use 'Change Data Value' to set a custom Marketo Field to the overridden token, so we can use that token in a velocity script in the email we send.It works about half o...
Makes sense.I believe it's only if you add a break followed by velocity stuffs, so you're removing the newline character? I know I've had issues with it in the past with added spaces. Maybe I had a newline for some reason.Is it expected that adding a comment in this fashion should mess with the HTML...
Lel. Nvm.It was ## in the velocity code.To this day don't understand why sometimes strings require that to not add whitespace characters and sometimes it breaks templates such as in this case.
Hi.Using Movable Ink and am at a wall. I'll get right to it.This works when pasted into an email template using the string output of the encoded date:http://www.movable-ink-6816.com/p/rp/0f114b2c0c7ed0b1.png?mi_u=12345&mi_date=May+8%2C+2018+9%3A48+AM This does not work, with token included that calc...