Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.1 KB

File metadata and controls

21 lines (16 loc) · 1.1 KB

ExternalPostSummaryAnalytics

Properties

Name Type Description Notes
likes Option<i32> [optional]
comments Option<i32> [optional]
shares Option<i32> [optional]
saves Option<i32> [optional]
sends Option<i32> [optional]
clicks Option<i32> [optional]
views Option<i32> [optional]
reach Option<i32> [optional]
impressions Option<i32> [optional]
engagement_rate Option<f64> Percentage, rounded to 2 decimals. Same definition as PostAnalytics.engagementRate: (likes + comments + shares + saves) / (impressions or reach or views) * 100, where the denominator is the first of the three that is non-zero. Clicks and follows are never counted. [optional]
last_updated Option<String> When these metrics were last refreshed [optional]

[Back to Model list] [Back to API list] [Back to README]