Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Justin,Sounds great. How do we sign up for Beta?Thanks,Dave
Not exactly what you are looking for but you could use Campaign Name ({{Campaign.Name}}) which is the name of the smart campaign. Using a custom program token is the only other way that I know of. Hope this helps.
Can you give some examples of what you are attempting to accomplish? In general, you can use email scripting to create dynamic content. There are some issues with respect to click tracking of URLs within an email script but depending on your use case it may still be sufficient for your needsHere is...
The webhook call would be independent from the user experience. The user would fill out Marketo form and would go to thank you page as dictated by the Marketo form. You would then set up a smart campaign that executes a webhook call which submits to your proprietary form/API. The trigger on the s...
You could also reverse the order in which you process the form data. In other words, you could use standard Marketo form and then leverage a webhook that submits to your non-Marketo form. A downside to this approach is that you would need to save all fields to Marketo.
You can't call a webhook from a batch campaign. You can either call from a trigger campaign or as part of a flow. Supposedly, Marketo is going to provide a more descriptive description at some point in the future.Here is a link to another thread:https://community.marketo.com/MarketoDiscussionDetai...
To close the loop on this, the campaign ID system token ({{campaign.ID}}) has the information that I need to automatically append tracking info to links.Here is an article that lists many (but not all) of the system tokens that are available:https://community.marketo.com/MarketoArticle?id=kA05000000...
Thanks Josh.I was referring to the Marketo campaign ID as described in this article:https://community.marketo.com/MarketoResource?id=kA650000000GuJsCAKSince we are using multiple business channels it would allow us to identify the specific email that a user unsubscribed from. It would also allow us...
I am interested in passing a Marketo campaign ID automatically to links in my emails (ex. passing to Google Analytics utm tracking parameters.) My goal is to improve the depth of our analytics. It would be useful for tracking engagement/conversions beyond clicks and it would also help for unsubscr...