Pendo is a tool like google analytics where we add a unique attribute to the HTML element on which we want to track the user interactions.
e.g. I want to track how many time the save button is being clicked then I will add a unique identifier -> track-id="save"
then pendo will track this and show me the daily analytics.
Problem : If I set such tracking id on checkbox then I will see the clicks but I need to track only check action on that checkbox and dont want to track uncheck action.
If any one have done pendo integration and have any idea about this case then please send your thoughts.
Thanks in advance