Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.15 KB

File metadata and controls

19 lines (14 loc) · 1.15 KB

CreateRfPredictionRequest

Properties

Name Type Description Notes
account_id String Zernio SocialAccount id (posting or ads variant).
ad_account_id String Meta ad account id (act_).
budget_amount Option<f64> Whole currency units. Exactly one of budgetAmount / reach. [optional]
reach Option<i32> Target unique reach. Exactly one of budgetAmount / reach. [optional]
start_date String Campaign window start (must be in the future).
end_date String
frequency_cap Option<i32> Max impressions per person over the window. [optional]
targeting Option<serde_json::Value> Canonical camelCase TargetingSpec (same shape as /v1/ads/create's targeting). Defaults to countries: [US]. [optional]
placements Option<serde_json::Value> Meta placements object (same shape as /v1/ads/create's placements). [optional]

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