Method: advertisers.campaigns.create
新しいキャンペーンを作成します。成功した場合は、新しく作成されたキャンペーンを返します。
HTTP リクエスト
POST https://displayvideo.googleapis.com/v3/advertisers/{campaign.advertiserId}/campaigns
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
campaign.advertiserId |
string (int64 format)
出力専用。キャンペーンが属する広告主の一意の ID。
|
リクエストの本文
リクエストの本文には Campaign
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Campaign
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
https://www.googleapis.com/auth/display-video-mediaplanning
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-25 UTC。
[null,null,["最終更新日 2025-02-25 UTC。"],[[["Creates a new Display & Video 360 campaign under a specified advertiser."],["Requires an HTTP POST request to the provided URL with campaign data in the request body."],["The response provides the newly created campaign object if successful."],["Authorization with specific OAuth scopes is necessary for using this endpoint."],["Campaign and advertiser IDs are crucial for identification during the process."]]],[]]