Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 708 Bytes

File metadata and controls

28 lines (22 loc) · 708 Bytes

Zernio::CustomConversion

Properties

Name Type Description Notes
id String [optional]
name String [optional]
rule Object Meta's rule, parsed back from the string Meta stores. [optional]
custom_event_type String [optional]
pixel_id String Meta's event_source_id — the pixel the rule reads from. [optional]
is_archived Boolean [optional]

Example

require 'zernio-sdk'

instance = Zernio::CustomConversion.new(
  id: null,
  name: null,
  rule: null,
  custom_event_type: null,
  pixel_id: null,
  is_archived: null
)