Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You can create the entire module via the velocity script (including HTML), and reference the segment membership in the velocity to personalize the email content. You’d face the same issue (i.e., non-trackable links) if you use the velocity tokens in the email variables.
Why don't you output the entire anchor tag using the velocity? You would lose on the tracking data if you don't fully-form and output the entire anchor tag ( through ) from the velocity.
Instead of adding the UTM to the URL, can you display it raw(just the UTM value) to see whether it has spaces? The VTL code you have mentioned in the question doesn't have the part where you’re adding the UTM from the CO record at the end of the URL.
Great– you’re most welcome! Glad to be of help as always. 😊
Well, Marketo doesn't De-duplicate people getting created from Salesforce. Also, SFDC Id should be unique for all the records in Salesforce (similar to the Marketo Lead Id). Also, you can have multiple records with the same email addresson both platforms, so you’d still face duplicate issues. You sh...
In Email Link performance, each row of the people column, shows the number of unique people who clicked on that link, and the total is a sum of each of those rows. This means that it shows the total number of unique clicks among all links in an email, and not the total number of people who clicked ...
If you want to send emails after 30 days of the previous email, you shouldn't be using 60/90 days in your wait step– you should just be using 30 days in your wait step. You can solution this using 2 campaigns: So below should be the flow:Send Email 1Wait 30 daysSend Email 2Wait 30 daysSend Email 3W...
Not exactly, that, but you can create a smart list (or a Marketo’s People Performance report if you want to add additional columns/data) subscription being sent to your admin on a daily basis, so s/he can check the people’s count in your database w/o having to log in to Marketo. If you don't add any...
Do you want to send the 4th email after 90 days of the 3rd email or send the 4th email to people every 90 days (a recurring batch campaign that runs every 90 days and sends emails to the qualifying email)? The solution you have described will send the email after 90days after the 3rd email; however,...