You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The assigned targeting options to create in batch, specified as a list of `CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`",
9378
+
"description": "The assigned targeting options to create in batch, specified as a list of `CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`",
9379
9379
"items": {
9380
9380
"$ref": "CreateAssignedTargetingOptionsRequest"
9381
9381
},
9382
9382
"type": "array"
9383
9383
},
9384
9384
"deleteRequests": {
9385
-
"description": "The assigned targeting options to delete in batch, specified as a list of `DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`",
9385
+
"description": "The assigned targeting options to delete in batch, specified as a list of `DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_INVENTORY_MODE`",
9386
9386
"items": {
9387
9387
"$ref": "DeleteAssignedTargetingOptionsRequest"
9388
9388
},
@@ -19008,7 +19008,8 @@
19008
19008
"THIRD_PARTY_VENDOR_ZEFR",
19009
19009
"THIRD_PARTY_VENDOR_NIELSEN",
19010
19010
"THIRD_PARTY_VENDOR_KANTAR",
19011
-
"THIRD_PARTY_VENDOR_DYNATA"
19011
+
"THIRD_PARTY_VENDOR_DYNATA",
19012
+
"THIRD_PARTY_VENDOR_TRANSUNION"
19012
19013
],
19013
19014
"enumDescriptions": [
19014
19015
"Unknown third-party vendor.",
@@ -19021,7 +19022,8 @@
19021
19022
"ZEFR.",
19022
19023
"Nielsen.",
19023
19024
"Kantar.",
19024
-
"Dynata."
19025
+
"Dynata.",
19026
+
"Transunion."
19025
19027
],
19026
19028
"type": "string"
19027
19029
}
@@ -19885,7 +19887,7 @@
19885
19887
"description": "Required. The bidding strategy of the YouTube and Partners line item."
19886
19888
},
19887
19889
"contentCategory": {
19888
-
"description": "The kind of content on which the YouTube and Partners ads will be shown. *Warning*: Starting **June 12, 2025**, this setting will no longer be editable. This field will eventually be removed. [Read more about this announced change](/display-video/api/deprecations#features.li_yt_content_category)",
19890
+
"description": "Output only. The kind of content on which the YouTube and Partners ads will be shown. *Warning*: This field will be removed in the near future. Use effective_content_category instead.",
"A category including all content across YouTube and video partners that meets standards for monetization.",
19899
19901
"A category consisting of a reduced range of content that meets heightened requirements, especially regarding inappropriate language and sexual suggestiveness."
19900
19902
],
19903
+
"readOnly": true,
19901
19904
"type": "string"
19902
19905
},
19903
19906
"effectiveContentCategory": {
19904
-
"description": "Output only. The content category which takes effect when serving the line item. When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item. *Warning*: Starting **June 12, 2025**, this field will only reflect the advertiser level setting for new line items. [Read more about this announced change](/display-video/api/deprecations#features.li_yt_content_category)",
19907
+
"description": "Output only. The content category which takes effect when serving the line item. When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item. New line items will only inherit the advertiser level setting.",
0 commit comments