Search Ads 360 Reporting API versi baru kini tersedia. Bergabunglah dengan grup Google searchads-api-announcements untuk terus mendapatkan informasi terbaru tentang peningkatan dan rilis mendatang.
Token halaman yang akan diambil. Jika tidak ditentukan, halaman pertama hasil akan ditampilkan. Gunakan nilai yang diperoleh dari nextPageToken dalam respons sebelumnya untuk meminta halaman hasil berikutnya.
pageSize
integer
Jumlah elemen yang akan diambil dalam satu halaman. Jika halaman yang diminta terlalu besar, server dapat memutuskan untuk lebih membatasi jumlah resource yang ditampilkan.
Token penomoran halaman yang digunakan untuk mengambil halaman hasil berikutnya. Teruskan konten string ini sebagai atribut pageToken dari permintaan berikutnya. nextPageToken tidak ditampilkan untuk halaman terakhir.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-08 UTC."],[[["Search and retrieve SearchAds360 fields that match a specific query using the provided endpoint."],["Requests can specify query parameters for filtering, pagination, and the number of results to return."],["Responses include a list of matching fields, pagination information, and the total number of results."],["Authorization requires the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["Potential errors include AuthenticationError, AuthorizationError, HeaderError, InternalError, QueryError, QuotaError, and RequestError."]]],["This document details how to search for fields using the Search Ads 360 API. A `POST` request is sent to `https://searchads360.googleapis.com/v0/searchAds360Fields:search`, including a JSON body with a `query` string, optional `pageToken`, and `pageSize`. The response includes a list of matching field `results`, a `nextPageToken` for pagination, and a `totalResultsCount`. This operation requires the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope. Several errors such as `AuthenticationError` and `QuotaError` can be thrown.\n"]]