Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.07 KB

File metadata and controls

36 lines (30 loc) · 1.07 KB

Zernio::UpdateAdSetRequestPlatformSpecificDataPromotedObject

Properties

Name Type Description Notes
pixel_id String [optional]
custom_event_type String [optional]
page_id String [optional]
application_id String [optional]
object_store_url String [optional]
custom_conversion_id String [optional]
product_catalog_id String [optional]
product_set_id String [optional]
offline_conversion_data_set_id String [optional]
whatsapp_phone_number String [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateAdSetRequestPlatformSpecificDataPromotedObject.new(
  pixel_id: null,
  custom_event_type: null,
  page_id: null,
  application_id: null,
  object_store_url: null,
  custom_conversion_id: null,
  product_catalog_id: null,
  product_set_id: null,
  offline_conversion_data_set_id: null,
  whatsapp_phone_number: null
)