Hi @SanfordWhiteman, I’m currently working with UTM parameters and assigning values using global variables in email editor 2.0. However, the client reported an issue where this approach doesn’t work when dynamic content (segmentation) is used. After doing some research and testing, I found that global variables are indeed not compatible with dynamic content.
Could you please suggest a workaround or an alternative approach to address this issue?
Solved! Go to Solution.
To use a global ${mktoVariable} in Dynamic Content:
${mktoVariable} in-between 2 Velocity {{my.tokens}} with#define($mktoVariable_VTL) #end ${mktoVariable_VTL}This is a very advanced use of Velocity in Marketo. Be sure you understand how Velocity scope & order-of-operations work before supporting it in a production environment.