Method: customBiddingAlgorithms.rules.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules/{customBiddingAlgorithmRulesId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customBiddingAlgorithmId |
string (int64 format)
必須。ルールリソースを所有するカスタム入札アルゴリズムの ID。
|
customBiddingAlgorithmRulesId |
string (int64 format)
必須。取得するルールリソースの ID。
|
クエリ パラメータ
パラメータ |
結合パラメータ accessor 。必須。親カスタム入札アルゴリズムを所有するディスプレイ&ビデオ 360 エンティティを識別します。パートナーまたは広告主のいずれかです。accessor は次のいずれかになります。 |
partnerId |
string (int64 format)
親のカスタム入札アルゴリズムを所有するパートナーの ID。
|
advertiserId |
string (int64 format)
親カスタム入札アルゴリズムを所有する広告主の ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には CustomBiddingAlgorithmRules
のインスタンスが含まれます。
認可スコープ
次の 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。"],[[["This request retrieves a specific custom bidding algorithm rule using its ID and the ID of its parent custom bidding algorithm."],["To identify the owner, you must specify either the partner ID or the advertiser ID using the `accessor` parameter."],["The request doesn't require a body and the response includes the details of the custom bidding algorithm rules."],["To authorize, you need the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines the process for retrieving a rules resource using a GET request. The request URL includes the `customBiddingAlgorithmId` and `customBiddingAlgorithmRulesId` as path parameters, both requiring integer IDs. A union query parameter, `accessor`, is also required, specifying either a `partnerId` or `advertiserId`. The request body must be empty. Successful requests return a `CustomBiddingAlgorithmRules` instance in the response body. The `display-video` OAuth scope is required.\n"]]