Activity Map Tracking Problem in IE browser | Adobe Higher Education
Skip to main content
Level 2
February 9, 2017
해결됨

Activity Map Tracking Problem in IE browser

  • February 9, 2017
  • 1 답변
  • 1615 조회

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.

이 주제는 답변이 닫혔습니다.
최고의 답변: StevenHofheins

Hi,

Data collection should still work for IE 11, I know Adobe stopped support the plugin for IE 11.

How Activity Map Works.

When the Activity Map module is loaded on the page it scans the DOM for any links on the page and gathers the following data.

  • page
  • link
  • region

These values are passed into a cookie when something is clicked, then sent once an image request is sent.

So if that cookie is being set while in IE 11 when the s.tl is clicked this cookie might not be cleared out in time or cleared out at all.

I would check the s_sq cookie to see if this is the case.

Thanks,

Steven Hofheins | Adobe Support

1 답변

Adobe Employee
November 6, 2019

Hi,

Data collection should still work for IE 11, I know Adobe stopped support the plugin for IE 11.

How Activity Map Works.

When the Activity Map module is loaded on the page it scans the DOM for any links on the page and gathers the following data.

  • page
  • link
  • region

These values are passed into a cookie when something is clicked, then sent once an image request is sent.

So if that cookie is being set while in IE 11 when the s.tl is clicked this cookie might not be cleared out in time or cleared out at all.

I would check the s_sq cookie to see if this is the case.

Thanks,

Steven Hofheins | Adobe Support