Can you elaborate on what issue you are seeing with Activity Map? For example, are you having trouble getting the Activity Map data to be sent on the image requests or is it more of a problem with rendering the overlays?
Some things you may consider checking:
- On you web page, open up Dev Tools and, in the console, run the command 's_c_il'. This should return an array of analytics related objects, including the activity map module. This is a good way to confirm that the library is loading as expected.
- If the library is loading correctly, then click a link on the page and review the subsequent analytics image request. You should see context data (.ActivityMap) included in the calls, suggesting that Analytics is collecting the Activity Map data
- If data is collecting, then it is an overlay rendering issue. Login to the Activity Map plugin and check the settings to confirm you are pointing at the same report suite and page name as observed in step 2. For overlays to render correctly, the report suite, pagename, link region, and link name all need to match.
Note: There are other reasons that could contribute to overlays not showing up correctly. You may consider reaching out to Customer Care if the steps above don't yield any results.
Also, I didn't see a documentation link in your post. Happy to look for an updated document if you can provide the link
I hope that helps.