ActivityMap not tracking menu items | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

Activity Map data is tracked in the next hit after the data has been collected.

In your case:

Click a link in the body

  1. User clicks the link. --> Activity Map data gets set.
  2. Custom Link beacon tracks that clicked link. --> Activity Map data is tracked here.
  3. Next page is loaded and a Pageview beacon tracks that page load. --> Activity Map data has already been sent with the Custom Link beacon, so no Activity Map data is tracked here.

Click a link in the menu

  1. User clicks the link. --> Activity Map data gets set.
  2. Next page is loaded and a Pageview beacon tracks that page load. --> Activity Map data is tracked here.

1 reply

yuhuisg
yuhuisgAccepted solution
New Participant
December 4, 2021

Activity Map data is tracked in the next hit after the data has been collected.

In your case:

Click a link in the body

  1. User clicks the link. --> Activity Map data gets set.
  2. Custom Link beacon tracks that clicked link. --> Activity Map data is tracked here.
  3. Next page is loaded and a Pageview beacon tracks that page load. --> Activity Map data has already been sent with the Custom Link beacon, so no Activity Map data is tracked here.

Click a link in the menu

  1. User clicks the link. --> Activity Map data gets set.
  2. Next page is loaded and a Pageview beacon tracks that page load. --> Activity Map data is tracked here.