AI-generated Key Takeaways
-
The
Row
object within the PublisherQueryLanguageService provides data for a single entity within aResultSet
. -
Each
Row
contains avalues
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
, andTextValue
. -
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 |
|
---|---|
|
Represents a collection of values belonging to one entity. |