A developer wants a link to be dynamic based on subscriber attributes. Rather than create numerous links, the developer uses AMPscript to set the link's value as a variable. The variable will be used within the <a> tag.
What should the developer do within the <a> tag to ensure clicks are tracked for the variable? Choose 2
- Wrap the variable in a RedirectTo function
- Ensure the Conversion attribute is 'true'
- Wrap the variable in a v function
- Include a variable for the Alias attribute
Reveal Solution Next Question