zernio 0.0.142

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
# BoostPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**post_id** | Option<**String**> | Zernio post ID (provide this or platformPostId) | [optional]
**platform_post_id** | Option<**String**> | Platform post ID (alternative to postId) | [optional]
**account_id** | **String** | Social account ID | 
**ad_account_id** | **String** | Platform ad account ID | 
**name** | **String** |  | 
**goal** | **Goal** |  (enum: engagement, traffic, awareness, video_views) | 
**budget** | [**models::BoostPostRequestBudget**]BoostPostRequestBudget.md |  | 
**currency** | Option<**String**> |  | [optional]
**schedule** | Option<[**models::BoostPostRequestSchedule**]BoostPostRequestSchedule.md> |  | [optional]
**targeting** | Option<[**models::BoostPostRequestTargeting**]BoostPostRequestTargeting.md> |  | [optional]
**bid_amount** | Option<**f64**> | Max bid cap (Meta only) | [optional]
**tracking** | Option<[**models::BoostPostRequestTracking**]BoostPostRequestTracking.md> |  | [optional]
**special_ad_categories** | Option<**Vec<SpecialAdCategories>**> | Meta only. Required for housing, employment, credit, or political ads. (enum: HOUSING, EMPLOYMENT, CREDIT, ISSUES_ELECTIONS_POLITICS) | [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)