Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

File metadata and controls

20 lines (14 loc) · 472 Bytes

Zernio::UpdateAdRequestBudget

Properties

Name Type Description Notes
amount Float Minimum varies by platform: TikTok=$20, Pinterest=$5, others=$1 [optional]
type String OpenAI Ads accepts lifetime only; sending daily returns 422. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdRequestBudget.new(
  amount: null,
  type: null
)