New Participant
July 27, 2016
Solved
Activity Map Issue | No link Clicks on href tags
- July 27, 2016
- 1 reply
- 1902 views
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?