zernio 0.0.98

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GetLinkedInPostAnalytics200ResponseAnalytics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**impressions** | Option<**i32**> | Times the post was shown | [optional]
**reach** | Option<**i32**> | Unique members who saw the post | [optional]
**likes** | Option<**i32**> | Reactions on the post | [optional]
**comments** | Option<**i32**> | Comments on the post | [optional]
**shares** | Option<**i32**> | Reshares of the post | [optional]
**clicks** | Option<**i32**> | Clicks on the post (organization accounts only) | [optional]
**views** | Option<**i32**> | Video views (video posts only) | [optional]
**engagement_rate** | Option<**f64**> | Engagement rate as percentage | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)