Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Looks like a classic use case for a token.Create a token in your highest level folder in "Marketing Activities" called {{my.footer}}. The value for that token can be a complex HTML entity likeCopyright 2018 - Company Name - {{my.privacy-wording}}
Could it be that your 60k leads have already run through this Smart Campaign and are not allowed to run through it again?
I just received the standard confirmation from an upcoming GTW webinar and the Google Calendar URL works fine:global.gotowebinar.com/icsCalendar.tmpl?webinar=1236480377201059587&user=449848194&cal=googleCould you check if your webinar also sends this link within the confirmation? But actually I woul...
I'm not 100% sure I understand your question, but have you looked at this?Smart List Filter Operators Glossary - Marketo Docs - Product Documentation So if you want to target a date exactly 30 days in the future, you can do it with a combination of In Future 30 days ANDIn Future After 29 daysAnd no,...
"View Frame Source" doesn't work anymore with email editor 2.0, as there are no more frames. You can still retrieve the complete HTML source of your email, although it got a little more complicated.Here's how this would work for Chrome:Preview Email. Bring up the Chrome Console (F12) and select "Vie...
To make it little more explicit:Step I: Splitting the list using random sample in one "Add to List" flow step:Step II: Sending the email using the "Member of List" condition:It's not exactly elegant, but no workaround is. 🙂 But it's a solid setup that created 4 equal lists with no overlap.
Well, that whole construction doesn't really add up, does it? Let's assume your whole list is 100 leads. In the first step you send to 25.In the second you ignore 25, then send to 25%*75, which would be 18.In the third step you ignore 43, then send to 25%*57, which would be 14In the fourth step you ...
Thanks Josh!After talking to GoToWebinar people and some testing, I believe I can say now that you can use the registrantKey (as the G2W API calls it) or the Registration Code (as Marketo calls it) to build the join URL and the link to the calendar file hosted in GoToWebinar. Like that for example:J...
Hello!I learned today - better late then never, right? - that there's a token {{member.registration code}} which is returned by your event adapter. I had hoped I could use that token to create the unique GoToWebinar Calendar Link instead of using the Marketo Calendar token. But I'm confused...Here a...
Thanks again, Sanford. Got it. Did it - works beautifully!