cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/pages/{page_id}/analytics/summary \ --header 'x-api-key: <api-key>'
{ "avgInteractionsPerSession": 123, "avgScrollDepthPercentage": 123, "avgTimeSpentSeconds": 123, "bounceRate": 123, "conversionRate": 123, "formSubmitRate": 123, "totalSessions": 123 }
Get basic analytics totals for a page.
API key authentication for the External Actor Gateway
page_id parameter
endDate parameter
startDate parameter
Successful operation
Was this page helpful?