Database integration | Community
Skip to main content

Database integration

  • March 16, 2023
  • 1 reply
  • 0 views

Support21

I am creating an app, In which I wants to count How many times user clicks on a button and wants to show total numbers of user into navbar located app. In short I want to know how can we manage app data by zendesk. Can anyone help me with this? 

1 reply

Tipene
  • March 17, 2023

Hi @support21,

One way you could go about this is to listen for the app.registered and pane.activated events and then have the callback function execute some code to track the number of times the app has been opened.