type Row (v202411)

  • The Row object within the PublisherQueryLanguageService provides data for a single entity within a ResultSet.

  • Each Row contains a values field, which is a collection of different value types representing the entity's attributes.

  • These value types include ObjectValue, ChangeHistoryValue, TargetingValue, BooleanValue, DateTimeValue, DateValue, NumberValue, SetValue, and TextValue.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.

Each Row object represents data about one entity in a ResultSet.


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

Field

values

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

Represents a collection of values belonging to one entity.