Method: advertisers.creatives.create
新しいクリエイティブを作成します。成功した場合は、新しく作成されたクリエイティブを返します。
このリクエストを行うには、親の広告主またはパートナーの「標準」ユーザー役割以上が必要です。
HTTP リクエスト
POST https://displayvideo.googleapis.com/v3/advertisers/{creative.advertiserId}/creatives
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
creative.advertiserId |
string (int64 format)
出力専用。クリエイティブが属する広告主の一意の ID。
|
リクエストの本文
リクエストの本文には Creative
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Creative
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳細については、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 creative and returns it upon successful completion."],["Requires a \"Standard\" user role or higher for the parent advertiser or partner."],["Uses a POST request to the specified URL with the creative's advertiser ID."],["The request body should contain a Creative object, and the response will contain the newly created Creative if successful."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],[]]