Google Tag Manager and Enhanced Link Attribution -


After

Is anyone able to get the functionality implemented with Advanced Link Attribution Universal Analytics implemented through Google Tag Manager done?

My client's website has many links with onclic events rather than unique href values, and we want to be able to see and differentiate between them in In-Page Analytics reports. I have successfully differentiated between these clicks within another report view by passing an eventLabel through the dataLayer, but for some reason, there is no difference between In-Page Analytics and these links.

I have enabled Enhanced Link Attribution tags within my Universal Analytics tag in Tag Manager, and I have also activated Link Attribution Increase in per Analytics Admin settings.

I have also assigned a unique ID value for each of these links, but these are not yet differentiated in the In-Page Analytics view. For example, here's an example of markup for each link:

  & lt; An id = "video_nIDJiWBSKa8" onclick = "OpenVideo ('nIDJiWBSKa8'); dataLayer.push ({'eventCategory': 'video', 'eventAction': 'open', 'eventLabel': 'tutorial video', 'incident': 'ShadowboxVideo'}); return false; "href =" # "& gt; Tutorial & lt; / A & gt;  

I have tried just "#" instead of giving a unique href price (# video_nidJiWBSKa8) link, but it has no effect either.

Am I missing something? I was looking for a solution for the week ... does anyone have any ideas or suggestions?

Thanks in advance for any help!

Linked by clicking on the click event Bubble on the body element you know so linkid You have not clicked anywhere, a "return false" that prevents the incident from being disturbed.

Do you probably want to have one. "Event.preventDefault ();" Instead of a "return false";

PS: Why can you ignore another profound explanation on this article why the "return false"; bar.


Comments