Skip to content

Commit 9ecddc9

Browse files
feat(displayvideo): update the api
#### displayvideo:v1 The following keys were deleted: - schemas.AgeRangeAssignedTargetingOptionDetails.properties.ageRange.readOnly (Total Keys: 1) - schemas.AudioContentTypeAssignedTargetingOptionDetails.properties.audioContentType.readOnly (Total Keys: 1) - schemas.ContentInstreamPositionAssignedTargetingOptionDetails.properties.contentInstreamPosition.readOnly (Total Keys: 1) - schemas.ContentOutstreamPositionAssignedTargetingOptionDetails.properties.contentOutstreamPosition.readOnly (Total Keys: 1) - schemas.DeviceTypeAssignedTargetingOptionDetails.properties.deviceType.readOnly (Total Keys: 1) - schemas.EnvironmentAssignedTargetingOptionDetails.properties.environment.readOnly (Total Keys: 1) - schemas.GenderAssignedTargetingOptionDetails.properties.gender.readOnly (Total Keys: 1) - schemas.NativeContentPositionAssignedTargetingOptionDetails.properties.contentPosition.readOnly (Total Keys: 1) - schemas.OmidAssignedTargetingOptionDetails.properties.omid.readOnly (Total Keys: 1) - schemas.SensitiveCategoryAssignedTargetingOptionDetails.properties.sensitiveCategory.readOnly (Total Keys: 1) - schemas.VideoPlayerSizeAssignedTargetingOptionDetails.properties.videoPlayerSize.readOnly (Total Keys: 1) - schemas.ViewabilityAssignedTargetingOptionDetails.properties.viewability.readOnly (Total Keys: 1)
1 parent c9dd7c5 commit 9ecddc9

12 files changed

+356
-368
lines changed

docs/dyn/displayvideo_v1.advertisers.campaigns.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.campaigns.targetingTypes.assignedTargetingOptions.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.insertionOrders.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.insertionOrders.targetingTypes.assignedTargetingOptions.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.lineItems.html

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.lineItems.targetingTypes.assignedTargetingOptions.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.targetingTypes.assignedTargetingOptions.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.inventorySources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>Method Details</h3>
111111
&quot;commitment&quot;: &quot;A String&quot;, # Whether the inventory source has a guaranteed or non-guaranteed delivery.
112112
&quot;creativeConfigs&quot;: [ # The creative requirements of the inventory source. Not applicable for auction packages.
113113
{ # Creative requirements configuration for the inventory source.
114-
&quot;creativeType&quot;: &quot;A String&quot;, # The type of creative that can be assigned to the inventory source.
114+
&quot;creativeType&quot;: &quot;A String&quot;, # The type of creative that can be assigned to the inventory source. Only the following types are supported: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_VIDEO`
115115
&quot;displayCreativeConfig&quot;: { # The configuration for display creatives. # The configuration for display creatives. Applicable when creative_type is `CREATIVE_TYPE_STANDARD`.
116116
&quot;creativeSize&quot;: { # Dimensions. # The size requirements for display creatives that can be assigned to the inventory source.
117117
&quot;heightPixels&quot;: 42, # The height in pixels.
@@ -185,7 +185,7 @@ <h3>Method Details</h3>
185185
&quot;commitment&quot;: &quot;A String&quot;, # Whether the inventory source has a guaranteed or non-guaranteed delivery.
186186
&quot;creativeConfigs&quot;: [ # The creative requirements of the inventory source. Not applicable for auction packages.
187187
{ # Creative requirements configuration for the inventory source.
188-
&quot;creativeType&quot;: &quot;A String&quot;, # The type of creative that can be assigned to the inventory source.
188+
&quot;creativeType&quot;: &quot;A String&quot;, # The type of creative that can be assigned to the inventory source. Only the following types are supported: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_VIDEO`
189189
&quot;displayCreativeConfig&quot;: { # The configuration for display creatives. # The configuration for display creatives. Applicable when creative_type is `CREATIVE_TYPE_STANDARD`.
190190
&quot;creativeSize&quot;: { # Dimensions. # The size requirements for display creatives that can be assigned to the inventory source.
191191
&quot;heightPixels&quot;: 42, # The height in pixels.

docs/dyn/displayvideo_v1.partners.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.partners.targetingTypes.assignedTargetingOptions.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/displayvideo.v1.json

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7730,7 +7730,7 @@
77307730
}
77317731
}
77327732
},
7733-
"revision": "20220203",
7733+
"revision": "20220217",
77347734
"rootUrl": "https://displayvideo.googleapis.com/",
77357735
"schemas": {
77367736
"ActivateManualTriggerRequest": {
@@ -8072,7 +8072,7 @@
80728072
"id": "AgeRangeAssignedTargetingOptionDetails",
80738073
"properties": {
80748074
"ageRange": {
8075-
"description": "Output only. The age range of an audience. We only support targeting a continuous age range of an audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a larger continuous age range. The reach of a continuous age range targeting can be expanded by also targeting an audience of an unknown age.",
8075+
"description": "The age range of an audience. We only support targeting a continuous age range of an audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a larger continuous age range. The reach of a continuous age range targeting can be expanded by also targeting an audience of an unknown age. Output only in v1. Required in v2.",
80768076
"enum": [
80778077
"AGE_RANGE_UNSPECIFIED",
80788078
"AGE_RANGE_18_24",
@@ -8093,7 +8093,6 @@
80938093
"The age range of the audience is 65 and up.",
80948094
"The age range of the audience is unknown."
80958095
],
8096-
"readOnly": true,
80978096
"type": "string"
80988097
},
80998098
"targetingOptionId": {
@@ -8720,7 +8719,7 @@
87208719
"id": "AudioContentTypeAssignedTargetingOptionDetails",
87218720
"properties": {
87228721
"audioContentType": {
8723-
"description": "Output only. The audio content type.",
8722+
"description": "The audio content type. Output only in v1. Required in v2.",
87248723
"enum": [
87258724
"AUDIO_CONTENT_TYPE_UNSPECIFIED",
87268725
"AUDIO_CONTENT_TYPE_UNKNOWN",
@@ -8735,7 +8734,6 @@
87358734
"The audio content type is broadcast.",
87368735
"The audio content type is podcast."
87378736
],
8738-
"readOnly": true,
87398737
"type": "string"
87408738
},
87418739
"targetingOptionId": {
@@ -9972,7 +9970,7 @@
99729970
"type": "string"
99739971
},
99749972
"contentInstreamPosition": {
9975-
"description": "Output only. The content instream position for video or audio ads.",
9973+
"description": "The content instream position for video or audio ads. Output only in v1. Required in v2.",
99769974
"enum": [
99779975
"CONTENT_INSTREAM_POSITION_UNSPECIFIED",
99789976
"CONTENT_INSTREAM_POSITION_PRE_ROLL",
@@ -9987,7 +9985,6 @@
99879985
"Ads that play at the end of streaming content.",
99889986
"Ads instream position is unknown."
99899987
],
9990-
"readOnly": true,
99919988
"type": "string"
99929989
},
99939990
"targetingOptionId": {
@@ -10045,7 +10042,7 @@
1004510042
"type": "string"
1004610043
},
1004710044
"contentOutstreamPosition": {
10048-
"description": "Output only. The content outstream position.",
10045+
"description": "The content outstream position. Output only in v1. Required in v2.",
1004910046
"enum": [
1005010047
"CONTENT_OUTSTREAM_POSITION_UNSPECIFIED",
1005110048
"CONTENT_OUTSTREAM_POSITION_UNKNOWN",
@@ -10062,7 +10059,6 @@
1006210059
"Ads that appear in a scrollable stream of content. A feed is typically editorial (e.g. a list of articles or news) or listings (e.g. a list of products or services).",
1006310060
"Ads shown before or between content loads."
1006410061
],
10065-
"readOnly": true,
1006610062
"type": "string"
1006710063
},
1006810064
"targetingOptionId": {
@@ -10684,7 +10680,7 @@
1068410680
"id": "CreativeConfig",
1068510681
"properties": {
1068610682
"creativeType": {
10687-
"description": "The type of creative that can be assigned to the inventory source.",
10683+
"description": "The type of creative that can be assigned to the inventory source. Only the following types are supported: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_VIDEO`",
1068810684
"enum": [
1068910685
"CREATIVE_TYPE_UNSPECIFIED",
1069010686
"CREATIVE_TYPE_STANDARD",
@@ -11192,7 +11188,7 @@
1119211188
"id": "DeviceTypeAssignedTargetingOptionDetails",
1119311189
"properties": {
1119411190
"deviceType": {
11195-
"description": "Output only. The display name of the device type.",
11191+
"description": "The display name of the device type. Output only in v1. Required in v2.",
1119611192
"enum": [
1119711193
"DEVICE_TYPE_UNSPECIFIED",
1119811194
"DEVICE_TYPE_COMPUTER",
@@ -11207,7 +11203,6 @@
1120711203
"The device type is smart phone..",
1120811204
"The device type is tablet."
1120911205
],
11210-
"readOnly": true,
1121111206
"type": "string"
1121211207
},
1121311208
"targetingOptionId": {
@@ -11709,7 +11704,7 @@
1170911704
"id": "EnvironmentAssignedTargetingOptionDetails",
1171011705
"properties": {
1171111706
"environment": {
11712-
"description": "Output only. The serving environment.",
11707+
"description": "The serving environment. Output only in v1. Required in v2.",
1171311708
"enum": [
1171411709
"ENVIRONMENT_UNSPECIFIED",
1171511710
"ENVIRONMENT_WEB_OPTIMIZED",
@@ -11722,7 +11717,6 @@
1172211717
"Target inventory displayed in browsers. This includes inventory that was not designed for the device but viewed on it, such as websites optimized for desktop but viewed on a mobile device. ENVIRONMENT_WEB_OPTIMIZED should be targeted prior to the addition of this targeting option.",
1172311718
"Target inventory displayed in apps."
1172411719
],
11725-
"readOnly": true,
1172611720
"type": "string"
1172711721
},
1172811722
"targetingOptionId": {
@@ -12600,7 +12594,7 @@
1260012594
"id": "FrequencyCap",
1260112595
"properties": {
1260212596
"maxImpressions": {
12603-
"description": "The maximum number of times a user may be shown with the same ad during this period. Must be greater than 0. Required when unlimited is `false`.",
12597+
"description": "The maximum number of times a user may be shown the same ad during this period. Must be greater than 0. Required when unlimited is `false` and max_views is not set.",
1260412598
"format": "int32",
1260512599
"type": "integer"
1260612600
},
@@ -12643,7 +12637,7 @@
1264312637
"id": "GenderAssignedTargetingOptionDetails",
1264412638
"properties": {
1264512639
"gender": {
12646-
"description": "Output only. The gender of the audience.",
12640+
"description": "The gender of the audience. Output only in v1. Required in v2.",
1264712641
"enum": [
1264812642
"GENDER_UNSPECIFIED",
1264912643
"GENDER_MALE",
@@ -12656,7 +12650,6 @@
1265612650
"The audience gender is female.",
1265712651
"The audience gender is unknown."
1265812652
],
12659-
"readOnly": true,
1266012653
"type": "string"
1266112654
},
1266212655
"targetingOptionId": {
@@ -14146,7 +14139,7 @@
1414614139
},
1414714140
"frequencyCap": {
1414814141
"$ref": "FrequencyCap",
14149-
"description": "Required. The frequency capping setting of the line item."
14142+
"description": "Required. The impression frequency cap settings of the line item. The max_impressions field in this settings object must be used if assigning a limited cap."
1415014143
},
1415114144
"insertionOrderId": {
1415214145
"description": "Required. Immutable. The unique ID of the insertion order that the line item belongs to.",
@@ -15148,7 +15141,7 @@
1514815141
"id": "NativeContentPositionAssignedTargetingOptionDetails",
1514915142
"properties": {
1515015143
"contentPosition": {
15151-
"description": "Output only. The content position.",
15144+
"description": "The content position. Output only in v1. Required in v2.",
1515215145
"enum": [
1515315146
"NATIVE_CONTENT_POSITION_UNSPECIFIED",
1515415147
"NATIVE_CONTENT_POSITION_UNKNOWN",
@@ -15165,7 +15158,6 @@
1516515158
"Native content position is peripheral, i.e., ads appear outside of core content on pages, such as the right- or left-hand side of the page.",
1516615159
"Native content position is recommendation, i.e., ads appear in sections for recommended content."
1516715160
],
15168-
"readOnly": true,
1516915161
"type": "string"
1517015162
},
1517115163
"targetingOptionId": {
@@ -15323,7 +15315,7 @@
1532315315
"id": "OmidAssignedTargetingOptionDetails",
1532415316
"properties": {
1532515317
"omid": {
15326-
"description": "Output only. The type of Open Measurement enabled inventory.",
15318+
"description": "The type of Open Measurement enabled inventory. Output only in v1. Required in v2.",
1532715319
"enum": [
1532815320
"OMID_UNSPECIFIED",
1532915321
"OMID_FOR_MOBILE_DISPLAY_ADS"
@@ -15332,7 +15324,6 @@
1533215324
"Default value when omid targeting is not specified in this version.",
1533315325
"Open Measurement enabled mobile display inventory."
1533415326
],
15335-
"readOnly": true,
1533615327
"type": "string"
1533715328
},
1533815329
"targetingOptionId": {
@@ -16584,7 +16575,7 @@
1658416575
"type": "string"
1658516576
},
1658616577
"sensitiveCategory": {
16587-
"description": "Output only. An enum for the DV360 Sensitive category content classifier.",
16578+
"description": "An enum for the DV360 Sensitive category content classifier. Output only in v1. Required in v2.",
1658816579
"enum": [
1658916580
"SENSITIVE_CATEGORY_UNSPECIFIED",
1659016581
"SENSITIVE_CATEGORY_ADULT",
@@ -16625,7 +16616,6 @@
1662516616
"Issues that evoke strong, opposing views and spark debate. These include issues that are controversial in most countries and markets (such as abortion), as well as those that are controversial in specific countries and markets (such as immigration reform in the United States).",
1662616617
"Content which may be considered shocking or disturbing, such as violent news stories, stunts, or toilet humor."
1662716618
],
16628-
"readOnly": true,
1662916619
"type": "string"
1663016620
}
1663116621
},
@@ -17333,7 +17323,7 @@
1733317323
"type": "string"
1733417324
},
1733517325
"videoPlayerSize": {
17336-
"description": "Output only. The video player size.",
17326+
"description": "The video player size. Output only in v1. Required in v2.",
1733717327
"enum": [
1733817328
"VIDEO_PLAYER_SIZE_UNSPECIFIED",
1733917329
"VIDEO_PLAYER_SIZE_SMALL",
@@ -17348,7 +17338,6 @@
1734817338
"The dimensions of the video player are 1280\u00d7720 or greater (desktop), or over 90% of the screen covered (mobile).",
1734917339
"The dimensions of the video player are unknown."
1735017340
],
17351-
"readOnly": true,
1735217341
"type": "string"
1735317342
}
1735417343
},
@@ -17389,7 +17378,7 @@
1738917378
"type": "string"
1739017379
},
1739117380
"viewability": {
17392-
"description": "Output only. The predicted viewability percentage.",
17381+
"description": "The predicted viewability percentage. Output only in v1. Required in v2.",
1739317382
"enum": [
1739417383
"VIEWABILITY_UNSPECIFIED",
1739517384
"VIEWABILITY_10_PERCENT_OR_MORE",
@@ -17414,7 +17403,6 @@
1741417403
"Bid only on impressions that are at least 80% likely to be viewable.",
1741517404
"Bid only on impressions that are at least 90% likely to be viewable."
1741617405
],
17417-
"readOnly": true,
1741817406
"type": "string"
1741917407
}
1742017408
},

0 commit comments

Comments
 (0)