zernio 0.0.92

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
# GetPostingFrequency200ResponseFrequencyInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**platform** | Option<**String**> |  | [optional]
**posts_per_week** | Option<**i32**> | Number of posts published that week | [optional]
**avg_engagement_rate** | Option<**f64**> | Average engagement rate as percentage (0-100) | [optional]
**avg_engagement** | Option<**f64**> | Average raw engagement (likes+comments+shares+saves) | [optional]
**weeks_count** | Option<**i32**> | Number of calendar weeks observed at this frequency | [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)