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
});
// Sends an event hit for the tracker named "SiteTracker" with the hit type as "event"
// following category, action, and label, and sets the nonInteraction
// field value to true.
Please let us know if you have any questions or queries.
Thanks & Regards
Parit Mittal