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

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) - Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}
  • productCode (type: String.t, default: nil) - Output only. Reporting product code of the ad client. For example, "AFC" for AdSense for Content. Corresponds to the PRODUCT_CODE dimension, and present only if the ad client supports reporting.
  • 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.
  • state (type: String.t, default: nil) - Output only. State of the ad client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.