Combined Assets Visited - City Data Portals
Information about accesses (visits) of city data assets. Combines analytics from both employee (citydata.mesaaz.gov) and public data (data.mesaaz.gov) portals.
The following usage types are included in the Access Type column:
grid view – tabular view of the dataset / filtered view
primer page view – dataset / filtered view’s homepage, includes metadata and table preview of the data
download – download of the dataset / filtered view to CSV, JSON, etc.
api read access – programmatic access of dataset/filtered vew, etc.
story page view – accessing a story page asset
visualization page view – accessing a chart or map asset
measure page view – accessing a performance measure asset
Usage data are segmented into the following user types:
site member: users who have logged in and have been granted a role on the domain
community user: users who have logged in but do not have a role on the domain
anonymous: users who have not logged in to the domain
Data are updated by a system process at least once a day.
Please see Site Analytics: Asset Access for more detail.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"citydata-mesaaz-gov/combined-assets-visited-city-data-portals-kv2n-zmcu\".\"combined_assets_visited_city_data_portals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.