Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 660 Bytes

File metadata and controls

22 lines (16 loc) · 660 Bytes

Zernio::AdjustConversionsRequest

Properties

Name Type Description Notes
account_id String SocialAccount ID. Must be a `googleads` account.
destination_id String Conversion action resource name, e.g. `customers/1234567890/conversionActions/987654321`.
adjustments Array<AdjustConversionsRequestAdjustmentsInner>

Example

require 'zernio-sdk'

instance = Zernio::AdjustConversionsRequest.new(
  account_id: null,
  destination_id: null,
  adjustments: null
)