Northern Trail Outfitters plans to evaluate which email content customers click most frequently. The email team wants to track click behavior for all linked hero images using the naming convention `Hero_CTA.` Which two different methods would ensure click behavior on these images if tracked with this naming convention? (Choose two.)
Select an option, then click Submit answer.
Reference / correct answer:
Include an alias attribute in each anchor tag and populate it with ג€Hero_CTA.ג€
Most accepted answer: C. Include an alias attribute in each anchor tag and populate it with ג€Hero_CTA.ג€
Community votes: C=1, D=1
Selected Answer: CD What is the difference between C and D here? upvoted 1 times Aakriti2410 1 year, 4 months ago C includes adding 'Hero_CTA' inside the anchor tag directly <a>...</a> by editing the HTML directly whereas D includes adding the 'Hero_CTA' in the provided field in SFMC interface. upvoted 1 times ...
C includes adding 'Hero_CTA' inside the anchor tag directly <a>...</a> by editing the HTML directly whereas D includes adding the 'Hero_CTA' in the provided field in SFMC interface. upvoted 1 times