REST Resource: exchanges.reports

Zasób: raport

Raport zawierający wiele wierszy raportu.

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

object (ReportRow)

Wiersze raportu.

name

string

Tylko dane wyjściowe. Nazwa zasobu raportu.

reportId

string

Tylko dane wyjściowe. Identyfikator raportu

googleCloudStoragePath

string

Adres pliku raportu Bigstore, gdy jest on gotowy. Zastąp „bigstore” wpisz „https://storage.mtls.cloud.google.com”, a następnie pobierz raport z Google Cloud Storage (GCS). w ciągu ścieżki „Exchangeapi-xxxxxx”, to nazwa zasobnika GCS specyficzna dla Twojego konta usługi.

ReportRow

Jeden wiersz danych raportowania w raporcie.

Zapis JSON
{
  "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
}
Pola
reportDate

string

Data raportu podana w formacie ISO_8601.

reportHour

string

Godzina raportu. Stosowane w raporcie godzinowym reprezentują godzinę. Dla zakresu [0:00:00 ~ 1:00:00) czasu UTC wartość z zakresu od 0 do 23 będzie równa 0.

publisher

string

Wydawca raportu, np. „10005_1350300”

impressions

string (int64 format)

Wartość wyświetlenia w określonym dniu, godzinie/tygodniu.

impressionCost

number

Koszt wyświetlenia w określonym dniu, godzinie/tygodniu.

creativeId

string (int64 format)

Identyfikator kreacji.

creativeType

string

Typ kreacji w wierszu raportu, np. obraz/audio.

regionCode

string

Kod kraju/regionu.

seatId

string (int64 format)

Identyfikator stanowiska kupującego.

dealId

string (int64 format)

Identyfikator umowy.

deviceType

string

Typ urządzenia, np. urządzenie mobilne/komputer.

weekFirstDate

string

Data pierwszego dnia tygodnia oznacza tydzień w wierszu raportu.

ivtImpressions

string (int64 format)

Wyświetlenie nieprawidłowego ruchu w określonej dacie, godzinie lub tygodniu.

ivtImpressionCost

number

Koszt wyświetleń z nieprawidłowego ruchu w określonej dacie, godzinie lub tygodniu.

Metody

get

Pobierz raport z nazwy raportu.