View Source GoogleApi.AdExchangeBuyer.V14.Model.DimensionDimensionValue (google_api_ad_exchange_buyer v0.41.0)

Value of the dimension.

Attributes

  • id (type: integer(), default: nil) - Id of the dimension.
  • name (type: String.t, default: nil) - Name of the dimension mainly for debugging purposes, except for the case of CREATIVE_SIZE. For CREATIVE_SIZE, strings are used instead of ids.
  • percentage (type: integer(), default: nil) - Percent of total impressions for a dimension type. e.g. {dimension_type: 'GENDER', [{dimension_value: {id: 1, name: 'MALE', percentage: 60}}]} Gender MALE is 60% of all impressions which have gender.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.DimensionDimensionValue{
  id: integer() | nil,
  name: String.t() | nil,
  percentage: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.