GUA setting non interaction in ga_events

Silver Contributor
Silver Contributor

Hello, What is the correct way to mark an event in the ga_events array as a non interaction event?  Here's a snippet of what I have setup in a javascript extention.  Is this the correct way? As a note, I am using the extention to fire the events rather than mappings.

utag.link({
        ga_events : [{
            eventCategory : 'recommendation',
            eventAction   : 'impression',
            eventLabel    : 'productTitle',
            nonInteraction: true
        }]
      });

Thanks!

1 REPLY 1

GUA setting non interaction in ga_events

Silver Contributor
Silver Contributor
Never mind. I see it working in the analytics debugger. Thanks
Public