Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Activity Map Issue | No link Clicks on href tags

Avatar

Level 6

I noticed that a few of my page links are not being counted or reported in activity map even though they meet the requirements.

Based on the activity map documentation:

  • an href anchor tag is tracked out-of-the-box
  • and I added the onClick for s_objectID to make it unique from the other identical link IDs

<div> <a href="http://nation.maps.arcgis.com/home/item.html?id=d653270fb24847deaf65892f1b3c4b6e" class="launchApp phone-hide" onClick="s_objectID='Green Infrastructure Model for ArcGIS Desktop'" target="_blank">View More <span class="icon-ui-link-external"></span></a> <a href="#" data-modal="viewinDesktop" class="js-modal-toggle phone-show launchApp">View More <span class="icon-ui-link-external"></span></a> </div>

am I missing something?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

Typically if you don't see overlays or overlays without data the following issues come to mind.

First, let me explain this--


Activity Map when the plugin is run it scans the dom for all of the links for the following information (page, region, link)This is how it knows where to place the overlay and do the rankings.

1. If for any reason you are passing different data (via a javaScript fx) as Activity Map data than what is scanned when the plugin is run you won't have overlays or ranked overlays.

2. If page, region, link are the same or if region and link are the same it won't be able to identify where to put the overlays and put them all over the same one.

You can check this by pulling up the network tab in dev tools in your browser.

filter by b/ss

click the links and view the image request

here you should see activity map data

3. If this is a new implementation you may be seeing data show up now. If this was barely implemented at the point of running the plugin you won't have any historical data to have the overlays to show up.

If this is still an issue after this please open a client care ticket by emailing:

clientcare@adobe.com

Please include—

Company:

Report Suite:

Issue:

Site URL:

Exact Steps to Replicate:

Thanks,


Steven Hofheins | Adobe Support

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi,

Typically if you don't see overlays or overlays without data the following issues come to mind.

First, let me explain this--


Activity Map when the plugin is run it scans the dom for all of the links for the following information (page, region, link)This is how it knows where to place the overlay and do the rankings.

1. If for any reason you are passing different data (via a javaScript fx) as Activity Map data than what is scanned when the plugin is run you won't have overlays or ranked overlays.

2. If page, region, link are the same or if region and link are the same it won't be able to identify where to put the overlays and put them all over the same one.

You can check this by pulling up the network tab in dev tools in your browser.

filter by b/ss

click the links and view the image request

here you should see activity map data

3. If this is a new implementation you may be seeing data show up now. If this was barely implemented at the point of running the plugin you won't have any historical data to have the overlays to show up.

If this is still an issue after this please open a client care ticket by emailing:

clientcare@adobe.com

Please include—

Company:

Report Suite:

Issue:

Site URL:

Exact Steps to Replicate:

Thanks,


Steven Hofheins | Adobe Support