Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.01 KB

File metadata and controls

26 lines (20 loc) · 1.01 KB

Zernio::SendConversionsRequest

Properties

Name Type Description Notes
account_id String SocialAccount ID (metaads, googleads, linkedinads, tiktokads, or openaiads).
destination_id String Platform destination identifier. For Meta, the pixel/dataset ID. For Google, the conversion action resource name. For LinkedIn, the conversion rule ID or full `urn:lla:llaPartnerConversion:{id}` URN. For OpenAI Ads, the pixel wire id.
events Array<ConversionEvent>
test_code String Meta `test_event_code` passthrough. Ignored by Google, LinkedIn, and OpenAI Ads. [optional]
consent SendConversionsRequestConsent [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendConversionsRequest.new(
  account_id: null,
  destination_id: null,
  events: null,
  test_code: null,
  consent: null
)