Hi Trench,Thanks for reaching out to Adobe Activation-Dynamic Tag
Management Forum. We offer sincere apology for the delay in response.For
the scenario discussed above, It would be required to set the Event
tracking for Google Analytics in "Javascript/ Thirdparty Tags" such that
the event rules to send to siteTracker instead of the default tracker.
Please use the below code to achieve the same.ga('siteTracker.send',
'event', 'link', 'click', 'http://example.com', { nonInteraction:
true});// Send...