google-apis-displayvideo_v2 0.10.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +124 -91
- data/lib/google/apis/displayvideo_v2/gem_version.rb +3 -3
- data/lib/google/apis/displayvideo_v2/service.rb +186 -26
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7590f46787876878419dcf8ffda50a381b1f1befd71111b5865f0cf3e1cfcf95
|
4
|
+
data.tar.gz: 14ea609729ff9299449fed7eb1ce81baf1a8357519b50f61f23ef259f6021ada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8003c5e37df47f253c2a938b77976cd6dba82061046b5fb0d92b995db099162467712ba2e8ea4c5b66be12e128c5f129243223b4f1a0458e09218f57cefaa0a0
|
7
|
+
data.tar.gz: b7159ee383cf7591397fe3bb04836266c149ca6dd835b9159f3b51644b30151f5269f387864d09b3b68690213da626642e46e7646cc674698cff9abc3b24c107
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.12.0 (2023-02-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230216
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
8
|
+
### v0.11.0 (2023-02-12)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20230209
|
11
|
+
|
3
12
|
### v0.10.0 (2023-01-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230119
|
@@ -90,12 +90,12 @@ module Google
|
|
90
90
|
class AdUrl
|
91
91
|
include Google::Apis::Core::Hashable
|
92
92
|
|
93
|
-
# The type of the
|
93
|
+
# The type of the Ad URL.
|
94
94
|
# Corresponds to the JSON property `type`
|
95
95
|
# @return [String]
|
96
96
|
attr_accessor :type
|
97
97
|
|
98
|
-
# The
|
98
|
+
# The URL string value.
|
99
99
|
# Corresponds to the JSON property `url`
|
100
100
|
# @return [String]
|
101
101
|
attr_accessor :url
|
@@ -1281,7 +1281,7 @@ module Google
|
|
1281
1281
|
end
|
1282
1282
|
end
|
1283
1283
|
|
1284
|
-
#
|
1284
|
+
# Details for an audio ad.
|
1285
1285
|
class AudioAd
|
1286
1286
|
include Google::Apis::Core::Hashable
|
1287
1287
|
|
@@ -1295,12 +1295,12 @@ module Google
|
|
1295
1295
|
# @return [String]
|
1296
1296
|
attr_accessor :final_url
|
1297
1297
|
|
1298
|
-
# The URL address
|
1298
|
+
# The URL address loaded in the background for tracking purposes.
|
1299
1299
|
# Corresponds to the JSON property `trackingUrl`
|
1300
1300
|
# @return [String]
|
1301
1301
|
attr_accessor :tracking_url
|
1302
1302
|
|
1303
|
-
# Details of
|
1303
|
+
# Details of a YouTube video.
|
1304
1304
|
# Corresponds to the JSON property `video`
|
1305
1305
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
1306
1306
|
attr_accessor :video
|
@@ -1822,13 +1822,63 @@ module Google
|
|
1822
1822
|
include Google::Apis::Core::Hashable
|
1823
1823
|
|
1824
1824
|
# The assigned targeting options to create in batch, specified as a list of
|
1825
|
-
# CreateAssignedTargetingOptionsRequest.
|
1825
|
+
# CreateAssignedTargetingOptionsRequest. Supported targeting types include: * `
|
1826
|
+
# TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `
|
1827
|
+
# TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
1828
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
1829
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
1830
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
1831
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
1832
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
1833
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
1834
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
1835
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
1836
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
1837
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
1838
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
1839
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
1840
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
1841
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
1842
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
1843
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
1844
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
1845
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
1846
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
1847
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
1848
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
1849
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
1850
|
+
# TARGETING_TYPE_VIEWABILITY`
|
1826
1851
|
# Corresponds to the JSON property `createRequests`
|
1827
1852
|
# @return [Array<Google::Apis::DisplayvideoV2::CreateAssignedTargetingOptionsRequest>]
|
1828
1853
|
attr_accessor :create_requests
|
1829
1854
|
|
1830
1855
|
# The assigned targeting options to delete in batch, specified as a list of
|
1831
|
-
# DeleteAssignedTargetingOptionsRequest.
|
1856
|
+
# DeleteAssignedTargetingOptionsRequest. Supported targeting types include: * `
|
1857
|
+
# TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` * `
|
1858
|
+
# TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
1859
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
1860
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
1861
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
1862
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
1863
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
1864
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
1865
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
1866
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
1867
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
1868
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
1869
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
1870
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
1871
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
1872
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
1873
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
1874
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
1875
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
1876
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
1877
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
1878
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
1879
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
1880
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
1881
|
+
# TARGETING_TYPE_VIEWABILITY`
|
1832
1882
|
# Corresponds to the JSON property `deleteRequests`
|
1833
1883
|
# @return [Array<Google::Apis::DisplayvideoV2::DeleteAssignedTargetingOptionsRequest>]
|
1834
1884
|
attr_accessor :delete_requests
|
@@ -2299,11 +2349,11 @@ module Google
|
|
2299
2349
|
end
|
2300
2350
|
end
|
2301
2351
|
|
2302
|
-
#
|
2352
|
+
# Details for a bumper ad.
|
2303
2353
|
class BumperAd
|
2304
2354
|
include Google::Apis::Core::Hashable
|
2305
2355
|
|
2306
|
-
#
|
2356
|
+
# Common attributes for in-stream, non-skippable and bumper ads.
|
2307
2357
|
# Corresponds to the JSON property `commonInStreamAttribute`
|
2308
2358
|
# @return [Google::Apis::DisplayvideoV2::CommonInStreamAttribute]
|
2309
2359
|
attr_accessor :common_in_stream_attribute
|
@@ -3009,7 +3059,7 @@ module Google
|
|
3009
3059
|
end
|
3010
3060
|
end
|
3011
3061
|
|
3012
|
-
#
|
3062
|
+
# Common attributes for in-stream, non-skippable and bumper ads.
|
3013
3063
|
class CommonInStreamAttribute
|
3014
3064
|
include Google::Apis::Core::Hashable
|
3015
3065
|
|
@@ -3023,7 +3073,7 @@ module Google
|
|
3023
3073
|
# @return [String]
|
3024
3074
|
attr_accessor :action_headline
|
3025
3075
|
|
3026
|
-
#
|
3076
|
+
# Meta data of an image asset.
|
3027
3077
|
# Corresponds to the JSON property `companionBanner`
|
3028
3078
|
# @return [Google::Apis::DisplayvideoV2::ImageAsset]
|
3029
3079
|
attr_accessor :companion_banner
|
@@ -3038,12 +3088,12 @@ module Google
|
|
3038
3088
|
# @return [String]
|
3039
3089
|
attr_accessor :final_url
|
3040
3090
|
|
3041
|
-
# The URL address
|
3091
|
+
# The URL address loaded in the background for tracking purposes.
|
3042
3092
|
# Corresponds to the JSON property `trackingUrl`
|
3043
3093
|
# @return [String]
|
3044
3094
|
attr_accessor :tracking_url
|
3045
3095
|
|
3046
|
-
# Details of
|
3096
|
+
# Details of a YouTube video.
|
3047
3097
|
# Corresponds to the JSON property `video`
|
3048
3098
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
3049
3099
|
attr_accessor :video
|
@@ -4677,7 +4727,7 @@ module Google
|
|
4677
4727
|
end
|
4678
4728
|
end
|
4679
4729
|
|
4680
|
-
# The ad
|
4730
|
+
# The ad sourced from a DV360 creative.
|
4681
4731
|
class DisplayVideoSourceAd
|
4682
4732
|
include Google::Apis::Core::Hashable
|
4683
4733
|
|
@@ -6212,7 +6262,7 @@ module Google
|
|
6212
6262
|
end
|
6213
6263
|
end
|
6214
6264
|
|
6215
|
-
#
|
6265
|
+
# Meta data of an image asset.
|
6216
6266
|
class ImageAsset
|
6217
6267
|
include Google::Apis::Core::Hashable
|
6218
6268
|
|
@@ -6243,16 +6293,16 @@ module Google
|
|
6243
6293
|
end
|
6244
6294
|
end
|
6245
6295
|
|
6246
|
-
#
|
6296
|
+
# Details for an in-stream ad.
|
6247
6297
|
class InStreamAd
|
6248
6298
|
include Google::Apis::Core::Hashable
|
6249
6299
|
|
6250
|
-
#
|
6300
|
+
# Common attributes for in-stream, non-skippable and bumper ads.
|
6251
6301
|
# Corresponds to the JSON property `commonInStreamAttribute`
|
6252
6302
|
# @return [Google::Apis::DisplayvideoV2::CommonInStreamAttribute]
|
6253
6303
|
attr_accessor :common_in_stream_attribute
|
6254
6304
|
|
6255
|
-
# The custom parameters to pass custom values to tracking
|
6305
|
+
# The custom parameters to pass custom values to tracking URL template.
|
6256
6306
|
# Corresponds to the JSON property `customParameters`
|
6257
6307
|
# @return [Hash<String,String>]
|
6258
6308
|
attr_accessor :custom_parameters
|
@@ -7387,10 +7437,7 @@ module Google
|
|
7387
7437
|
|
7388
7438
|
# Settings that control the targeting expansion of the line item. Targeting
|
7389
7439
|
# expansion allows the line item to reach a larger audience based on the
|
7390
|
-
# original audience list and the targeting expansion level.
|
7391
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
7392
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
7393
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
7440
|
+
# original audience list and the targeting expansion level.
|
7394
7441
|
# Corresponds to the JSON property `targetingExpansion`
|
7395
7442
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
7396
7443
|
attr_accessor :targeting_expansion
|
@@ -8392,7 +8439,7 @@ module Google
|
|
8392
8439
|
end
|
8393
8440
|
end
|
8394
8441
|
|
8395
|
-
#
|
8442
|
+
#
|
8396
8443
|
class ListYoutubeAdGroupAdsResponse
|
8397
8444
|
include Google::Apis::Core::Hashable
|
8398
8445
|
|
@@ -8628,16 +8675,16 @@ module Google
|
|
8628
8675
|
end
|
8629
8676
|
end
|
8630
8677
|
|
8631
|
-
#
|
8678
|
+
# Details for a Masthead Ad.
|
8632
8679
|
class MastheadAd
|
8633
8680
|
include Google::Apis::Core::Hashable
|
8634
8681
|
|
8635
|
-
#
|
8682
|
+
# The duration of time the video will autoplay.
|
8636
8683
|
# Corresponds to the JSON property `autoplayVideoDuration`
|
8637
8684
|
# @return [String]
|
8638
8685
|
attr_accessor :autoplay_video_duration
|
8639
8686
|
|
8640
|
-
#
|
8687
|
+
# The amount of time in milliseconds after which the video will start to play.
|
8641
8688
|
# Corresponds to the JSON property `autoplayVideoStartMillisecond`
|
8642
8689
|
# @return [Fixnum]
|
8643
8690
|
attr_accessor :autoplay_video_start_millisecond
|
@@ -8657,7 +8704,8 @@ module Google
|
|
8657
8704
|
# @return [String]
|
8658
8705
|
attr_accessor :call_to_action_tracking_url
|
8659
8706
|
|
8660
|
-
# The videos
|
8707
|
+
# The videos that appear next to the Masthead Ad on desktop. Can be no more than
|
8708
|
+
# two.
|
8661
8709
|
# Corresponds to the JSON property `companionYoutubeVideos`
|
8662
8710
|
# @return [Array<Google::Apis::DisplayvideoV2::YoutubeVideoDetails>]
|
8663
8711
|
attr_accessor :companion_youtube_videos
|
@@ -8679,12 +8727,12 @@ module Google
|
|
8679
8727
|
attr_accessor :show_channel_art
|
8680
8728
|
alias_method :show_channel_art?, :show_channel_art
|
8681
8729
|
|
8682
|
-
# Details of
|
8730
|
+
# Details of a YouTube video.
|
8683
8731
|
# Corresponds to the JSON property `video`
|
8684
8732
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
8685
8733
|
attr_accessor :video
|
8686
8734
|
|
8687
|
-
#
|
8735
|
+
# The aspect ratio of the autoplaying YouTube video on the Masthead.
|
8688
8736
|
# Corresponds to the JSON property `videoAspectRatio`
|
8689
8737
|
# @return [String]
|
8690
8738
|
attr_accessor :video_aspect_ratio
|
@@ -9022,16 +9070,16 @@ module Google
|
|
9022
9070
|
end
|
9023
9071
|
end
|
9024
9072
|
|
9025
|
-
#
|
9073
|
+
# Details for a non-skippable ad.
|
9026
9074
|
class NonSkippableAd
|
9027
9075
|
include Google::Apis::Core::Hashable
|
9028
9076
|
|
9029
|
-
#
|
9077
|
+
# Common attributes for in-stream, non-skippable and bumper ads.
|
9030
9078
|
# Corresponds to the JSON property `commonInStreamAttribute`
|
9031
9079
|
# @return [Google::Apis::DisplayvideoV2::CommonInStreamAttribute]
|
9032
9080
|
attr_accessor :common_in_stream_attribute
|
9033
9081
|
|
9034
|
-
# The custom parameters to pass custom values to tracking
|
9082
|
+
# The custom parameters to pass custom values to tracking URL template.
|
9035
9083
|
# Corresponds to the JSON property `customParameters`
|
9036
9084
|
# @return [Hash<String,String>]
|
9037
9085
|
attr_accessor :custom_parameters
|
@@ -9981,18 +10029,18 @@ module Google
|
|
9981
10029
|
class ProductFeedData
|
9982
10030
|
include Google::Apis::Core::Hashable
|
9983
10031
|
|
9984
|
-
#
|
10032
|
+
# Whether the product feed has opted-out of showing products.
|
9985
10033
|
# Corresponds to the JSON property `isFeedDisabled`
|
9986
10034
|
# @return [Boolean]
|
9987
10035
|
attr_accessor :is_feed_disabled
|
9988
10036
|
alias_method :is_feed_disabled?, :is_feed_disabled
|
9989
10037
|
|
9990
|
-
# A list of dimensions
|
10038
|
+
# A list of dimensions used to match products.
|
9991
10039
|
# Corresponds to the JSON property `productMatchDimensions`
|
9992
10040
|
# @return [Array<Google::Apis::DisplayvideoV2::ProductMatchDimension>]
|
9993
10041
|
attr_accessor :product_match_dimensions
|
9994
10042
|
|
9995
|
-
#
|
10043
|
+
# How products are selected by the product feed.
|
9996
10044
|
# Corresponds to the JSON property `productMatchType`
|
9997
10045
|
# @return [String]
|
9998
10046
|
attr_accessor :product_match_type
|
@@ -10009,7 +10057,7 @@ module Google
|
|
10009
10057
|
end
|
10010
10058
|
end
|
10011
10059
|
|
10012
|
-
#
|
10060
|
+
# A dimension used to match products.
|
10013
10061
|
class ProductMatchDimension
|
10014
10062
|
include Google::Apis::Core::Hashable
|
10015
10063
|
|
@@ -10018,7 +10066,7 @@ module Google
|
|
10018
10066
|
# @return [Google::Apis::DisplayvideoV2::CustomLabel]
|
10019
10067
|
attr_accessor :custom_label
|
10020
10068
|
|
10021
|
-
# The ID of the product offer to match
|
10069
|
+
# The ID of the product offer to match with a product with the same offer ID.
|
10022
10070
|
# Corresponds to the JSON property `productOfferId`
|
10023
10071
|
# @return [String]
|
10024
10072
|
attr_accessor :product_offer_id
|
@@ -10711,10 +10759,7 @@ module Google
|
|
10711
10759
|
|
10712
10760
|
# Settings that control the targeting expansion of the line item. Targeting
|
10713
10761
|
# expansion allows the line item to reach a larger audience based on the
|
10714
|
-
# original audience list and the targeting expansion level.
|
10715
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
10716
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
10717
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
10762
|
+
# original audience list and the targeting expansion level.
|
10718
10763
|
class TargetingExpansionConfig
|
10719
10764
|
include Google::Apis::Core::Hashable
|
10720
10765
|
|
@@ -10729,15 +10774,6 @@ module Google
|
|
10729
10774
|
alias_method :exclude_first_party_audience?, :exclude_first_party_audience
|
10730
10775
|
|
10731
10776
|
# Required. Magnitude of expansion for applicable targeting under this line item.
|
10732
|
-
# Beginning November 7, 2022, the behavior of this field will change in the
|
10733
|
-
# following ways with the replacement of targeting expansion with [optimized
|
10734
|
-
# targeting](//support.google.com/displayvideo/answer/12060859): * This field
|
10735
|
-
# will represent the optimized targeting checkbox, with a `NO_EXPANSION` value
|
10736
|
-
# representing optimized targeting turned off and a `LEAST_EXPANSION` value
|
10737
|
-
# representing optimized targeting turned on. * `NO_EXPANSION` will be the
|
10738
|
-
# default value for the field and will be automatically assigned if you do not
|
10739
|
-
# set the field. * If you set the field to any value other than `NO_EXPANSION`,
|
10740
|
-
# it will automatically be set to `LEAST_EXPANSION`.
|
10741
10777
|
# Corresponds to the JSON property `targetingExpansionLevel`
|
10742
10778
|
# @return [String]
|
10743
10779
|
attr_accessor :targeting_expansion_level
|
@@ -11522,7 +11558,7 @@ module Google
|
|
11522
11558
|
end
|
11523
11559
|
end
|
11524
11560
|
|
11525
|
-
#
|
11561
|
+
# Details for a video discovery ad.
|
11526
11562
|
class VideoDiscoveryAd
|
11527
11563
|
include Google::Apis::Core::Hashable
|
11528
11564
|
|
@@ -11536,17 +11572,17 @@ module Google
|
|
11536
11572
|
# @return [String]
|
11537
11573
|
attr_accessor :description2
|
11538
11574
|
|
11539
|
-
# The headline of
|
11575
|
+
# The headline of ad.
|
11540
11576
|
# Corresponds to the JSON property `headline`
|
11541
11577
|
# @return [String]
|
11542
11578
|
attr_accessor :headline
|
11543
11579
|
|
11544
|
-
# Thumbnail image
|
11580
|
+
# Thumbnail image used in the ad.
|
11545
11581
|
# Corresponds to the JSON property `thumbnail`
|
11546
11582
|
# @return [String]
|
11547
11583
|
attr_accessor :thumbnail
|
11548
11584
|
|
11549
|
-
# Details of
|
11585
|
+
# Details of a YouTube video.
|
11550
11586
|
# Corresponds to the JSON property `video`
|
11551
11587
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
11552
11588
|
attr_accessor :video
|
@@ -11565,41 +11601,41 @@ module Google
|
|
11565
11601
|
end
|
11566
11602
|
end
|
11567
11603
|
|
11568
|
-
#
|
11604
|
+
# Details for a video performance ad.
|
11569
11605
|
class VideoPerformanceAd
|
11570
11606
|
include Google::Apis::Core::Hashable
|
11571
11607
|
|
11572
|
-
# The list of text assets
|
11608
|
+
# The list of text assets shown on the call-to-action button.
|
11573
11609
|
# Corresponds to the JSON property `actionButtonLabels`
|
11574
11610
|
# @return [Array<String>]
|
11575
11611
|
attr_accessor :action_button_labels
|
11576
11612
|
|
11577
|
-
# The list of companion banners
|
11613
|
+
# The list of companion banners used by this ad.
|
11578
11614
|
# Corresponds to the JSON property `companionBanners`
|
11579
11615
|
# @return [Array<Google::Apis::DisplayvideoV2::ImageAsset>]
|
11580
11616
|
attr_accessor :companion_banners
|
11581
11617
|
|
11582
|
-
# The custom parameters to pass custom values to tracking
|
11618
|
+
# The custom parameters to pass custom values to tracking URL template.
|
11583
11619
|
# Corresponds to the JSON property `customParameters`
|
11584
11620
|
# @return [Hash<String,String>]
|
11585
11621
|
attr_accessor :custom_parameters
|
11586
11622
|
|
11587
|
-
# The list of descriptions
|
11623
|
+
# The list of descriptions shown on the call-to-action banner.
|
11588
11624
|
# Corresponds to the JSON property `descriptions`
|
11589
11625
|
# @return [Array<String>]
|
11590
11626
|
attr_accessor :descriptions
|
11591
11627
|
|
11592
|
-
# The first piece after the domain in the display
|
11628
|
+
# The first piece after the domain in the display URL.
|
11593
11629
|
# Corresponds to the JSON property `displayUrlBreadcrumb1`
|
11594
11630
|
# @return [String]
|
11595
11631
|
attr_accessor :display_url_breadcrumb1
|
11596
11632
|
|
11597
|
-
# The second piece after the domain in the display
|
11633
|
+
# The second piece after the domain in the display URL.
|
11598
11634
|
# Corresponds to the JSON property `displayUrlBreadcrumb2`
|
11599
11635
|
# @return [String]
|
11600
11636
|
attr_accessor :display_url_breadcrumb2
|
11601
11637
|
|
11602
|
-
# The domain of the display
|
11638
|
+
# The domain of the display URL.
|
11603
11639
|
# Corresponds to the JSON property `domain`
|
11604
11640
|
# @return [String]
|
11605
11641
|
attr_accessor :domain
|
@@ -11609,22 +11645,22 @@ module Google
|
|
11609
11645
|
# @return [String]
|
11610
11646
|
attr_accessor :final_url
|
11611
11647
|
|
11612
|
-
# The list of headlines
|
11648
|
+
# The list of headlines shown on the call-to-action banner.
|
11613
11649
|
# Corresponds to the JSON property `headlines`
|
11614
11650
|
# @return [Array<String>]
|
11615
11651
|
attr_accessor :headlines
|
11616
11652
|
|
11617
|
-
# The list of lone headlines
|
11653
|
+
# The list of lone headlines shown on the call-to-action banner.
|
11618
11654
|
# Corresponds to the JSON property `longHeadlines`
|
11619
11655
|
# @return [Array<String>]
|
11620
11656
|
attr_accessor :long_headlines
|
11621
11657
|
|
11622
|
-
# The URL address
|
11658
|
+
# The URL address loaded in the background for tracking purposes.
|
11623
11659
|
# Corresponds to the JSON property `trackingUrl`
|
11624
11660
|
# @return [String]
|
11625
11661
|
attr_accessor :tracking_url
|
11626
11662
|
|
11627
|
-
# The list of YouTube video assets
|
11663
|
+
# The list of YouTube video assets used by this ad.
|
11628
11664
|
# Corresponds to the JSON property `videos`
|
11629
11665
|
# @return [Array<Google::Apis::DisplayvideoV2::YoutubeVideoDetails>]
|
11630
11666
|
attr_accessor :videos
|
@@ -11740,7 +11776,7 @@ module Google
|
|
11740
11776
|
class YoutubeAdGroup
|
11741
11777
|
include Google::Apis::Core::Hashable
|
11742
11778
|
|
11743
|
-
# The format of the ad group.
|
11779
|
+
# The format of the ads in the ad group.
|
11744
11780
|
# Corresponds to the JSON property `adGroupFormat`
|
11745
11781
|
# @return [String]
|
11746
11782
|
attr_accessor :ad_group_format
|
@@ -11790,15 +11826,12 @@ module Google
|
|
11790
11826
|
|
11791
11827
|
# Settings that control the targeting expansion of the line item. Targeting
|
11792
11828
|
# expansion allows the line item to reach a larger audience based on the
|
11793
|
-
# original audience list and the targeting expansion level.
|
11794
|
-
# 2022, these settings may represent the [optimized targeting feature](//
|
11795
|
-
# support.google.com/displayvideo/answer/12060859) in place of targeting
|
11796
|
-
# expansion. This feature will be rolled out to all partners by November 9, 2022.
|
11829
|
+
# original audience list and the targeting expansion level.
|
11797
11830
|
# Corresponds to the JSON property `targetingExpansion`
|
11798
11831
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11799
11832
|
attr_accessor :targeting_expansion
|
11800
11833
|
|
11801
|
-
# The IDs of the
|
11834
|
+
# The IDs of the youtube_ad_group_ad resources associated with the ad group.
|
11802
11835
|
# Corresponds to the JSON property `youtubeAdIds`
|
11803
11836
|
# @return [Array<Fixnum>]
|
11804
11837
|
attr_accessor :youtube_ad_ids
|
@@ -11823,82 +11856,82 @@ module Google
|
|
11823
11856
|
end
|
11824
11857
|
end
|
11825
11858
|
|
11826
|
-
# A single
|
11859
|
+
# A single ad associated with a YouTube ad group.
|
11827
11860
|
class YoutubeAdGroupAd
|
11828
11861
|
include Google::Apis::Core::Hashable
|
11829
11862
|
|
11830
|
-
# The unique ID of the ad
|
11863
|
+
# The unique ID of the ad. Assigned by the system.
|
11831
11864
|
# Corresponds to the JSON property `adGroupAdId`
|
11832
11865
|
# @return [Fixnum]
|
11833
11866
|
attr_accessor :ad_group_ad_id
|
11834
11867
|
|
11835
|
-
# The unique ID of the ad group that the ad
|
11868
|
+
# The unique ID of the ad group that the ad belongs to.
|
11836
11869
|
# Corresponds to the JSON property `adGroupId`
|
11837
11870
|
# @return [Fixnum]
|
11838
11871
|
attr_accessor :ad_group_id
|
11839
11872
|
|
11840
|
-
#
|
11873
|
+
# List of URLs used by the ad.
|
11841
11874
|
# Corresponds to the JSON property `adUrls`
|
11842
11875
|
# @return [Array<Google::Apis::DisplayvideoV2::AdUrl>]
|
11843
11876
|
attr_accessor :ad_urls
|
11844
11877
|
|
11845
|
-
# The unique ID of the advertiser the ad
|
11878
|
+
# The unique ID of the advertiser the ad belongs to.
|
11846
11879
|
# Corresponds to the JSON property `advertiserId`
|
11847
11880
|
# @return [Fixnum]
|
11848
11881
|
attr_accessor :advertiser_id
|
11849
11882
|
|
11850
|
-
#
|
11883
|
+
# Details for an audio ad.
|
11851
11884
|
# Corresponds to the JSON property `audioAd`
|
11852
11885
|
# @return [Google::Apis::DisplayvideoV2::AudioAd]
|
11853
11886
|
attr_accessor :audio_ad
|
11854
11887
|
|
11855
|
-
#
|
11888
|
+
# Details for a bumper ad.
|
11856
11889
|
# Corresponds to the JSON property `bumperAd`
|
11857
11890
|
# @return [Google::Apis::DisplayvideoV2::BumperAd]
|
11858
11891
|
attr_accessor :bumper_ad
|
11859
11892
|
|
11860
|
-
# The display name of the ad
|
11861
|
-
#
|
11893
|
+
# The display name of the ad. Must be UTF-8 encoded with a maximum size of 255
|
11894
|
+
# bytes.
|
11862
11895
|
# Corresponds to the JSON property `displayName`
|
11863
11896
|
# @return [String]
|
11864
11897
|
attr_accessor :display_name
|
11865
11898
|
|
11866
|
-
# The ad
|
11899
|
+
# The ad sourced from a DV360 creative.
|
11867
11900
|
# Corresponds to the JSON property `displayVideoSourceAd`
|
11868
11901
|
# @return [Google::Apis::DisplayvideoV2::DisplayVideoSourceAd]
|
11869
11902
|
attr_accessor :display_video_source_ad
|
11870
11903
|
|
11871
|
-
# The entity status of the ad
|
11904
|
+
# The entity status of the ad.
|
11872
11905
|
# Corresponds to the JSON property `entityStatus`
|
11873
11906
|
# @return [String]
|
11874
11907
|
attr_accessor :entity_status
|
11875
11908
|
|
11876
|
-
#
|
11909
|
+
# Details for an in-stream ad.
|
11877
11910
|
# Corresponds to the JSON property `inStreamAd`
|
11878
11911
|
# @return [Google::Apis::DisplayvideoV2::InStreamAd]
|
11879
11912
|
attr_accessor :in_stream_ad
|
11880
11913
|
|
11881
|
-
#
|
11914
|
+
# Details for a Masthead Ad.
|
11882
11915
|
# Corresponds to the JSON property `mastheadAd`
|
11883
11916
|
# @return [Google::Apis::DisplayvideoV2::MastheadAd]
|
11884
11917
|
attr_accessor :masthead_ad
|
11885
11918
|
|
11886
|
-
# The resource name of the ad
|
11919
|
+
# The resource name of the ad.
|
11887
11920
|
# Corresponds to the JSON property `name`
|
11888
11921
|
# @return [String]
|
11889
11922
|
attr_accessor :name
|
11890
11923
|
|
11891
|
-
#
|
11924
|
+
# Details for a non-skippable ad.
|
11892
11925
|
# Corresponds to the JSON property `nonSkippableAd`
|
11893
11926
|
# @return [Google::Apis::DisplayvideoV2::NonSkippableAd]
|
11894
11927
|
attr_accessor :non_skippable_ad
|
11895
11928
|
|
11896
|
-
#
|
11929
|
+
# Details for a video discovery ad.
|
11897
11930
|
# Corresponds to the JSON property `videoDiscoverAd`
|
11898
11931
|
# @return [Google::Apis::DisplayvideoV2::VideoDiscoveryAd]
|
11899
11932
|
attr_accessor :video_discover_ad
|
11900
11933
|
|
11901
|
-
#
|
11934
|
+
# Details for a video performance ad.
|
11902
11935
|
# Corresponds to the JSON property `videoPerformanceAd`
|
11903
11936
|
# @return [Google::Apis::DisplayvideoV2::VideoPerformanceAd]
|
11904
11937
|
attr_accessor :video_performance_ad
|
@@ -12220,11 +12253,11 @@ module Google
|
|
12220
12253
|
end
|
12221
12254
|
end
|
12222
12255
|
|
12223
|
-
# Details of
|
12256
|
+
# Details of a YouTube video.
|
12224
12257
|
class YoutubeVideoDetails
|
12225
12258
|
include Google::Apis::Core::Hashable
|
12226
12259
|
|
12227
|
-
# The ID which can be searched on YouTube webpage.
|
12260
|
+
# The YouTube video ID which can be searched on YouTube webpage.
|
12228
12261
|
# Corresponds to the JSON property `id`
|
12229
12262
|
# @return [String]
|
12230
12263
|
attr_accessor :id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DisplayvideoV2
|
18
18
|
# Version of the google-apis-displayvideo_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230216"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1834,7 +1834,32 @@ module Google
|
|
1834
1834
|
# Required. The ID of the insertion order the assigned targeting option belongs
|
1835
1835
|
# to.
|
1836
1836
|
# @param [String] targeting_type
|
1837
|
-
# Required. Identifies the type of this assigned targeting option.
|
1837
|
+
# Required. Identifies the type of this assigned targeting option. Supported
|
1838
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
1839
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
1840
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
1841
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
1842
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
1843
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
1844
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
1845
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
1846
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
1847
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
1848
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
1849
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
1850
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
1851
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
1852
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
1853
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
1854
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
1855
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
1856
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
1857
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
1858
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
1859
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
1860
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
1861
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
1862
|
+
# TARGETING_TYPE_VIEWABILITY`
|
1838
1863
|
# @param [String] assigned_targeting_option_id
|
1839
1864
|
# Required. An identifier unique to the targeting type in this insertion order
|
1840
1865
|
# that identifies the assigned targeting option being requested.
|
@@ -1874,7 +1899,32 @@ module Google
|
|
1874
1899
|
# @param [Fixnum] insertion_order_id
|
1875
1900
|
# Required. The ID of the insertion order to list assigned targeting options for.
|
1876
1901
|
# @param [String] targeting_type
|
1877
|
-
# Required. Identifies the type of assigned targeting options to list.
|
1902
|
+
# Required. Identifies the type of assigned targeting options to list. Supported
|
1903
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
1904
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
1905
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
1906
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
1907
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
1908
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
1909
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
1910
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
1911
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
1912
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
1913
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
1914
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
1915
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
1916
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
1917
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
1918
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
1919
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
1920
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
1921
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
1922
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
1923
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
1924
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
1925
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
1926
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
1927
|
+
# TARGETING_TYPE_VIEWABILITY`
|
1878
1928
|
# @param [String] filter
|
1879
1929
|
# Allows filtering by assigned targeting option properties. Supported syntax: *
|
1880
1930
|
# Filter expressions are made up of one or more restrictions. * Restrictions can
|
@@ -2084,7 +2134,7 @@ module Google
|
|
2084
2134
|
# be added to the field name. Example: `targetingType desc`.
|
2085
2135
|
# @param [Fixnum] page_size
|
2086
2136
|
# Requested page size. The size must be an integer between `1` and `5000`. If
|
2087
|
-
# unspecified, the default is
|
2137
|
+
# unspecified, the default is `5000`. Returns error code `INVALID_ARGUMENT` if
|
2088
2138
|
# an invalid value is specified.
|
2089
2139
|
# @param [String] page_token
|
2090
2140
|
# A token that lets the client fetch the next page of results. Typically, this
|
@@ -2465,7 +2515,32 @@ module Google
|
|
2465
2515
|
# @param [Fixnum] line_item_id
|
2466
2516
|
# Required. The ID of the line item the assigned targeting option will belong to.
|
2467
2517
|
# @param [String] targeting_type
|
2468
|
-
# Required. Identifies the type of this assigned targeting option.
|
2518
|
+
# Required. Identifies the type of this assigned targeting option. Supported
|
2519
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
2520
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
2521
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
2522
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
2523
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
2524
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
2525
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
2526
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
2527
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
2528
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
2529
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
2530
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
2531
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
2532
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
2533
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
2534
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
2535
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
2536
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
2537
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
2538
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
2539
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
2540
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2541
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2542
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2543
|
+
# TARGETING_TYPE_VIEWABILITY`
|
2469
2544
|
# @param [Google::Apis::DisplayvideoV2::AssignedTargetingOption] assigned_targeting_option_object
|
2470
2545
|
# @param [String] fields
|
2471
2546
|
# Selector specifying which fields to include in a partial response.
|
@@ -2507,7 +2582,32 @@ module Google
|
|
2507
2582
|
# @param [Fixnum] line_item_id
|
2508
2583
|
# Required. The ID of the line item the assigned targeting option belongs to.
|
2509
2584
|
# @param [String] targeting_type
|
2510
|
-
# Required. Identifies the type of this assigned targeting option.
|
2585
|
+
# Required. Identifies the type of this assigned targeting option. Supported
|
2586
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
2587
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
2588
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
2589
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
2590
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
2591
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
2592
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
2593
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
2594
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
2595
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
2596
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
2597
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
2598
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
2599
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
2600
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
2601
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
2602
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
2603
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
2604
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
2605
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
2606
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
2607
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2608
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2609
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2610
|
+
# TARGETING_TYPE_VIEWABILITY`
|
2511
2611
|
# @param [String] assigned_targeting_option_id
|
2512
2612
|
# Required. The ID of the assigned targeting option to delete.
|
2513
2613
|
# @param [String] fields
|
@@ -2546,7 +2646,35 @@ module Google
|
|
2546
2646
|
# @param [Fixnum] line_item_id
|
2547
2647
|
# Required. The ID of the line item the assigned targeting option belongs to.
|
2548
2648
|
# @param [String] targeting_type
|
2549
|
-
# Required. Identifies the type of this assigned targeting option.
|
2649
|
+
# Required. Identifies the type of this assigned targeting option. Supported
|
2650
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
2651
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
2652
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
2653
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
2654
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
2655
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
2656
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
2657
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
2658
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
2659
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
2660
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
2661
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
2662
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
2663
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
2664
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
2665
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
2666
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
2667
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
2668
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
2669
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
2670
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
2671
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2672
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2673
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2674
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
2675
|
+
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
2676
|
+
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
2677
|
+
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
2550
2678
|
# @param [String] assigned_targeting_option_id
|
2551
2679
|
# Required. An identifier unique to the targeting type in this line item that
|
2552
2680
|
# identifies the assigned targeting option being requested.
|
@@ -2586,7 +2714,35 @@ module Google
|
|
2586
2714
|
# @param [Fixnum] line_item_id
|
2587
2715
|
# Required. The ID of the line item to list assigned targeting options for.
|
2588
2716
|
# @param [String] targeting_type
|
2589
|
-
# Required. Identifies the type of assigned targeting options to list.
|
2717
|
+
# Required. Identifies the type of assigned targeting options to list. Supported
|
2718
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
2719
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
2720
|
+
# TARGETING_TYPE_AUDIO_CONTENT_TYPE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS`
|
2721
|
+
# * `TARGETING_TYPE_BROWSER` * `TARGETING_TYPE_BUSINESS_CHAIN` * `
|
2722
|
+
# TARGETING_TYPE_CARRIER_AND_ISP` * `TARGETING_TYPE_CATEGORY` * `
|
2723
|
+
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_CONTENT_DURATION` * `
|
2724
|
+
# TARGETING_TYPE_CONTENT_GENRE` * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` * `
|
2725
|
+
# TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` * `
|
2726
|
+
# TARGETING_TYPE_CONTENT_STREAM_TYPE` * `TARGETING_TYPE_DAY_AND_TIME` * `
|
2727
|
+
# TARGETING_TYPE_DEVICE_MAKE_MODEL` * `TARGETING_TYPE_DEVICE_TYPE` * `
|
2728
|
+
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_ENVIRONMENT`
|
2729
|
+
# * `TARGETING_TYPE_EXCHANGE` * `TARGETING_TYPE_GENDER` * `
|
2730
|
+
# TARGETING_TYPE_GEO_REGION` * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `
|
2731
|
+
# TARGETING_TYPE_INVENTORY_SOURCE` * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `
|
2732
|
+
# TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_LANGUAGE` * `
|
2733
|
+
# TARGETING_TYPE_NATIVE_CONTENT_POSITION` * `
|
2734
|
+
# TARGETING_TYPE_NEGATIVE_KEYWORD_LIST` * `TARGETING_TYPE_OMID` * `
|
2735
|
+
# TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_OPERATING_SYSTEM` * `
|
2736
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_POI` * `
|
2737
|
+
# TARGETING_TYPE_PROXIMITY_LOCATION_LIST` * `
|
2738
|
+
# TARGETING_TYPE_REGIONAL_LOCATION_LIST` * `
|
2739
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE` *
|
2740
|
+
# `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_URL` * `
|
2741
|
+
# TARGETING_TYPE_USER_REWARDED_CONTENT` * `TARGETING_TYPE_VIDEO_PLAYER_SIZE` * `
|
2742
|
+
# TARGETING_TYPE_VIEWABILITY` * `TARGETING_TYPE_YOUTUBE_CHANNEL` (only for `
|
2743
|
+
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items) * `
|
2744
|
+
# TARGETING_TYPE_YOUTUBE_VIDEO` (only for `
|
2745
|
+
# LINE_ITEM_TYPE_YOUTUBE_AND_PARTNERS_VIDEO_SEQUENCE` line items)
|
2590
2746
|
# @param [String] filter
|
2591
2747
|
# Allows filtering by assigned targeting option properties. Supported syntax: *
|
2592
2748
|
# Filter expressions are made up of one or more restrictions. * Restrictions can
|
@@ -3711,7 +3867,8 @@ module Google
|
|
3711
3867
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3712
3868
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3713
3869
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3714
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3870
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
|
3871
|
+
# `TARGETING_TYPE_YOUTUBE_CHANNEL`
|
3715
3872
|
# @param [String] assigned_targeting_option_id
|
3716
3873
|
# Required. An identifier unique to the targeting type in this advertiser that
|
3717
3874
|
# identifies the assigned targeting option being requested.
|
@@ -3751,7 +3908,8 @@ module Google
|
|
3751
3908
|
# Required. Identifies the type of assigned targeting options to list. Supported
|
3752
3909
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3753
3910
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3754
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3911
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` *
|
3912
|
+
# `TARGETING_TYPE_YOUTUBE_CHANNEL`
|
3755
3913
|
# @param [String] filter
|
3756
3914
|
# Allows filtering by assigned targeting option properties. Supported syntax: *
|
3757
3915
|
# Filter expressions are made up of one or more restrictions. * Restrictions can
|
@@ -3900,7 +4058,7 @@ module Google
|
|
3900
4058
|
end
|
3901
4059
|
|
3902
4060
|
# Lists assigned targeting options for multiple YouTube ad groups across
|
3903
|
-
# targeting types.
|
4061
|
+
# targeting types. Inherieted assigned targeting options are not included.
|
3904
4062
|
# @param [Fixnum] advertiser_id
|
3905
4063
|
# Required. The ID of the advertiser the line items belongs to.
|
3906
4064
|
# @param [String] filter
|
@@ -3920,7 +4078,7 @@ module Google
|
|
3920
4078
|
# be added to the field name. Example: `targetingType desc`.
|
3921
4079
|
# @param [Fixnum] page_size
|
3922
4080
|
# Requested page size. The size must be an integer between `1` and `5000`. If
|
3923
|
-
# unspecified, the default is
|
4081
|
+
# unspecified, the default is `5000`. Returns error code `INVALID_ARGUMENT` if
|
3924
4082
|
# an invalid value is specified.
|
3925
4083
|
# @param [String] page_token
|
3926
4084
|
# A token that lets the client fetch the next page of results. Typically, this
|
@@ -4058,19 +4216,20 @@ module Google
|
|
4058
4216
|
end
|
4059
4217
|
|
4060
4218
|
# Gets a single targeting option assigned to a YouTube ad group. Inherited
|
4061
|
-
# targeting
|
4219
|
+
# assigned targeting options are not included.
|
4062
4220
|
# @param [Fixnum] advertiser_id
|
4063
4221
|
# Required. The ID of the advertiser the ad group belongs to.
|
4064
4222
|
# @param [Fixnum] youtube_ad_group_id
|
4065
4223
|
# Required. The ID of the ad group the assigned targeting option belongs to.
|
4066
4224
|
# @param [String] targeting_type
|
4067
4225
|
# Required. Identifies the type of this assigned targeting option. Supported
|
4068
|
-
# targeting types include: * `
|
4069
|
-
#
|
4070
|
-
#
|
4071
|
-
# `
|
4072
|
-
#
|
4073
|
-
# TARGETING_TYPE_YOUTUBE_CHANNEL` * `
|
4226
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
4227
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
4228
|
+
# TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
|
4229
|
+
# TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `
|
4230
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `
|
4231
|
+
# TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
|
4232
|
+
# TARGETING_TYPE_YOUTUBE_VIDEO`
|
4074
4233
|
# @param [String] assigned_targeting_option_id
|
4075
4234
|
# Required. An identifier unique to the targeting type in this line item that
|
4076
4235
|
# identifies the assigned targeting option being requested.
|
@@ -4104,20 +4263,21 @@ module Google
|
|
4104
4263
|
execute_or_queue_command(command, &block)
|
4105
4264
|
end
|
4106
4265
|
|
4107
|
-
# Lists the targeting options assigned to a YouTube ad group. Inherited
|
4108
|
-
# targeting
|
4266
|
+
# Lists the targeting options assigned to a YouTube ad group. Inherited assigned
|
4267
|
+
# targeting options are not included.
|
4109
4268
|
# @param [Fixnum] advertiser_id
|
4110
4269
|
# Required. The ID of the advertiser the ad group belongs to.
|
4111
4270
|
# @param [Fixnum] youtube_ad_group_id
|
4112
4271
|
# Required. The ID of the ad group to list assigned targeting options for.
|
4113
4272
|
# @param [String] targeting_type
|
4114
4273
|
# Required. Identifies the type of assigned targeting options to list. Supported
|
4115
|
-
# targeting types include: * `
|
4116
|
-
#
|
4117
|
-
#
|
4118
|
-
# `
|
4119
|
-
#
|
4120
|
-
# TARGETING_TYPE_YOUTUBE_CHANNEL` * `
|
4274
|
+
# targeting types include: * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_APP` *
|
4275
|
+
# `TARGETING_TYPE_APP_CATEGORY` * `TARGETING_TYPE_AUDIENCE_GROUP` * `
|
4276
|
+
# TARGETING_TYPE_CATEGORY` * `TARGETING_TYPE_GENDER` * `
|
4277
|
+
# TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_KEYWORD` * `
|
4278
|
+
# TARGETING_TYPE_PARENTAL_STATUS` * `TARGETING_TYPE_SESSION_POSITION` * `
|
4279
|
+
# TARGETING_TYPE_URL` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `
|
4280
|
+
# TARGETING_TYPE_YOUTUBE_VIDEO`
|
4121
4281
|
# @param [String] filter
|
4122
4282
|
# Allows filtering by assigned targeting option properties. Supported syntax: *
|
4123
4283
|
# Filter expressions are made up of one or more restrictions. * Restrictions can
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-displayvideo_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|