RowDimensions

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
}
Fields
timeInterval

object (TimeInterval)

The time interval that this row represents.

publisherIdentifier

string

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

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".