Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 922 Bytes

File metadata and controls

26 lines (20 loc) · 922 Bytes

Zernio::BoostPostRequestTargeting

Properties

Name Type Description Notes
age_min Integer [optional]
age_max Integer [optional]
countries Array<String> ISO country codes. Required for TikTok boosts (TikTok's ad group requires location_ids); optional on other platforms. [optional]
interests Array<UpdateAdRequestTargetingInterestsInner> Interest objects from /v1/ads/interests. Each must include id and name. [optional]
advantage_audience Integer Meta only. 0 = disabled (default), 1 = enabled. [optional]

Example

require 'zernio-sdk'

instance = Zernio::BoostPostRequestTargeting.new(
  age_min: null,
  age_max: null,
  countries: null,
  interests: null,
  advantage_audience: null
)