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

Message representing a types of conversion events

Attributes

  • includeInReporting (type: boolean(), default: nil) - Output only. Option indicating if the type should be included in Merchant Center reporting.
  • name (type: String.t, default: nil) - Output only. Conversion event name, as it'll be reported by the client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AttributionSettingsConversionType{
  includeInReporting: boolean() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.