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

Represents a conversion source owned by a Merchant account. A merchant account can have up to 200 conversion sources.

Attributes

  • conversionSourceId (type: String.t, default: nil) - Output only. Generated by the Content API upon creation of a new ConversionSource. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: - galk: For GoogleAnalyticsLink sources. - mcdn: For MerchantCenterDestination sources.
  • expireTime (type: DateTime.t, default: nil) - Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.
  • googleAnalyticsLink (type: GoogleApi.Content.V21.Model.GoogleAnalyticsLink.t, default: nil) - Immutable. Conversion Source of type "Link to Google Analytics Property".
  • merchantCenterDestination (type: GoogleApi.Content.V21.Model.MerchantCenterDestination.t, default: nil) - Conversion Source of type "Merchant Center Tag Destination".
  • state (type: String.t, default: nil) - Output only. Current state of this conversion source. Can't be edited through the API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ConversionSource{
  conversionSourceId: String.t() | nil,
  expireTime: DateTime.t() | nil,
  googleAnalyticsLink:
    GoogleApi.Content.V21.Model.GoogleAnalyticsLink.t() | nil,
  merchantCenterDestination:
    GoogleApi.Content.V21.Model.MerchantCenterDestination.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.