Available on Business, Enterprise plans.
postIds
field of the /post endpoint.
The linked account must be the owner of the post to retrieve the analytics (exception: YouTube; see below). Support platforms: Facebook
, Instagram
, LinkedIn
, Threads
, TikTok
, Twitter
, and YouTube
.
- The call is the same as the Analytics on a Post endpoint. The key
difference is you use the post id return by the social network instead of the Ayrshare ID. Also
include the
searchPlatformId: true
parameter to notify the endpoint you’re searching by the Social Post ID. - Use the Get All Post History endpoint to retrieve posts and IDs
originating outside of Ayrshare found in the
id
field. - Recommend to only use for posts not sent via Ayrshare. For posts sent via Ayrshare, use the analytics endpoint.
- Analytics on Instagram posts that were published before the user’s account was converted to a business account from a personal account have limited analytics.
- If retrieving YouTube analytics for a post that doesn’t belong to your channel using the social ID method, the API will return descriptive metadata about the content while showing zeros for all numerical metrics. Descriptive information such as title, description, tags, channel title, privacy status, and thumbnail URLs will be correctly populated, providing context about the video content. However, all numerical performance metrics including views, likes, comments, shares, subscriber changes, watch time, and playlist additions will return as zero values.
Header Parameters
Body Parameters
Social Post ID returned from the /post
endpoint. This is the
id
field for an individual social networks found in the
postIds
array.String array of platforms to retrieve analytics. Only one value is allowed.Available values:
Set to
true
to search by the Social Post ID.