Method: customBiddingAlgorithms.rules.get
একটি নিয়ম সম্পদ পুনরুদ্ধার করে।
HTTP অনুরোধ
GET https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules/{customBiddingAlgorithmRulesId}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
customBiddingAlgorithmId | string ( int64 format) প্রয়োজন। কাস্টম বিডিং অ্যালগরিদমের আইডি যা নিয়ম সম্পদের মালিক। |
customBiddingAlgorithmRulesId | string ( int64 format) প্রয়োজন। বিধি সম্পদের আইডি আনতে হবে। |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
ইউনিয়ন প্যারামিটার accessor । প্রয়োজন। মূল কাস্টম বিডিং অ্যালগরিদমের মালিক DV360 সত্তাকে শনাক্ত করে৷ এটি একটি অংশীদার বা একটি বিজ্ঞাপনদাতা হতে পারে. accessor নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
partnerId | string ( int64 format) মূল কাস্টম বিডিং অ্যালগরিদমের মালিক অংশীদারের আইডি। |
advertiserId | string ( int64 format) প্যারেন্ট কাস্টম বিডিং অ্যালগরিদমের মালিক বিজ্ঞাপনদাতার আইডি। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে CustomBiddingAlgorithmRules
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/display-video
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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"]]