Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.35 KB

File metadata and controls

42 lines (36 loc) · 1.35 KB

Zernio::RfPrediction

Properties

Name Type Description Notes
prediction_id String [optional]
status String ready pending
budget Float Quoted (or provided) lifetime budget for the window. [optional]
reach Integer Predicted (or requested) unique reach. [optional]
impressions Integer [optional]
min_budget Float Meta's allowed lower bound for this spec. [optional]
max_budget Float [optional]
min_reach Integer [optional]
max_reach Integer [optional]
frequency_cap Integer [optional]
start_time Integer Unix seconds; the reserved window the R&F ad set will run on. [optional]
stop_time Integer [optional]
expires_at String When the reservation's locked price expires (set after reserving). [optional]

Example

require 'zernio-sdk'

instance = Zernio::RfPrediction.new(
  prediction_id: null,
  status: null,
  budget: null,
  reach: null,
  impressions: null,
  min_budget: null,
  max_budget: null,
  min_reach: null,
  max_reach: null,
  frequency_cap: null,
  start_time: null,
  stop_time: null,
  expires_at: null
)