Method: customBiddingAlgorithms.scripts.get
یک اسکریپت مناقصه سفارشی دریافت می کند.
درخواست HTTP
GET https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/scripts/{customBiddingScriptId}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
customBiddingAlgorithmId | string ( int64 format) مورد نیاز. شناسه الگوریتم مناقصه سفارشی مالک اسکریپت است. |
customBiddingScriptId | string ( int64 format) مورد نیاز. شناسه اسکریپت مناقصه سفارشی برای واکشی. |
پارامترهای پرس و جو
پارامترها |
---|
accessor پارامتر اتحادیه مورد نیاز. موجودیت DV360 را که مالک الگوریتم مناقصه سفارشی والد است، شناسایی می کند. این می تواند یک شریک یا یک تبلیغ کننده باشد. accessor می تواند تنها یکی از موارد زیر باشد: |
partnerId | string ( int64 format) شناسه شریکی که دارای الگوریتم مناقصه سفارشی والد است. فقط این شریک دسترسی نوشتن به این اسکریپت پیشنهادی سفارشی خواهد داشت. |
advertiserId | string ( int64 format) شناسه تبلیغکنندهای که مالک الگوریتم مناقصه سفارشی والدین است. |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از CustomBiddingScript
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/display-video
برای اطلاعات بیشتر، بهOAuth 2.0 Overview .
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-25 بهوقت ساعت هماهنگ جهانی."],[[["Retrieves a specific custom bidding script using its ID and the ID of its parent custom bidding algorithm."],["Requires specifying either the partner or advertiser ID that owns the custom bidding algorithm in the query parameter."],["The request body should be empty, and the response will contain the details of the custom bidding script if successful."],["Authorization requires the 'https://www.googleapis.com/auth/display-video' scope."]]],["This API retrieves a custom bidding script using a GET request. The request URL requires two path parameters: `customBiddingAlgorithmId` and `customBiddingScriptId`, both as 64-bit integers. It also mandates a query parameter `accessor`, which can be either `partnerId` or `advertiserId`, both 64-bit integers, to identify the owning entity. The request body must be empty. A successful response returns a `CustomBiddingScript` instance. This operation requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]