Has anyone been able to get the Enhanced Link Attribution feature working with Universal Analytics implemented via Google Tag Manager?
My client's website has multiple links with onclick events rather than unique href values, and we'd like to be able to view and differentiate between them in the In-Page Analytics reports. I've successfully been able to differentiate between these clicks within other report views by passing an eventLabel via the datalayer, but for some reason, the In-Page Analytics do not differentiate between these links.
I've enabled Enhanced Link Attribution within my Universal Analytics tag in Tag Manager, and I've also enabled Enhanced Link Attribution within the Analytics Admin settings per https://support.google.com/analytics/answer/2558867.
I have also assigned a unique id value to each of these links, but they are still not differentiated in the In-Page Analytics view.
For example, here is an example of the markup for each of these links:
<a id="video_nIDJiWBSKa8" onclick="OpenVideo( 'nIDJiWBSKa8' );dataLayer.push({'eventCategory' : 'videos', 'eventAction' : 'open', 'eventLabel' : 'Tutorial Video', 'event' : 'shadowboxVideo'});return false;" href="#">Tutorial</a>
I have also tried to give each link a unique href value (#video_nIDJiWBSKa8) rather than just the "#", but this had no effect either.
Am I missing something? I've been looking for a solution for weeks... does anyone have any ideas or suggestions?
Thanks in advance for any help!