View Source GoogleApi.Content.V21.Model.MerchantCenterDestination (google_api_content v0.67.1)

"Merchant Center Destination" sources can be used to send conversion events from a website using a Google tag directly to a Merchant Center account where the source is created.

Attributes

  • attributionSettings (type: GoogleApi.Content.V21.Model.AttributionSettings.t, default: nil) - Required. Attribution settings being used for the Merchant Center Destination.
  • currencyCode (type: String.t, default: nil) - Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.
  • destinationId (type: String.t, default: nil) - Output only. Merchant Center Destination ID.
  • displayName (type: String.t, default: nil) - Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.MerchantCenterDestination{
  attributionSettings:
    GoogleApi.Content.V21.Model.AttributionSettings.t() | nil,
  currencyCode: String.t() | nil,
  destinationId: String.t() | nil,
  displayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.