REST Resource: exchanges.reports

Resource: Report

Report containing multiple report rows.

JSON representation
{
  "row": [
    {
      object (ReportRow)
    }
  ],
  "name": string,
  "reportId": string,
  "googleCloudStoragePath": string
}
Fields
row[]
(deprecated)

object (ReportRow)

Report rows.

name

string

Output only. The resource name of the report.

reportId

string

Output only. Report Id.

googleCloudStoragePath

string

The Bigstore file address of the report when ready. Replace the "bigstore" string with "https://storage.mtls.cloud.google.com", then download the report from Google Cloud Storage (GCS). In the path string, "exchangeapi-xxxxxx" is the GCS bucket name specific to your service account.

ReportRow

One row of the reporting data in the Report.

JSON representation
{
  "reportDate": string,
  "reportHour": string,
  "publisher": string,
  "impressions": string,
  "impressionCost": number,
  "creativeId": string,
  "creativeType": string,
  "regionCode": string,
  "seatId": string,
  "dealId": string,
  "deviceType": string,
  "weekFirstDate": string,
  "ivtImpressions": string,
  "ivtImpressionCost": number
}
Fields
reportDate

string

Date of the report, in ISO_8601 format.

reportHour

string

Hour of the report. Used in hourly report, represent the hour of the day. Value from 0~23, 0 will be represent for [0:00:00 ~ 1:00:00) UTC.

publisher

string

Publisher of the report, i.e. "10005_1350300"

impressions

string (int64 format)

Impression value in specified date/hour/week.

impressionCost

number

Impression cost in specified date/hour/week.

creativeId

string (int64 format)

Creative ID.

creativeType

string

Creative type of the report row, i.e. image/audio.

regionCode

string

Country/Region code.

seatId

string (int64 format)

Seat ID of the buyer.

dealId

string (int64 format)

Deal ID.

deviceType

string

Device type, i.e. mobile/desktop.

weekFirstDate

string

Date of the first day of the week represent the week in report row.

ivtImpressions

string (int64 format)

IVT(Invalid traffic) impression in specified date/hour/week.

ivtImpressionCost

number

IVT(Invalid traffic) impression cost in specified date/hour/week.

Methods

get

Get the report from Report Name.