Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.49 KB

File metadata and controls

34 lines (28 loc) · 1.49 KB

Zernio::AdjustConversionsRequestAdjustmentsInner

Properties

Name Type Description Notes
adjustment_type String
adjustment_time Float When the adjustment occurred, unix seconds.
order_id String Transaction ID of the original conversion (the `eventId` you sent). Recommended; required for ENHANCEMENT. [optional]
gclid String Alternative key — the original click ID. Pair with `conversionTime`. Not valid for ENHANCEMENT. [optional]
conversion_time Float The original conversion's time, unix seconds. Required when identifying by `gclid`. [optional]
restatement_value Float RESTATEMENT only — the corrected TOTAL conversion value. [optional]
currency String RESTATEMENT only — ISO 4217 currency for `restatementValue`. [optional]
user AdjustConversionsRequestAdjustmentsInnerUser [optional]
user_agent String ENHANCEMENT only — the original conversion's user agent (improves match quality). [optional]

Example

require 'zernio-sdk'

instance = Zernio::AdjustConversionsRequestAdjustmentsInner.new(
  adjustment_type: null,
  adjustment_time: null,
  order_id: null,
  gclid: null,
  conversion_time: null,
  restatement_value: null,
  currency: null,
  user: null,
  user_agent: null
)