View Source GoogleApi.AdSense.V2.Model.UrlChannel (google_api_ad_sense v0.17.0)

Representation of a URL channel. URL channels allow you to track the performance of particular pages in your site; see URL channels for more information.

Attributes

  • name (type: String.t, default: nil) - Output only. Resource name of the URL channel. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel}
  • reportingDimensionId (type: String.t, default: nil) - Output only. Unique ID of the custom channel as used in the URL_CHANNEL_ID reporting dimension.
  • uriPattern (type: String.t, default: nil) - URI pattern of the channel. Does not include "http://" or "https://". Example: www.example.com/home

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.UrlChannel{
  name: String.t() | nil,
  reportingDimensionId: String.t() | nil,
  uriPattern: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.