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.
Gets the aggregated analytics for a design.
The response includes total views, unique viewers, and view duration metrics.
Path parameters
The design ID.
Response
OK
Example response
{
"average_view_duration_seconds": 42,
"total_view_duration_seconds": 5040,
"unique_view_count": 87,
"total_view_count": 120
}Changes
Changed in 2 of the 8 revisions of this API.18
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
design_generation_rejectedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
domain_restrictedenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status403response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
user_already_memberenum value to thecoderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●