I would like the ability to view the unique users that have viewed my items in AGOL. Currently we can see item view count over a time period. The same function is available through the API. I belong to a large organization with a decent amount of user churn, understanding who is using my items would help me provide better service. Ideally, I could access this for my items with a standard role, and an admin could see this for any item with the admin role. Modeled after usage function:
viewers(item=None, date_range='7D', as_df=True)
item=None: all items owned by user running the function (or all items in org for an admin)
item=item#: only viewers for that specific item
returns a table with: UserName, item#, view_count
This would be really helpful, especially for items that are shared with the organization! It could also be useful to understand power userbases and help prioritize maintenance activities for items with heavier unique traffic.
Currently the view counts as listed on the overview pages for hosted datasets and applications aren't very helpful, the count goes up when I check on applications or when I/ Admin run scripts that reference items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.