Google Analytics Sessions on Austintexas.gov
This data, exported from Google Analytics, demonstrates group of interactions that took place on Austintexas.gov pages within a one-month time frame. A single session can contain multiple screen or page views, events, social interactions, and ecommerce transactions.
*Note: On July 1, 2023, standard Universal Analytics properties will stop processing data.
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 \"datahub-austintexas-gov/google-analytics-sessions-on-austintexasgov-dcfk-vk6w\".\"google_analytics_sessions_on_austintexasgov\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.