Tracking Link Clicks in Marketo's Textarea Custom Field
Hi Community!
We want to send personalized content recommendations to our users and upload HTML snippets for each one via API into a textarea token on Marketo. But, we're wondering how we can track link clicks inside this token. Here's an example of the snippet we'll have in the textarea box (remember, this will vary for each user):
<a href="https://123.com">Link 1</a> <br />
<a href="https://1234.com">Link 2</a> <br />
<a href="https://1235.com">Link 3</a> <br />
Any ideas on how to make this work? Thanks!