Tracking details about clicks on a widget | Community
Skip to main content
Adobe Employee
April 29, 2020
Solved

Tracking details about clicks on a widget

  • April 29, 2020
  • 1 reply
  • 3459 views

I have a widget called “help_links” in Help Center that is being tracked in Omega. There are multiple links that can be clicked inside of that widget, but I can’t figure out how to see which of those links gets clicked the most… It seems like there should be an easy way to do this, but is there?

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 Asheesh_Pandey

@andywat I would user Adobe debugger to see (open debugger and click on links, you can see tracking calls details in debugger) in which variable links are being tracked, once you get that it's easy find.

 

1 reply

Asheesh_Pandey
Community Advisor
Asheesh_PandeyCommunity AdvisorAccepted solution
Community Advisor
April 30, 2020

@andywat I would user Adobe debugger to see (open debugger and click on links, you can see tracking calls details in debugger) in which variable links are being tracked, once you get that it's easy find.

 

- Asheesh