החל מ-8 בספטמבר 2025, בכל פריט חדש צריך להצהיר אם הוא יציג מודעות פוליטיות באיחוד האירופי (EU) או לא. העלאות של קובצי SDF ושל Display & Video 360 API שלא כוללות הצהרות ייכשלו. מידע נוסף על אופן העדכון של האינטגרציה כדי להוסיף את ההצהרה הזו זמין בדף ההוצאה משימוש.
יוצר אובייקט הפניה לסקריפט בידינג בהתאמה אישית עבור קובץ סקריפט.
אובייקט ההפניה שמתקבל מספק נתיב משאבים שאליו צריך להעלות את קובץ הסקריפט. אובייקט ההפניה הזה צריך להיכלל כשיוצרים אובייקט חדש של סקריפט בידינג בהתאמה אישית.
בקשת HTTP
GET https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
חובה. המזהה של אלגוריתם הבידינג בהתאמה אישית הוא הבעלים של הסקריפט.
פרמטרים של שאילתה
פרמטרים
פרמטר של איחוד owner. חובה. מזהה את הישות ב-DV360 שבבעלותה אלגוריתם בידינג מותאם אישית של הורה. הגורם הזה יכול להיות שותף או מפרסם. הערך owner יכול להיות רק אחד מהבאים:
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eCreates a custom bidding script reference object to upload a script file for a custom bidding algorithm.\u003c/p\u003e\n"],["\u003cp\u003eIncludes a resource path for uploading the script file that should be included when creating a new custom bidding script object.\u003c/p\u003e\n"],["\u003cp\u003eIdentifies the DV360 entity (partner or advertiser) that owns the parent custom bidding algorithm and has write access to the script.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["The Display & Video 360 API v2 is sunset. To create a custom bidding script reference, use a `GET` request to `https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript`. The `customBiddingAlgorithmId` is required in the path. The `owner` union parameter, which includes `partnerId` or `advertiserId`, is also required in the query. The request body must be empty. A successful response returns a `CustomBiddingScriptRef` resource, providing the script file's upload path. The `https://www.googleapis.com/auth/display-video` OAuth scope is needed.\n"],null,["# Method: customBiddingAlgorithms.uploadScript\n\n| Display \\& Video 360 API v2 has sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a custom bidding script reference object for a script file.\n\nThe resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customBiddingAlgorithmId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the custom bidding algorithm owns the script. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union parameter `owner`. Required. Identifies the DV360 entity that owns the parent custom bidding algorithm. It can be either a partner or an advertiser. `owner` can be only one of the following: ||\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the parent custom bidding algorithm. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [CustomBiddingScriptRef](/display-video/api/reference/rest/v2/customBiddingAlgorithms.scripts#CustomBiddingScriptRef).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]