Dokümanlar bölümünde değişiklik yaparak Ads Data Hub'ın
iki yeni deneyiminde eklenen en yeni özelliklere ve gelişmelere yer verdik.
Reklamverenler, ajanslar ve yayıncılar Pazarlamacılar sitesini inceleyebilir.
Sağlayıcılar ve iş ortakları Ölçüm İş Ortakları sitesini inceleyebilir.
JobHistoryExportResponse
İş geçmişini başarıyla dışa aktarmada yanıt verildi. Bu dosya, bir iş geçmişi dışa aktarma isteği tarafından döndürülen google.longRun.operat'ın yanıt alanında depolanır.
JSON gösterimi |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
Alanlar |
jobCount |
string (int64 format)
Son çıkış tablosundaki iş sayısı.
|
destProject |
string
İş geçmişini dışa aktarmayla ilgili hedef BigQuery projesi.
|
destDataset |
string
İş geçmişini dışa aktarmak için hedef BigQuery veri kümesi.
|
destTable |
string
İş geçmişini dışa aktarmayla ilgili hedef BigQuery tablosu.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-27 UTC.
[null,null,["Son güncelleme tarihi: 2022-09-27 UTC."],[[["Successful job history exports return a JSON response within the `google.longrunning.Operation` object."],["This JSON response includes details about the exported job count and the destination BigQuery table location (project, dataset, and table name)."],["The `jobCount` field indicates the total number of jobs exported and stored in the destination BigQuery table, represented as a string formatted integer."]]],["The successful job history export response is represented in JSON format. Key information includes `jobCount`, which is the total number of jobs in the output table. The destination of the exported data is specified by `destProject`, `destDataset`, and `destTable`, indicating the BigQuery project, dataset, and table, respectively, where the job history data is stored.\n"]]