Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm unable to replicate this at my end! I get the correct UTM params updated in the email and in the browser upon click. The value for the abc UTM parameter is populated from a lead token. Where are you appending the "?UTM=" in the URL? I don't see that in the URL shared by you.
Hey, couple of notes for both the velocity script snippets below:Script - 1 #set( $UTM= ${lead.encryptedID} )#set( $url = "https://www.google.com" )#set( $encryptedValue = $esc.url($UTM))#set( $encryptedURLPrefill = $url + "?UTM=" + $encryptedValue)${encryptedURLPrefill} Below OUTPUT URL is working ...
I would follow campaign approach, since the lead is anonymous - there aren't many options available IMO.
Well, you can analyze the anonymous traffic, and use the analyses as an input for creating the web personalization for your target audience factoring in the Geography, Industry, etc. of the anonymous visitors on your website. By implementing and adding in a real-time personalization to your webpages...
Ahh - sorry our responses crossed!
1. You're setting this field on the form via UTM - so this'll be set w/o the need to update via a campaign given that URL has apt member id set.2. People not in Marketo will get created upon form-fill with apt Member Id value updated from the LP URL's UTM parameter - this should not cause any issues...
a) I get the warning message even when the email is not opened in the editor in another tab/window.b) Well, currently Marketo gives a same warning for trying to schedule the emails with draft - Marketo has carefully worded the message to say: "This program uses an email which has an unapproved draft...
Seems like a bug local to your instance, probably! As expected, I get the warning message even if the draft email is not opened in a tab: There isn't any other tab with draft version of the email opened in this or any other window.
So cool! I am so excited for this and so happy that Marketo introduced this in its offering. Kudos to the wonderful product team.
Okay so I am assuming you are talking about the Email Send Program, following are the error/warning messages Marketo shows in various cases:1. Email Send Program doesn't allow scheduling the program with an un-approved email asset, gives the following error while scheduling:2. It allows you adding e...