Activity Map Tracking Problem in IE browser
I have Activity Map enabled for my report suite. When I am testing the link tracking. I can see activity map data of link clicked in the immediate pageload. Now in my analytics implementation I have written some click event DTM rules which trigger the image request just after click on some links.
In IE (internet explorer) during my testing when I click on such link, activity map data is sent in the image request (s.tl request) and also this activity map data is sent during the immediate pageoad (happens after link click) image request. The issue is the link nane report shows double count for every such link when in case of IE but for Chrome it shows proper count, i.e. if the link is "abc" clicked 5 times the links name report shows 10 instances if done from IE and shows 5 instances if done from Chrome (which is correct).
Please let me know why it is happening and what is the solution to fix the problem for IE.