type SetValue (v202411)

  • The SetValue object in Google Ad Manager's CustomFieldService contains a set of Values representing custom field data.

  • SetValue can hold various data types including Boolean, DateTime, Date, Number, and Text values, all within a single set.

  • The values field within SetValue stores an array of these Value objects, which must be of the same type and without duplicates.

  • SetValue inherits from the base Value class and is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

Contains a set of Values. May not contain duplicates.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

Value (inherited)
SetValue

values

  1. Value[]
    1. ObjectValue
    2. BooleanValue
    3. DateTimeValue
    4. DateValue
    5. NumberValue
    6. SetValue
    7. TextValue

The values. They must all be the same type of Value and not contain duplicates.