Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Wondering if anyone has run into this issue system behavior.We have a few recurring campaigns (weekly, monthly) that are triggered from a Request Campaign API call w/replacement tokens. If someone is sent the email 2 times, it looks like the campaignRunId is the same. Looking further into it, it loo...
The Velocity keeps me checking community for updates. So when starting with Velocity, I had made a Macro to learn and it just wasn't doing what it 'should' have. This was a while ago so it could have also been a syntax error. Going to give it another go with versioning, seems like that would exp...
Recently used this in a campaign! Just added an escape to make the value URL friendly. #set( $Base64Encoded = $esc.url($Base64Encoded) )Works great, big thanks!
There are some standard fields that begin with 'inferred'. The Geo IP data is stored there.
.. 'a custom coding I shall go. Thanks for the insight!
Marketo Sales Insight has some functionality to preview an email, but it isn't the rendered message so tokens don't show up.In the case of using Velocity to generate highly dynamic emails, is there anyway for staff to see a copy of the message that was sent? The only thing I can think of is sending...
I would try formal notation on the variable and see what it does: ##IF PHOTOGRAPHY ISN'T SCHEDULED, DISPLAY TEXT BLOCK, ELSE NOTHING## #if ($focusedObject.Photography_Scheduled__c == 0) Photography
Please click here to book your photography. We will upload your photos once they’re ready. In the m...
Hi Meg,Most often, I use program tokens for utm_source, utm_medium, utm_campaign. This makes it so that after making 3 small edits all links in the email update. For more advanced implementations you might use the module variables for extra data points such as utm_term or utm_content. You can set ...
There wasn't a Sandy codepen for momentjs so went with the ol' timezonedb.. Nice idea on the webhook response! I was thinking it was just needing to sleep for 'their business hours' but now see they want it to send 7am - 6pm in the recipient's timezone.
Hi Melody, Options A and B aren't Marketo Form specific, but the example certainly is. Those solutions are intended to be used when data is submitted somewhere (but doesn't have to be Marketo). If using the API, you would basically just add another field to that process and when the data is added ...