Method: advertisers.campaigns.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/campaigns/{campaignId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiserId |
string (int64 format)
必須。このキャンペーンが属する広告主の ID。
|
campaignId |
string (int64 format)
必須。取得するキャンペーンの ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には 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。"],[[["Retrieves a specific campaign's details using a GET request to the provided endpoint."],["Requires specifying the advertiser ID and campaign ID as path parameters in the request URL."],["Returns a `Campaign` object containing the campaign's information in the response body if successful."],["Needs authorization with specific OAuth scopes for access to campaign data."]]],[]]