curl --request GET \
--url https://api.tryarchitect.com/v0/pages/{page_id}/analytics/audiences \
--header 'x-api-key: <api-key>'{
"items": [
{
"avgInteractionsPerSession": 123,
"avgScrollDepthPercentage": 123,
"avgTimeSpentSeconds": 123,
"bounceRate": 123,
"conversionRate": 123,
"formSubmitRate": 123,
"totalSessions": 123,
"audienceId": "<string>",
"bounceCount": 123,
"bounceEligibleSessions": 123,
"conversionCount": 123,
"ctaSessions": 123,
"formSubmitCount": 123
}
]
}Get analytics totals grouped by audience for a page.
curl --request GET \
--url https://api.tryarchitect.com/v0/pages/{page_id}/analytics/audiences \
--header 'x-api-key: <api-key>'{
"items": [
{
"avgInteractionsPerSession": 123,
"avgScrollDepthPercentage": 123,
"avgTimeSpentSeconds": 123,
"bounceRate": 123,
"conversionRate": 123,
"formSubmitRate": 123,
"totalSessions": 123,
"audienceId": "<string>",
"bounceCount": 123,
"bounceEligibleSessions": 123,
"conversionCount": 123,
"ctaSessions": 123,
"formSubmitCount": 123
}
]
}API key authentication for the External Actor Gateway
page_id parameter
endDate parameter
startDate parameter
Successful operation
Show child attributes
Was this page helpful?