type SetValue (v202411)

  • The CdnConfigurationService allows management of CDN configurations within Google Ad Manager.

  • It utilizes a SetValue object to contain a set of Values representing configuration settings.

  • SetValue objects may contain BooleanValue, DateTimeValue, DateValue, NumberValue, ObjectValue, SetValue, and TextValue but must be of the same type and have no duplicates.

  • The service operates within the namespace https://www.google.com/apis/ads/publisher/v202411.

  • CDN configurations are essential for content delivery and ad serving optimization in Ad Manager.

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.