I have added GTM to my website with success and it is reporting all pertinent data to GA. However, when I review the source code for the page I see several deprecated GA tags that were used to measure UX, but are still on the page. Example:
_gaq.push(['_setCustomVar', 1, 'Visitor Type', 'LOGGED IN', 2]);_gaq.push(['_trackEvent', 'XXXXXXXX Login', 'START']);" onkeydown="_gaq.push(['_setCustomVar', 1, 'Visitor Type', 'LOGGED IN', 2]);_gaq.push(['_trackEvent', 'XXXXXX Login', 'START'])
Does this send a pageview every time the event is fired? If so, are these added to my pageviews essentially double, triple counting pageviews because the event is firing. I have switched to UA and realize these are old GA event code.