Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi,Do Marketo offer MIME content generation feature?
Hi, Does anyone have used Executable campaign with smart list filter too? I have use case to use executable campaign with smart list. But somehow that is not working due to smart list rule.
It look like same approach is working at your system but in my system I am facing issue. does Adobe support can help to sort this issue?
Yup! please refer below imageAlso, I see the given example for your URL is not converting + sign in %20 but when we use the velocity token it does. it look like you are not using velocity token in the URL. are you using lead token only in UTM?
#set( $UTM = $lead.encryptedID )#set( $encryptedValue = $esc.url($UTM))${encryptedValue}above is the velocity code and inbox URL start with Domain Name/dcn/Marketo encrypted codeand the preview URL in email editor with specific person(jay00031987@xyz.com) based is http://www.google.com?UTM=niuwtv%2F...
thanks for the details but I am still facing the same issue. In email editor preview the correct value is displayed but as soon as I open the link from my inbox it is not working.
Refer below screenshot you can see in the preview at the bottom the URL is displaying correct value but when email is delivered it is not working as expected in preview section.
Hi @Darshil_Shah1 , I did the html changes and used class="mktNoTrack" but the link is still not correct it is displaying as same https://www.google.com/set(%20$UTM%20=%20$%7Blead.encryptedID%7D%20) my first objective is to generate the correct URL and ignoring the fact that if link is outside of ve...
Business requirement is to add specific URL in the email assets including UTM parameter field. However, there are two different velocity script created in which one of them need to add the URL within the Velocity token and this link does not create Malformed Link refer below code #set( $UTM= ${l...