I have developed an SPA that features a business directory.
When the user clicks a business from the repeating group (list of businesses), the data for that business is displayed in a group, using conditionals and dynamic data.
I would like to be able to count the number of times an individual business’ “listing” is shown-- since they aren’t separate pages, I would need to count the number of times the data is called from the database.
This is to help show the clients how much exposure their listing is getting.
Does anyone know how to do this?
Any help is greatly appreciated, thank you!!
Thank you so much!
I ended up figuring this out:
I added the field “Views” on the Business Profile in the database.
I already use custom states to navigate between groups, so I attached an extra step to the workflow on the clickable items that navigate the user from the list/directory of businesses (in a repeating group) to the business listing.
I added the last step as you indicated: