Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

File metadata and controls

22 lines (16 loc) · 802 Bytes

Zernio::WebhookPayloadAdStatusChangedAdObject

Properties

Name Type Description Notes
level String Hierarchy level the status applies to. Mirrors Meta's `level`. Creative-level events are not forwarded.
platform_id String Platform-native ID of the campaign / ad set / ad. For Meta this is the bare numeric ID (e.g. `120244894077860689`).
platform_ad_account_id String Platform-native ad-account ID. For Meta this uses the `act_<id>` shape.

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadAdStatusChangedAdObject.new(
  level: null,
  platform_id: 120244894077860689,
  platform_ad_account_id: act_2129800524463520
)