Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Sanford Whiteman I spent some time on this challenge this afternoon and came up with a solution using Flowboost (thank you sir!)My solution to this is when PathFactory pushes the data over as a visits web page event to add a step in my flow where I leverage the {{trigger.referrer}} token to wri...
Hey Sanford, you're correct they're leveraging the client-side Munchkin API.They're including the query string in the data push but since they push it through as an attribute (might not be the right term based on the screenshot above) of the activity and not to a field there's not really an elegant ...
We've been increasingly using PathFactory as a way to surface "non-gated" resources to our customer base. So far it has been great for customers since we don't post the assets anywhere besides on internal customer communities or though email were we're able to associate everyone back to an email cli...
We created a series of custom fields in Marketo for each of our different newsletters. You'd use a smart campaign to listen for the double opt-in confirmation for each of the newsletters, then when triggered you would set the value of the newsletter specific field to true. You could then use those f...
It's all through Marketo's webhooks. We just call the same webhook (we actually have two since each webhook posts to a different channel in slack) and it passes different tokenized values into slack.
We've been using it pretty heavily for our events and webinar teams. We store program owner slack handles in our local tokens and then use an integration to send registration alerts to the program owners and sales owners via a mention within different channels. We're planning on doing the same for o...
We do this quite a bit with our larger scale events but since the tokens are not rendered in velocity script we've just manually created .ics files and loaded them into marketo as links (similar to a PDF).We then use an email script that looks similar to the one below in the gist that will render li...