google_api_double_click_search v0.2.0 GoogleApi.DoubleClickSearch.V2.Model.Conversion View Source

A conversion containing data relevant to DoubleClick Search.

Attributes

  • adGroupId (String.t): DS ad group ID. Defaults to: null.
  • adId (String.t): DS ad ID. Defaults to: null.
  • advertiserId (String.t): DS advertiser ID. Defaults to: null.
  • agencyId (String.t): DS agency ID. Defaults to: null.
  • attributionModel (String.t): Available to advertisers only after contacting DoubleClick Search customer support. Defaults to: null.
  • campaignId (String.t): DS campaign ID. Defaults to: null.
  • channel (String.t): Sales channel for the product. Acceptable values are: - "local": a physical store - "online": an online store Defaults to: null.
  • clickId (String.t): DS click ID for the conversion. Defaults to: null.
  • conversionId (String.t): For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the dsConversionId or floodlightOrderId into this property depending on the advertiser's Floodlight instructions. Defaults to: null.
  • conversionModifiedTimestamp (String.t): The time at which the conversion was last modified, in epoch millis UTC. Defaults to: null.
  • conversionTimestamp (String.t): The time at which the conversion took place, in epoch millis UTC. Defaults to: null.
  • countMillis (String.t): Available to advertisers only after contacting DoubleClick Search customer support. Defaults to: null.
  • criterionId (String.t): DS criterion (keyword) ID. Defaults to: null.
  • currencyCode (String.t): The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format. Defaults to: null.
  • customDimension ([CustomDimension]): Custom dimensions for the conversion, which can be used to filter data in a report. Defaults to: null.
  • customMetric ([CustomMetric]): Custom metrics for the conversion. Defaults to: null.
  • deviceType (String.t): The type of device on which the conversion occurred. Defaults to: null.
  • dsConversionId (String.t): ID that DoubleClick Search generates for each conversion. Defaults to: null.
  • engineAccountId (String.t): DS engine account ID. Defaults to: null.
  • floodlightOrderId (String.t): The Floodlight order ID provided by the advertiser for the conversion. Defaults to: null.
  • inventoryAccountId (String.t): ID that DS generates and uses to uniquely identify the inventory account that contains the product. Defaults to: null.
  • productCountry (String.t): The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country. Defaults to: null.
  • productGroupId (String.t): DS product group ID. Defaults to: null.
  • productId (String.t): The product ID (SKU). Defaults to: null.
  • productLanguage (String.t): The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language. Defaults to: null.
  • quantityMillis (String.t): The quantity of this conversion, in millis. Defaults to: null.
  • revenueMicros (String.t): The revenue amount of this TRANSACTION conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of "10" enter "10000000" (10 million) in your request. Defaults to: null.
  • segmentationId (String.t): The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID). Defaults to: null.
  • segmentationName (String.t): The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name). Defaults to: null.
  • segmentationType (String.t): The segmentation type of this conversion (for example, FLOODLIGHT). Defaults to: null.
  • state (String.t): The state of the conversion, that is, either ACTIVE or REMOVED. Note: state DELETED is deprecated. Defaults to: null.
  • storeId (String.t): The ID of the local store for which the product was advertised. Applicable only when the channel is "local". Defaults to: null.
  • type (String.t): The type of the conversion, that is, either ACTION or TRANSACTION. An ACTION conversion is an action by the user that has no monetarily quantifiable value, while a TRANSACTION conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (ACTION) versus ecommerce purchases (TRANSACTION). Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.Conversion{
  segmentationName: any(),
  productGroupId: any(),
  advertiserId: any(),
  countMillis: any(),
  clickId: any(),
  conversionModifiedTimestamp: any(),
  engineAccountId: any(),
  storeId: any(),
  deviceType: any(),
  productId: any(),
  attributionModel: any(),
  segmentationType: any(),
  inventoryAccountId: any(),
  dsConversionId: any(),
  productCountry: any(),
  conversionTimestamp: any(),
  adGroupId: any(),
  customMetric: [GoogleApi.DoubleClickSearch.V2.Model.CustomMetric.t()],
  agencyId: any(),
  currencyCode: any(),
  channel: any(),
  campaignId: any(),
  conversionId: any(),
  state: any(),
  customDimension: [GoogleApi.DoubleClickSearch.V2.Model.CustomDimension.t()],
  floodlightOrderId: any(),
  type: any(),
  adId: any(),
  quantityMillis: any(),
  productLanguage: any(),
  criterionId: any(),
  segmentationId: any(),
  revenueMicros: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.