GoogleApi.RealTimeBidding.V1.Model.NumericTargetingDimension (google_api_real_time_bidding v0.5.0) View Source

Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.

Attributes

  • excludedIds (type: list(String.t), default: nil) - The IDs excluded in a configuration.
  • includedIds (type: list(String.t), default: nil) - The IDs included in a configuration.

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.NumericTargetingDimension{
  excludedIds: [String.t()],
  includedIds: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.