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

Representation of a custom channel.

Attributes

  • displayName (type: String.t, default: nil) - Display name of the custom channel.
  • name (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.