View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Conversion (google_api_search_ads360 v0.2.0)

A conversion.

Attributes

  • adId (type: String.t, default: nil) - Output only. Ad ID. A value of 0 indicates that the ad is unattributed.
  • advertiserConversionId (type: String.t, default: nil) - Output only. For offline conversions, this is an ID provided by advertisers. If an advertiser doesn't specify such an ID, Search Ads 360 generates one. For online conversions, this is equal to the id column or the floodlight_order_id column depending on the advertiser's Floodlight instructions.
  • assetFieldType (type: String.t, default: nil) - Output only. Asset field type of the conversion event.
  • assetId (type: String.t, default: nil) - Output only. ID of the asset which was interacted with during the conversion event.
  • attributionType (type: String.t, default: nil) - Output only. What the conversion is attributed to: Visit or Keyword+Ad.
  • clickId (type: String.t, default: nil) - Output only. A unique string, for the visit that the conversion is attributed to, that is passed to the landing page as the click id URL parameter.
  • conversionDateTime (type: String.t, default: nil) - Output only. The timestamp of the conversion event.
  • conversionLastModifiedDateTime (type: String.t, default: nil) - Output only. The timestamp of the last time the conversion was modified.
  • conversionQuantity (type: String.t, default: nil) - Output only. The quantity of items recorded by the conversion, as determined by the qty url parameter. The advertiser is responsible for dynamically populating the parameter (such as number of items sold in the conversion), otherwise it defaults to 1.
  • conversionRevenueMicros (type: String.t, default: nil) - Output only. The adjusted revenue in micros for the conversion event. This will always be in the currency of the serving account.
  • conversionVisitDateTime (type: String.t, default: nil) - Output only. The timestamp of the visit that the conversion is attributed to.
  • criterionId (type: String.t, default: nil) - Output only. Search Ads 360 criterion ID. A value of 0 indicates that the criterion is unattributed.
  • floodlightOrderId (type: String.t, default: nil) - Output only. The Floodlight order ID provided by the advertiser for the conversion.
  • floodlightOriginalRevenue (type: String.t, default: nil) - Output only. The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.
  • id (type: String.t, default: nil) - Output only. The ID of the conversion
  • merchantId (type: String.t, default: nil) - Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.
  • productChannel (type: String.t, default: nil) - Output only. The sales channel of the product that was clicked on: Online or Local.
  • productCountryCode (type: String.t, default: nil) - Output only. The country (ISO-3166-format) registered for the inventory feed that contains the product clicked on.
  • productId (type: String.t, default: nil) - Output only. The ID of the product clicked on.
  • productLanguageCode (type: String.t, default: nil) - Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.
  • productStoreId (type: String.t, default: nil) - Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.
  • resourceName (type: String.t, default: nil) - Output only. The resource name of the conversion. Conversion resource names have the form: customers/{customer_id}/conversions/{ad_group_id}~{criterion_id}~{ds_conversion_id}
  • status (type: String.t, default: nil) - Output only. The status of the conversion, either ENABLED or REMOVED..
  • visitId (type: String.t, default: nil) - Output only. The SearchAds360 visit ID that the conversion is attributed to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Conversion{
    adId: String.t() | nil,
    advertiserConversionId: String.t() | nil,
    assetFieldType: String.t() | nil,
    assetId: String.t() | nil,
    attributionType: String.t() | nil,
    clickId: String.t() | nil,
    conversionDateTime: String.t() | nil,
    conversionLastModifiedDateTime: String.t() | nil,
    conversionQuantity: String.t() | nil,
    conversionRevenueMicros: String.t() | nil,
    conversionVisitDateTime: String.t() | nil,
    criterionId: String.t() | nil,
    floodlightOrderId: String.t() | nil,
    floodlightOriginalRevenue: String.t() | nil,
    id: String.t() | nil,
    merchantId: String.t() | nil,
    productChannel: String.t() | nil,
    productCountryCode: String.t() | nil,
    productId: String.t() | nil,
    productLanguageCode: String.t() | nil,
    productStoreId: String.t() | nil,
    resourceName: String.t() | nil,
    status: String.t() | nil,
    visitId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.