Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 843 Bytes

File metadata and controls

26 lines (20 loc) · 843 Bytes

Zernio::WebhookPayloadAdStatusChangedAccount

Properties

Name Type Description Notes
account_id String Internal Zernio account ID (same as used in /v1/accounts/{accountId}).
profile_id String Internal Zernio profile ID this account belongs to.
platform String Ad platform identifier. Currently always `metaads`.
username String Display username of the connected ad-platform account.
display_name String Human-readable display name of the account, when available. [optional]

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadAdStatusChangedAccount.new(
  account_id: null,
  profile_id: null,
  platform: metaads,
  username: null,
  display_name: null
)