GoogleApi.RealTimeBidding.V1.Model.AdvertiserAndBrand (google_api_real_time_bidding v0.13.2)

View Source

Detected advertiser and brand information.

Attributes

  • advertiserId (type: String.t, default: nil) - See https://storage.googleapis.com/adx-rtb-dictionaries/advertisers.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
  • advertiserName (type: String.t, default: nil) - Advertiser name. Can be used to filter the response of the creatives.list method.
  • brandId (type: String.t, default: nil) - Detected brand ID or zero if no brand has been detected. See https://storage.googleapis.com/adx-rtb-dictionaries/brands.txt for the list of possible values. Can be used to filter the response of the creatives.list method.
  • brandName (type: String.t, default: nil) - Brand name. Can be used to filter the response of the creatives.list method.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.AdvertiserAndBrand{
  advertiserId: String.t() | nil,
  advertiserName: String.t() | nil,
  brandId: String.t() | nil,
  brandName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.