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 ( |
Fields | |
---|---|
timeInterval |
The time interval that this row represents. |
publisherIdentifier |
The publisher identifier for this row, if a breakdown by BreakdownDimension.PUBLISHER_IDENTIFIER was requested. |
TimeInterval
An interval of time, with an absolute start and end.
JSON representation | |
---|---|
{ "startTime": string, "endTime": string } |
Fields | |
---|---|
startTime |
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: |
endTime |
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: |