コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

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?

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

2 返信

Avatar

Community Advisor and Adobe Champion

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.