[null,null,["最后更新时间 (UTC):2025-02-25。"],[[["Creates a new rules resource associated with a custom bidding algorithm, returning the resource upon successful creation."],["Utilizes an HTTP POST request to a specific endpoint, including the custom bidding algorithm ID in the path."],["Requires specifying the owning entity (partner or advertiser) using query parameters."],["The request body should contain a CustomBiddingAlgorithmRules object, defining the rules to be created."],["Successful responses will contain the newly created CustomBiddingAlgorithmRules object."]]],["This describes creating a new rules resource for a custom bidding algorithm. A `POST` request to `https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules` is used. The `customBiddingAlgorithmId` is required in the path. The `owner` parameter, specifying the owning partner or advertiser ID, is required. The request body must include a `CustomBiddingAlgorithmRules` instance, and a successful request will return a newly created `CustomBiddingAlgorithmRules` instance in the response. Requests to update custom bidding algorithms assigned to line items will return an error after April 1, 2025. The process requires `https://www.googleapis.com/auth/display-video` authorization.\n"]]