|
12 | 12 | "baseUrl": "https://realtimebidding.googleapis.com/", |
13 | 13 | "batchPath": "batch", |
14 | 14 | "canonicalName": "Real-time Bidding", |
15 | | - "description": "Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.", |
| 15 | + "description": "Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.", |
16 | 16 | "discoveryVersion": "v1", |
17 | 17 | "documentationLink": "https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/", |
18 | 18 | "fullyEncodeReservedExpansion": true, |
|
1305 | 1305 | } |
1306 | 1306 | } |
1307 | 1307 | }, |
1308 | | - "revision": "20240930", |
| 1308 | + "revision": "20250306", |
1309 | 1309 | "rootUrl": "https://realtimebidding.googleapis.com/", |
1310 | 1310 | "schemas": { |
1311 | 1311 | "ActivatePretargetingConfigRequest": { |
|
1529 | 1529 | "id": "Bidder", |
1530 | 1530 | "properties": { |
1531 | 1531 | "bypassNonguaranteedDealsPretargeting": { |
1532 | | - "description": "Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this flag. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations.", |
| 1532 | + "description": "Output only. An option to bypass pretargeting for private auctions and preferred deals. When true, bid requests from these nonguaranteed deals will always be sent. When false, bid requests will be subject to regular pretargeting configurations. Programmatic Guaranteed deals will always be sent to the bidder, regardless of the value for this option. Auction packages are not impacted by this value and are subject to the regular pretargeting configurations.", |
1533 | 1533 | "readOnly": true, |
1534 | 1534 | "type": "boolean" |
1535 | 1535 | }, |
|
1764 | 1764 | "type": "array" |
1765 | 1765 | }, |
1766 | 1766 | "declaredRestrictedCategories": { |
| 1767 | + "deprecated": true, |
1767 | 1768 | "description": "All declared restricted categories for the ads that may be shown from this creative. Can be used to filter the response of the creatives.list method.", |
1768 | 1769 | "items": { |
1769 | 1770 | "enum": [ |
|
1970 | 1971 | "type": "array" |
1971 | 1972 | }, |
1972 | 1973 | "detectedCategories": { |
1973 | | - "description": "Output only. IDs of the detected categories, if any. The taxonomy in which the categories are expressed is specified by the detected_categories_taxonomy field. Can be used to filter the response of the creatives.list method.", |
| 1974 | + "description": "Output only. IDs of the detected categories. The taxonomy in which the categories are expressed is specified by the detected_categories_taxonomy field. Use this in conjunction with BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.", |
1974 | 1975 | "items": { |
1975 | 1976 | "type": "string" |
1976 | 1977 | }, |
|
1981 | 1982 | "description": "Output only. The taxonomy in which the detected_categories field is expressed.", |
1982 | 1983 | "enum": [ |
1983 | 1984 | "AD_CATEGORY_TAXONOMY_UNSPECIFIED", |
| 1985 | + "GOOGLE_AD_CATEGORY_TAXONOMY", |
1984 | 1986 | "IAB_CONTENT_1_0" |
1985 | 1987 | ], |
1986 | 1988 | "enumDescriptions": [ |
1987 | 1989 | "Default value that should never be used.", |
| 1990 | + "Google ad categories taxonomy, including product categories and sensitive categories. Find the category lists at https://developers.google.com/authorized-buyers/rtb/data#reference-data", |
1988 | 1991 | "IAB Content Taxonomy 1.0. See https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/main/Content%20Taxonomies/Content%20Taxonomy%201.0.tsv for more details." |
1989 | 1992 | ], |
1990 | 1993 | "readOnly": true, |
|
0 commit comments