Analytics

Get analytics by ID

Returns the lifetime analytics record for one post result: views, likes, comments and shares as last synced, with the timestamp of that sync.

get/v1/analytics/{id}

Path parameters

idstring required

Analytics record ID

Response

Analytics record retrieved successfully.

idstring required

The unique identifier of the analytics record

post_result_idstring required

The ID of the associated post result

platformstring required

Platform name (e.g. tiktok)

platform_post_idobject required

Platform-specific post ID

view_countnumber required

Total view count

like_countnumber required

Total like count

comment_countnumber required

Total comment count

share_countnumber required

Total share count

cover_image_urlobject required

Cover image URL from the platform

share_urlobject required

Share URL on the platform

video_descriptionobject required

Video description on the platform

durationobject required

Video duration in seconds

platform_created_atobject required

When the content was created on the platform

last_synced_atstring required

When analytics were last synced

match_confidenceobject required

Confidence of the match (exact or high)

Changes