Şu anda rapor türlerinin bir kısmını çevrimdışı raporlamadan anında raporlamaya taşıyoruz. Bir kullanıcı taşındıktan sonra, queries.list yanıtları mevcut anlık raporları içerir. Daha fazla bilgi edinmek için blog yayınımızı inceleyebilirsiniz.
Raporu oluşturmak için kullanılan rapor veri aralığı.
Kabul edilen değerler şunlardır:
"ALL_TIME"
"CURRENT_DAY"
"CUSTOM_DATES"
"LAST_14_DAYS"
"LAST_30_DAYS"
"LAST_365_DAYS"
"LAST_7_DAYS"
"LAST_90_DAYS"
"MONTH_TO_DATE"
"PREVIOUS_DAY"
"PREVIOUS_HALF_MONTH"
"PREVIOUS_MONTH"
"PREVIOUS_QUARTER"
"PREVIOUS_WEEK"
"PREVIOUS_YEAR"
"QUARTER_TO_DATE"
"TYPE_NOT_SUPPORTED"
"WEEK_TO_DATE"
"YEAR_TO_DATE"
reportDataStartTimeMs
long
Raporda gösterilen verilerin başlangıç zamanı. Not: dataRange, CUSTOM_DATES ise reportDataStartTimeMs zorunludur, aksi takdirde yoksayılır.
reportDataEndTimeMs
long
Raporda gösterilen verilerin bitiş zamanı. Not: dataRange, CUSTOM_DATES ise reportDataEndTimeMs zorunludur, aksi takdirde yoksayılır.
timezoneCode
string
Rapor veri zamanı için standart saat dilimi kodu. Varsayılan olarak America/New_York değerine ayarlanır.
Yanıt
Başarılı olursa bu yöntem boş bir yanıt gövdesi döndürür.
Deneyin!
Canlı verilerde bu yöntemi çağırmak ve yanıtı görmek için aşağıdaki API Gezgini'ni kullanın.
Alternatif olarak şunu da deneyebilirsiniz:
bağımsız
öğrenin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[[["This version of the Bid Manager API is sunsetted; users should migrate to Bid Manager API v2."],["Runs a stored query to generate a report, requiring authorization with the `https://www.googleapis.com/auth/doubleclickbidmanager` scope."],["The request body allows specifying data range, start and end times for custom date ranges, and timezone for the report data."],["A successful request returns an empty response body, indicating the report generation process has been initiated."]]],["This describes how to run a stored query via the Bid Manager API. Use a `POST` request to `https://www.googleapis.com/doubleclickbidmanager/v1/query/queryId`, providing the `queryId` as a path parameter. The request body should include `dataRange`, `reportDataStartTimeMs`, `reportDataEndTimeMs`, and `timezoneCode`. Authorization via `https://www.googleapis.com/auth/doubleclickbidmanager` scope is required. The data range can be selected from predefined options, or set to a custom range using the start and end times.\n"]]