Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Do we have any provision for counting a unique click on a page ignoring the total clicks

Avatar

Level 3

Is there an option to count a unique click for a user on a page, eg, a user comes on a page and clicks 5 links but the unique click event only gives a count of 1 for that particular user.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Anshika,

How are you tracking clicks? Is it page views on the landing page, or are you using a custom event that is triggered on click?

If you're looking at page views on the landing page, using the Unique Visitors metric should do the trick. If you're using a custom event, you could serialize the event so it only triggers once per user ID. Note that this would affect all reports that rely on this event, though!

View solution in original post

2 Replies

Avatar

Level 4

Hi Anshika,

You can use visits instead of instances as your metric to see unique clicks per visit.

Best,

Ryan Praskievicz

www.ryanpraski.com

Avatar

Correct answer by
Employee Advisor

Hi Anshika,

How are you tracking clicks? Is it page views on the landing page, or are you using a custom event that is triggered on click?

If you're looking at page views on the landing page, using the Unique Visitors metric should do the trick. If you're using a custom event, you could serialize the event so it only triggers once per user ID. Note that this would affect all reports that rely on this event, though!