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

Representation of a Site.

Attributes

  • autoAdsEnabled (type: boolean(), default: nil) - Whether auto ads is turned on for the site.
  • domain (type: String.t, default: nil) - Domain (or subdomain) of the site, e.g. "example.com" or "www.example.com". This is used in the OWNED_SITE_DOMAIN_NAME reporting dimension.
  • name (type: String.t, default: nil) - Resource name of a site. Format: accounts/{account}/sites/{site}
  • reportingDimensionId (type: String.t, default: nil) - Output only. Unique ID of the site as used in the OWNED_SITE_ID reporting dimension.
  • state (type: String.t, default: nil) - Output only. State of a site.

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.Site{
  autoAdsEnabled: boolean() | nil,
  domain: String.t() | nil,
  name: String.t() | nil,
  reportingDimensionId: String.t() | nil,
  state: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.