Segment to group number of different activity map links clicked on a single page | Community
Skip to main content
Level 4
March 23, 2021
Solved

Segment to group number of different activity map links clicked on a single page

  • March 23, 2021
  • 1 reply
  • 999 views

Hi everyone!

I have a requirement to report on the number of activity map links clicked on a single page and group customers into 1 clicks, 2 clicks, 3 clicks, etc.

I thought I could try something like this:

But this would return visitors who have activated exactly 4 activity map links across all pages.

I tried overlaying a segment for the page in question, but this will only return the activity map links on the page I'm interested in that make up the 4 clicks across the whole visit.

Any help would be greatly appreciated!

 

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 amgup

Hi @philipk92120636 . If you want the visitors for a particular page who had 1 clicks or 2 click or 3 click than you can first apply condition for the pagename equals "Particular Page name" and then you can apply AND condition and in that you can write 3 conditions like IF Activity Map Links equals 1 OR Activity Map Links equals 2 OR Activity Map Link Equals 3.

Refer the below doc :-

https://experienceleague.adobe.com/docs/analytics/components/segmentation/segmentation-workflow/seg-build.html?lang=en#section_F61C4268A5974C788629399ADE1E6E7C

1 reply

amgupAccepted solution
Level 7
March 25, 2021

Hi @philipk92120636 . If you want the visitors for a particular page who had 1 clicks or 2 click or 3 click than you can first apply condition for the pagename equals "Particular Page name" and then you can apply AND condition and in that you can write 3 conditions like IF Activity Map Links equals 1 OR Activity Map Links equals 2 OR Activity Map Link Equals 3.

Refer the below doc :-

https://experienceleague.adobe.com/docs/analytics/components/segmentation/segmentation-workflow/seg-build.html?lang=en#section_F61C4268A5974C788629399ADE1E6E7C

Level 4
March 25, 2021

Brilliant. Thanks for the tip. If I set it up like this with an OR statement won't the segment for clicked 3 links for instance group everyone who has clicked 1, 2, and 3 links together though?