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

"Google Analytics Link" sources can be used to get conversion data from an existing Google Analytics property into the linked Merchant Center account.

Attributes

  • attributionSettings (type: GoogleApi.Content.V21.Model.AttributionSettings.t, default: nil) - Output only. Attribution settings for the linked Google Analytics property.
  • propertyId (type: String.t, default: nil) - Required. Immutable. ID of the Google Analytics property the merchant is linked to.
  • propertyName (type: String.t, default: nil) - Output only. Name of the Google Analytics property the merchant is linked to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.GoogleAnalyticsLink{
  attributionSettings:
    GoogleApi.Content.V21.Model.AttributionSettings.t() | nil,
  propertyId: String.t() | nil,
  propertyName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.