View Source GoogleApi.AdSense.V2.Model.CustomChannel (google_api_ad_sense v0.17.1)

Representation of a custom channel.

Attributes

  • active (type: boolean(), default: nil) - Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
  • displayName (type: String.t, default: nil) - Required. Display name of the custom channel.
  • name (type: String.t, default: nil) - Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
  • reportingDimensionId (type: String.t, default: nil) - Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V2.Model.CustomChannel{
  active: boolean() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil,
  reportingDimensionId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.