Someone mentioned the other day that the Extension was having issues on Chrome.. there were a bunch of errors in the Chrome console... I suspect a Chrome update has broken something in the extension given the last update was in 2021....
To be honest, I use Activity Map, but I never use the extension... I pull the data 100% from Workspace. In lieu of the extension, or at least until its fixed, you may have to pull the data from Workspace.
The dimensions are:
- Activity Map Link
- Activity Map Region
- Activity Map Page
- Activity Map Link by Region
The metrics are:
- Activity Map Link Instances
- Activity Map Region Instances
- Activity Map Page Instances
- Activity Map Link by Region Instances
Depending on how customized your implementation is, some of these will be more useful than others (Region, if not configured will just capture the closest ID up the DOM tree... which is generally a name that only makes sense to developers..)
However, if you need to find something specific, you can test the link using the Platform Debugger, and you will be able to see what Activity Map data is passed, and use that to filter and segment to find the information you need.