Analytics on a Post by Social ID
Get real-time analytics for posts using the Social Post ID
Retrieve analytics for posts that did not originate via Ayrshare by providing the low-level Social Post ID.
This ID is returned in the postIds
field of the /post endpoint.
The linked account must be the owner of the post to retrieve the analytics. Support platforms: Facebook
, Instagram
, LinkedIn
, 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 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.
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.