RowDimensions
Stay organized with collections
Save and categorize content based on your preferences.
A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.
JSON representation |
{
"timeInterval": {
object (TimeInterval )
},
"publisherIdentifier": string
} |
TimeInterval
An interval of time, with an absolute start and end.
JSON representation |
{
"startTime": string,
"endTime": string
} |
Fields |
startTime |
string (Timestamp format)
The timestamp marking the start of the range (inclusive) for which data is included. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
endTime |
string (Timestamp format)
The timestamp marking the end of the range (exclusive) for which data is included. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eRowDimensions encapsulates the values of all dimensions for a given row, breaking down along various dimensions such as time interval and publisher identifier.\u003c/p\u003e\n"],["\u003cp\u003eTimeInterval represents a specific time range with a start and end timestamp, used within RowDimensions to specify the period for which data is included.\u003c/p\u003e\n"],["\u003cp\u003eBoth RowDimensions and TimeInterval have specific JSON representations that define their structure and data types for API interactions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estartTime\u003c/code\u003e and \u003ccode\u003eendTime\u003c/code\u003e fields in TimeInterval use RFC3339 UTC "Zulu" format with nanosecond resolution for precise time representation.\u003c/p\u003e\n"]]],[],null,["# RowDimensions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TimeInterval](#TimeInterval)\n - [JSON representation](#TimeInterval.SCHEMA_REPRESENTATION)\n\nA response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"timeInterval\": { object (/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions#TimeInterval) }, \"publisherIdentifier\": string } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `timeInterval` | `object (`[TimeInterval](/authorized-buyers/apis/reference/rest/v2beta1/RowDimensions#TimeInterval)`)` The time interval that this row represents. |\n| `publisherIdentifier` | `string` The publisher identifier for this row, if a breakdown by [BreakdownDimension.PUBLISHER_IDENTIFIER](https://developers.google.com/authorized-buyers/apis/reference/rest/v2beta1/bidders.accounts.filterSets#FilterSet.BreakdownDimension) was requested. |\n\nTimeInterval\n------------\n\nAn interval of time, with an absolute start and end.\n\n| JSON representation ||\n|----------------------------------------------------|---|\n| ``` { \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `startTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The timestamp marking the start of the range (inclusive) for which data is included. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `endTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The timestamp marking the end of the range (exclusive) for which data is included. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |"]]