Expand my Community achievements bar.

button click tracking

Avatar

Level 2

Hello, good afternoon.

How do I find out how many times a button has been clicked using Adobe Analytics? How would this be implemented?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hi @BrayanHo 

I think this is more of a topic for the Adobe Analytics and / or Data Colletction forums?

One way or another, you will have to set up click tracking to send this to AA.

Cheers from Switzerland!


Avatar

Level 1

To track button clicks in Adobe Analytics, you need to:

  1. Create a custom event in Adobe Analytics to capture button clicks.
  2. Use JavaScript on the website to listen for button clicks and trigger a tracking call (using s.tl() or similar functions).
  3. Send the data (click count) to Adobe Analytics through a custom event (e.g., event1).
  4. View the data in the Adobe Analytics reports under the Custom Events section.

This way, you can track how many times the button has been clicked.