Analytics
Analytics on a Post by Social ID
Get real-time analytics for posts using the social ID.
POST
/
analytics
/
post
Retrieve analytics for posts that did not originate via Ayrshare by providing the low-level social ID.
This ID is returned in the postIds
field of the /post endpoint.
The linked account must 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 notfiy the endpoint you’re searching by the social 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.
Requires the Business Plan.
Header Parameters
Authorization
string
requiredFormat:
Authorization: Bearer API_KEY
. See API overview for more information.Profile-Key
string
Profile Key of a user profile.
Body Parameters
id
string
requiredSocial ID from /post endpoint contained in postIds
.
platforms
array
requiredString array of platforms to retrieve analytics. Only one value is allowed.
Available values:
searchPlatformId
boolean
requiredSet to true
to search by the social ID.