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

Representation of an ad client. An ad client represents a user's subscription with a specific AdSense product.

Attributes

  • name (type: String.t, default: nil) - Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}
  • productCode (type: String.t, default: nil) - Output only. Product code of the ad client. For example, "AFC" for AdSense for Content.
  • reportingDimensionId (type: String.t, default: nil) - Output only. Unique ID of the ad client as used in the AD_CLIENT_ID reporting dimension. Present only if the ad client supports reporting.

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.AdClient{
  name: String.t() | nil,
  productCode: 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.