Tracking Dynamic URLs within Large Block of HTML from a Javascript Object
Hi,
I am pulling in large block of HTML (abcMeta.html) from a Javascript object. There are URLs within this block of html that I need tracking to be enabled for.
UPDATE: abcMeta.html is a variable with a long string of text (it's not a file)
Example of abcMeta.html:
<td style="padding-top:0;"><a href="https://www.google.com">Google</a></td>
How I am pulling in data from abcMeta:

My delivery:

What is the best way to enable tracking for all URLs within the dynamic block of HTML?
I saw Adobe's documentation on how to track personalized URLs but those solutions seem to work only for individual URLs and not multiple URLs mixed in with the rest of the HTML.
Thanks!