google-apis-displayvideo_v2 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/displayvideo_v2/classes.rb +121 -70
- data/lib/google/apis/displayvideo_v2/gem_version.rb +2 -2
- data/lib/google/apis/displayvideo_v2/service.rb +186 -26
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 211b4024e5425588112e1ff371d2c08cd8b71c5884e58390a555dba89b971bfa
|
4
|
+
data.tar.gz: 6945956a44ba242bac39fd6f2b75d3e352ae4b49460386bb0a183741b9e74bc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cff24b0c1ca2b85c702385fa498d3e0f0c87ade1f2eb6f8bbf89d24a8bd79994054d96cbde78b4b7bed8c40998a777e0f7fe6ac6fc38447905a614e4e207cc4
|
7
|
+
data.tar.gz: 685fe68e1bfa820d0a6bac77dee36bbb0cb073a12237751119ee370542bf013b4ab8153814d546713593ded8b2722bece7ba442d6aea15b09d03b09b8eec3ad1
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -8392,7 +8442,7 @@ module Google
|
|
8392
8442
|
end
|
8393
8443
|
end
|
8394
8444
|
|
8395
|
-
#
|
8445
|
+
#
|
8396
8446
|
class ListYoutubeAdGroupAdsResponse
|
8397
8447
|
include Google::Apis::Core::Hashable
|
8398
8448
|
|
@@ -8628,16 +8678,16 @@ module Google
|
|
8628
8678
|
end
|
8629
8679
|
end
|
8630
8680
|
|
8631
|
-
#
|
8681
|
+
# Details for a Masthead Ad.
|
8632
8682
|
class MastheadAd
|
8633
8683
|
include Google::Apis::Core::Hashable
|
8634
8684
|
|
8635
|
-
#
|
8685
|
+
# The duration of time the video will autoplay.
|
8636
8686
|
# Corresponds to the JSON property `autoplayVideoDuration`
|
8637
8687
|
# @return [String]
|
8638
8688
|
attr_accessor :autoplay_video_duration
|
8639
8689
|
|
8640
|
-
#
|
8690
|
+
# The amount of time in milliseconds after which the video will start to play.
|
8641
8691
|
# Corresponds to the JSON property `autoplayVideoStartMillisecond`
|
8642
8692
|
# @return [Fixnum]
|
8643
8693
|
attr_accessor :autoplay_video_start_millisecond
|
@@ -8657,7 +8707,8 @@ module Google
|
|
8657
8707
|
# @return [String]
|
8658
8708
|
attr_accessor :call_to_action_tracking_url
|
8659
8709
|
|
8660
|
-
# The videos
|
8710
|
+
# The videos that appear next to the Masthead Ad on desktop. Can be no more than
|
8711
|
+
# two.
|
8661
8712
|
# Corresponds to the JSON property `companionYoutubeVideos`
|
8662
8713
|
# @return [Array<Google::Apis::DisplayvideoV2::YoutubeVideoDetails>]
|
8663
8714
|
attr_accessor :companion_youtube_videos
|
@@ -8679,12 +8730,12 @@ module Google
|
|
8679
8730
|
attr_accessor :show_channel_art
|
8680
8731
|
alias_method :show_channel_art?, :show_channel_art
|
8681
8732
|
|
8682
|
-
# Details of
|
8733
|
+
# Details of a YouTube video.
|
8683
8734
|
# Corresponds to the JSON property `video`
|
8684
8735
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
8685
8736
|
attr_accessor :video
|
8686
8737
|
|
8687
|
-
#
|
8738
|
+
# The aspect ratio of the autoplaying YouTube video on the Masthead.
|
8688
8739
|
# Corresponds to the JSON property `videoAspectRatio`
|
8689
8740
|
# @return [String]
|
8690
8741
|
attr_accessor :video_aspect_ratio
|
@@ -9022,16 +9073,16 @@ module Google
|
|
9022
9073
|
end
|
9023
9074
|
end
|
9024
9075
|
|
9025
|
-
#
|
9076
|
+
# Details for a non-skippable ad.
|
9026
9077
|
class NonSkippableAd
|
9027
9078
|
include Google::Apis::Core::Hashable
|
9028
9079
|
|
9029
|
-
#
|
9080
|
+
# Common attributes for in-stream, non-skippable and bumper ads.
|
9030
9081
|
# Corresponds to the JSON property `commonInStreamAttribute`
|
9031
9082
|
# @return [Google::Apis::DisplayvideoV2::CommonInStreamAttribute]
|
9032
9083
|
attr_accessor :common_in_stream_attribute
|
9033
9084
|
|
9034
|
-
# The custom parameters to pass custom values to tracking
|
9085
|
+
# The custom parameters to pass custom values to tracking URL template.
|
9035
9086
|
# Corresponds to the JSON property `customParameters`
|
9036
9087
|
# @return [Hash<String,String>]
|
9037
9088
|
attr_accessor :custom_parameters
|
@@ -9981,18 +10032,18 @@ module Google
|
|
9981
10032
|
class ProductFeedData
|
9982
10033
|
include Google::Apis::Core::Hashable
|
9983
10034
|
|
9984
|
-
#
|
10035
|
+
# Whether the product feed has opted-out of showing products.
|
9985
10036
|
# Corresponds to the JSON property `isFeedDisabled`
|
9986
10037
|
# @return [Boolean]
|
9987
10038
|
attr_accessor :is_feed_disabled
|
9988
10039
|
alias_method :is_feed_disabled?, :is_feed_disabled
|
9989
10040
|
|
9990
|
-
# A list of dimensions
|
10041
|
+
# A list of dimensions used to match products.
|
9991
10042
|
# Corresponds to the JSON property `productMatchDimensions`
|
9992
10043
|
# @return [Array<Google::Apis::DisplayvideoV2::ProductMatchDimension>]
|
9993
10044
|
attr_accessor :product_match_dimensions
|
9994
10045
|
|
9995
|
-
#
|
10046
|
+
# How products are selected by the product feed.
|
9996
10047
|
# Corresponds to the JSON property `productMatchType`
|
9997
10048
|
# @return [String]
|
9998
10049
|
attr_accessor :product_match_type
|
@@ -10009,7 +10060,7 @@ module Google
|
|
10009
10060
|
end
|
10010
10061
|
end
|
10011
10062
|
|
10012
|
-
#
|
10063
|
+
# A dimension used to match products.
|
10013
10064
|
class ProductMatchDimension
|
10014
10065
|
include Google::Apis::Core::Hashable
|
10015
10066
|
|
@@ -10018,7 +10069,7 @@ module Google
|
|
10018
10069
|
# @return [Google::Apis::DisplayvideoV2::CustomLabel]
|
10019
10070
|
attr_accessor :custom_label
|
10020
10071
|
|
10021
|
-
# The ID of the product offer to match
|
10072
|
+
# The ID of the product offer to match with a product with the same offer ID.
|
10022
10073
|
# Corresponds to the JSON property `productOfferId`
|
10023
10074
|
# @return [String]
|
10024
10075
|
attr_accessor :product_offer_id
|
@@ -11522,7 +11573,7 @@ module Google
|
|
11522
11573
|
end
|
11523
11574
|
end
|
11524
11575
|
|
11525
|
-
#
|
11576
|
+
# Details for a video discovery ad.
|
11526
11577
|
class VideoDiscoveryAd
|
11527
11578
|
include Google::Apis::Core::Hashable
|
11528
11579
|
|
@@ -11536,17 +11587,17 @@ module Google
|
|
11536
11587
|
# @return [String]
|
11537
11588
|
attr_accessor :description2
|
11538
11589
|
|
11539
|
-
# The headline of
|
11590
|
+
# The headline of ad.
|
11540
11591
|
# Corresponds to the JSON property `headline`
|
11541
11592
|
# @return [String]
|
11542
11593
|
attr_accessor :headline
|
11543
11594
|
|
11544
|
-
# Thumbnail image
|
11595
|
+
# Thumbnail image used in the ad.
|
11545
11596
|
# Corresponds to the JSON property `thumbnail`
|
11546
11597
|
# @return [String]
|
11547
11598
|
attr_accessor :thumbnail
|
11548
11599
|
|
11549
|
-
# Details of
|
11600
|
+
# Details of a YouTube video.
|
11550
11601
|
# Corresponds to the JSON property `video`
|
11551
11602
|
# @return [Google::Apis::DisplayvideoV2::YoutubeVideoDetails]
|
11552
11603
|
attr_accessor :video
|
@@ -11565,41 +11616,41 @@ module Google
|
|
11565
11616
|
end
|
11566
11617
|
end
|
11567
11618
|
|
11568
|
-
#
|
11619
|
+
# Details for a video performance ad.
|
11569
11620
|
class VideoPerformanceAd
|
11570
11621
|
include Google::Apis::Core::Hashable
|
11571
11622
|
|
11572
|
-
# The list of text assets
|
11623
|
+
# The list of text assets shown on the call-to-action button.
|
11573
11624
|
# Corresponds to the JSON property `actionButtonLabels`
|
11574
11625
|
# @return [Array<String>]
|
11575
11626
|
attr_accessor :action_button_labels
|
11576
11627
|
|
11577
|
-
# The list of companion banners
|
11628
|
+
# The list of companion banners used by this ad.
|
11578
11629
|
# Corresponds to the JSON property `companionBanners`
|
11579
11630
|
# @return [Array<Google::Apis::DisplayvideoV2::ImageAsset>]
|
11580
11631
|
attr_accessor :companion_banners
|
11581
11632
|
|
11582
|
-
# The custom parameters to pass custom values to tracking
|
11633
|
+
# The custom parameters to pass custom values to tracking URL template.
|
11583
11634
|
# Corresponds to the JSON property `customParameters`
|
11584
11635
|
# @return [Hash<String,String>]
|
11585
11636
|
attr_accessor :custom_parameters
|
11586
11637
|
|
11587
|
-
# The list of descriptions
|
11638
|
+
# The list of descriptions shown on the call-to-action banner.
|
11588
11639
|
# Corresponds to the JSON property `descriptions`
|
11589
11640
|
# @return [Array<String>]
|
11590
11641
|
attr_accessor :descriptions
|
11591
11642
|
|
11592
|
-
# The first piece after the domain in the display
|
11643
|
+
# The first piece after the domain in the display URL.
|
11593
11644
|
# Corresponds to the JSON property `displayUrlBreadcrumb1`
|
11594
11645
|
# @return [String]
|
11595
11646
|
attr_accessor :display_url_breadcrumb1
|
11596
11647
|
|
11597
|
-
# The second piece after the domain in the display
|
11648
|
+
# The second piece after the domain in the display URL.
|
11598
11649
|
# Corresponds to the JSON property `displayUrlBreadcrumb2`
|
11599
11650
|
# @return [String]
|
11600
11651
|
attr_accessor :display_url_breadcrumb2
|
11601
11652
|
|
11602
|
-
# The domain of the display
|
11653
|
+
# The domain of the display URL.
|
11603
11654
|
# Corresponds to the JSON property `domain`
|
11604
11655
|
# @return [String]
|
11605
11656
|
attr_accessor :domain
|
@@ -11609,22 +11660,22 @@ module Google
|
|
11609
11660
|
# @return [String]
|
11610
11661
|
attr_accessor :final_url
|
11611
11662
|
|
11612
|
-
# The list of headlines
|
11663
|
+
# The list of headlines shown on the call-to-action banner.
|
11613
11664
|
# Corresponds to the JSON property `headlines`
|
11614
11665
|
# @return [Array<String>]
|
11615
11666
|
attr_accessor :headlines
|
11616
11667
|
|
11617
|
-
# The list of lone headlines
|
11668
|
+
# The list of lone headlines shown on the call-to-action banner.
|
11618
11669
|
# Corresponds to the JSON property `longHeadlines`
|
11619
11670
|
# @return [Array<String>]
|
11620
11671
|
attr_accessor :long_headlines
|
11621
11672
|
|
11622
|
-
# The URL address
|
11673
|
+
# The URL address loaded in the background for tracking purposes.
|
11623
11674
|
# Corresponds to the JSON property `trackingUrl`
|
11624
11675
|
# @return [String]
|
11625
11676
|
attr_accessor :tracking_url
|
11626
11677
|
|
11627
|
-
# The list of YouTube video assets
|
11678
|
+
# The list of YouTube video assets used by this ad.
|
11628
11679
|
# Corresponds to the JSON property `videos`
|
11629
11680
|
# @return [Array<Google::Apis::DisplayvideoV2::YoutubeVideoDetails>]
|
11630
11681
|
attr_accessor :videos
|
@@ -11740,7 +11791,7 @@ module Google
|
|
11740
11791
|
class YoutubeAdGroup
|
11741
11792
|
include Google::Apis::Core::Hashable
|
11742
11793
|
|
11743
|
-
# The format of the ad group.
|
11794
|
+
# The format of the ads in the ad group.
|
11744
11795
|
# Corresponds to the JSON property `adGroupFormat`
|
11745
11796
|
# @return [String]
|
11746
11797
|
attr_accessor :ad_group_format
|
@@ -11798,7 +11849,7 @@ module Google
|
|
11798
11849
|
# @return [Google::Apis::DisplayvideoV2::TargetingExpansionConfig]
|
11799
11850
|
attr_accessor :targeting_expansion
|
11800
11851
|
|
11801
|
-
# The IDs of the
|
11852
|
+
# The IDs of the youtube_ad_group_ad resources associated with the ad group.
|
11802
11853
|
# Corresponds to the JSON property `youtubeAdIds`
|
11803
11854
|
# @return [Array<Fixnum>]
|
11804
11855
|
attr_accessor :youtube_ad_ids
|
@@ -11823,82 +11874,82 @@ module Google
|
|
11823
11874
|
end
|
11824
11875
|
end
|
11825
11876
|
|
11826
|
-
# A single
|
11877
|
+
# A single ad associated with a YouTube ad group.
|
11827
11878
|
class YoutubeAdGroupAd
|
11828
11879
|
include Google::Apis::Core::Hashable
|
11829
11880
|
|
11830
|
-
# The unique ID of the ad
|
11881
|
+
# The unique ID of the ad. Assigned by the system.
|
11831
11882
|
# Corresponds to the JSON property `adGroupAdId`
|
11832
11883
|
# @return [Fixnum]
|
11833
11884
|
attr_accessor :ad_group_ad_id
|
11834
11885
|
|
11835
|
-
# The unique ID of the ad group that the ad
|
11886
|
+
# The unique ID of the ad group that the ad belongs to.
|
11836
11887
|
# Corresponds to the JSON property `adGroupId`
|
11837
11888
|
# @return [Fixnum]
|
11838
11889
|
attr_accessor :ad_group_id
|
11839
11890
|
|
11840
|
-
#
|
11891
|
+
# List of URLs used by the ad.
|
11841
11892
|
# Corresponds to the JSON property `adUrls`
|
11842
11893
|
# @return [Array<Google::Apis::DisplayvideoV2::AdUrl>]
|
11843
11894
|
attr_accessor :ad_urls
|
11844
11895
|
|
11845
|
-
# The unique ID of the advertiser the ad
|
11896
|
+
# The unique ID of the advertiser the ad belongs to.
|
11846
11897
|
# Corresponds to the JSON property `advertiserId`
|
11847
11898
|
# @return [Fixnum]
|
11848
11899
|
attr_accessor :advertiser_id
|
11849
11900
|
|
11850
|
-
#
|
11901
|
+
# Details for an audio ad.
|
11851
11902
|
# Corresponds to the JSON property `audioAd`
|
11852
11903
|
# @return [Google::Apis::DisplayvideoV2::AudioAd]
|
11853
11904
|
attr_accessor :audio_ad
|
11854
11905
|
|
11855
|
-
#
|
11906
|
+
# Details for a bumper ad.
|
11856
11907
|
# Corresponds to the JSON property `bumperAd`
|
11857
11908
|
# @return [Google::Apis::DisplayvideoV2::BumperAd]
|
11858
11909
|
attr_accessor :bumper_ad
|
11859
11910
|
|
11860
|
-
# The display name of the ad
|
11861
|
-
#
|
11911
|
+
# The display name of the ad. Must be UTF-8 encoded with a maximum size of 255
|
11912
|
+
# bytes.
|
11862
11913
|
# Corresponds to the JSON property `displayName`
|
11863
11914
|
# @return [String]
|
11864
11915
|
attr_accessor :display_name
|
11865
11916
|
|
11866
|
-
# The ad
|
11917
|
+
# The ad sourced from a DV360 creative.
|
11867
11918
|
# Corresponds to the JSON property `displayVideoSourceAd`
|
11868
11919
|
# @return [Google::Apis::DisplayvideoV2::DisplayVideoSourceAd]
|
11869
11920
|
attr_accessor :display_video_source_ad
|
11870
11921
|
|
11871
|
-
# The entity status of the ad
|
11922
|
+
# The entity status of the ad.
|
11872
11923
|
# Corresponds to the JSON property `entityStatus`
|
11873
11924
|
# @return [String]
|
11874
11925
|
attr_accessor :entity_status
|
11875
11926
|
|
11876
|
-
#
|
11927
|
+
# Details for an in-stream ad.
|
11877
11928
|
# Corresponds to the JSON property `inStreamAd`
|
11878
11929
|
# @return [Google::Apis::DisplayvideoV2::InStreamAd]
|
11879
11930
|
attr_accessor :in_stream_ad
|
11880
11931
|
|
11881
|
-
#
|
11932
|
+
# Details for a Masthead Ad.
|
11882
11933
|
# Corresponds to the JSON property `mastheadAd`
|
11883
11934
|
# @return [Google::Apis::DisplayvideoV2::MastheadAd]
|
11884
11935
|
attr_accessor :masthead_ad
|
11885
11936
|
|
11886
|
-
# The resource name of the ad
|
11937
|
+
# The resource name of the ad.
|
11887
11938
|
# Corresponds to the JSON property `name`
|
11888
11939
|
# @return [String]
|
11889
11940
|
attr_accessor :name
|
11890
11941
|
|
11891
|
-
#
|
11942
|
+
# Details for a non-skippable ad.
|
11892
11943
|
# Corresponds to the JSON property `nonSkippableAd`
|
11893
11944
|
# @return [Google::Apis::DisplayvideoV2::NonSkippableAd]
|
11894
11945
|
attr_accessor :non_skippable_ad
|
11895
11946
|
|
11896
|
-
#
|
11947
|
+
# Details for a video discovery ad.
|
11897
11948
|
# Corresponds to the JSON property `videoDiscoverAd`
|
11898
11949
|
# @return [Google::Apis::DisplayvideoV2::VideoDiscoveryAd]
|
11899
11950
|
attr_accessor :video_discover_ad
|
11900
11951
|
|
11901
|
-
#
|
11952
|
+
# Details for a video performance ad.
|
11902
11953
|
# Corresponds to the JSON property `videoPerformanceAd`
|
11903
11954
|
# @return [Google::Apis::DisplayvideoV2::VideoPerformanceAd]
|
11904
11955
|
attr_accessor :video_performance_ad
|
@@ -12220,11 +12271,11 @@ module Google
|
|
12220
12271
|
end
|
12221
12272
|
end
|
12222
12273
|
|
12223
|
-
# Details of
|
12274
|
+
# Details of a YouTube video.
|
12224
12275
|
class YoutubeVideoDetails
|
12225
12276
|
include Google::Apis::Core::Hashable
|
12226
12277
|
|
12227
|
-
# The ID which can be searched on YouTube webpage.
|
12278
|
+
# The YouTube video ID which can be searched on YouTube webpage.
|
12228
12279
|
# Corresponds to the JSON property `id`
|
12229
12280
|
# @return [String]
|
12230
12281
|
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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230209"
|
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.11.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-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.11.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: []
|