v3
latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-0659315450.0 KBanalytics
<Warning>
This API is currently provided as a preview. Be aware of the following:
- There might be unannounced breaking changes.
- Any breaking changes to preview APIs won't produce a new API version.
- Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.
Lists the page-level view duration data for a design.
The request body can include page filters and pagination controls.
post/v1/designs/{designId}/analytics/page-views
Path parameters
designIdstring required
The design ID.
Request body
Example request
{
"page_ids": [
"PBBKfZml7MRHRQVw",
"PBBKfZml7Mghjsdg"
],
"limit": 50,
"continuation": "RkFGMgXlsVTDbMd:MR3L0QjiaUzycIAjx0yMyuNiV0OildoiOwL0x32G4NjNu4FwtAQNxowUQNMMYN",
"filter": {
"type": "by_viewer",
"link_id": "hddb98a3716",
"viewer_id": "b2d44753-f996-46ff-8f01-d4143911550f"
}
}Response
OK
Example response
{
"items": [
{
"page_id": "PBBKfZml7MRHRQVw",
"total_view_duration_seconds": 1860,
"average_duration_seconds": 21.5,
"unique_view_count": 87
}
],
"continuation": "RkFGMgXlsVTDbMd:MR3L0QjiaUzycIAjx0yMyuNiV0OildoiOwL0x32G4NjNu4FwtAQNxowUQNMMYN"
}