Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Membuat kueri. Jika frekuensi jadwal adalah ONE_TIME, kueri yang dibuat juga akan dijalankan secara otomatis.
Coba sekarang.
Permintaan
Permintaan HTTP
POST https://www.googleapis.com/doubleclickbidmanager/v1.1/query
Parameter
Nama parameter
Nilai
Deskripsi
Parameter kueri opsional
asynchronous
boolean
Apakah kueri harus dijalankan secara asinkron. Jika benar (true), metode ini
akan segera ditampilkan. Jika salah atau tidak ditentukan, metode ini tidak akan
ditampilkan hingga kueri selesai dijalankan. Hanya berlaku jika
frekuensinya adalah ONE_TIME.
(Default: false)
Otorisasi
Permintaan ini memerlukan otorisasi dengan cakupan berikut:
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eThis version of the Bid Manager API is sunset, and users must migrate to Bid Manager API v2.\u003c/p\u003e\n"],["\u003cp\u003eRequests to this version may return an error, and certain fields in retrieved \u003ccode\u003eQuery\u003c/code\u003e resources will be empty.\u003c/p\u003e\n"],["\u003cp\u003eCreating a query with a \u003ccode\u003eONE_TIME\u003c/code\u003e schedule frequency automatically runs the query.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/doubleclickbidmanager\u003c/code\u003e scope is required.\u003c/p\u003e\n"]]],[],null,["# Queries: createquery\n\n| This version of the Bid Manager API has been sunset. Users must [migrate to Bid Manager API v2](/bid-manager/how-tos/v2-migration).\n|\n|\n| Requests to this version may return an error. If the request is successful, the following fields in retrieved [`Query`](/bid-manager/v1.1/queries#resource) resources will be empty:\n|\n| - [`metadata.googleCloudStoragePathForLatestReport`](/bid-manager/v1.1/queries#metadata.googleCloudStoragePathForLatestReport)\n| - [`metadata.latestReportRunTimeMs`](/bid-manager/v1.1/queries#metadata.latestReportRunTimeMs)\n| - [`metadata.googleDrivePathForLatestReport`](/bid-manager/v1.1/queries#metadata.googleDrivePathForLatestReport)\n|\n| \u003cbr /\u003e\n|\n| **Note:** Requires [authorization](#auth).\n\nCreates a query. When the schedule frequency is `ONE_TIME`, the created query is also run automatically.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/doubleclickbidmanager/v1.1/query\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Optional query parameters** |||\n| `asynchronous` | `boolean` | Whether the query should be run asynchronously. When true, this method will return immediately. When false or not specified, this method will not return until the query has finished running. Only applicable when the frequency is `ONE_TIME`. (Default: `false`) |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|---------------------------------------------------------|\n| `https://www.googleapis.com/auth/doubleclickbidmanager` |\n\nFor more information, see the [authentication and authorization](/bid-manager/how-tos/authorizing) page.\n\n### Request body\n\nIn the request body, supply a [Queries resource](/bid-manager/v1.1/queries#resource).\n\nResponse\n--------\n\nIf successful, this method returns a [Queries resource](/bid-manager/v1.1/queries#resource) in the response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/doubleclickbidmanager/v1.1/doubleclickbidmanager.queries.createquery)."]]