Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 732 Bytes

File metadata and controls

26 lines (20 loc) · 732 Bytes

Zernio::AdAnalyticsResponseAd

Properties

Name Type Description Notes
id String [optional]
name String [optional]
platform String [optional]
status String [optional]
currency String ISO 4217 code of the ad account that owns this ad (e.g. USD, THB, INR). All money values in `summary` and `daily` are in this currency. Null only on legacy ads synced before currency was persisted. [optional]

Example

require 'zernio-sdk'

instance = Zernio::AdAnalyticsResponseAd.new(
  id: null,
  name: null,
  platform: null,
  status: null,
  currency: null
)