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".
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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\"`. |"]]