GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension (google_api_real_time_bidding v0.9.0) View Source

Generic targeting with string values used in app, website and publisher targeting.

Attributes

  • targetingMode (type: String.t, default: nil) - How the items in this list should be targeted.
  • values (type: list(String.t), default: nil) - The values specified.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.StringTargetingDimension{
  targetingMode: String.t() | nil,
  values: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.