google-apis-displayvideo_v4 0.23.0 → 0.24.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 196f5f7287c0ac0372eb22414ea9ec685a1ef93ab4a14122d3d895c74a791d43
|
|
4
|
+
data.tar.gz: e3a0096f5b33fc276ef44cb8a8d516437ed7c092f7fa56f605f967fd21808b29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '079e01d025d2126ff3955d8074dae02f6c2ce20c7832567963e76f437bad310d605f1ecc2f12560cb22a86f65d57875a9201ebeb46207fa532a6134318b27413'
|
|
7
|
+
data.tar.gz: e5aed96c9594bdb58fc3eb11363b2546da472a1cc8c8551848962e8eccb7ad2cfb615a8c075ca2e9ba71270908c82fe13d372f95a92ffffee50c20b9813d316b
|
data/CHANGELOG.md
CHANGED
|
@@ -1327,6 +1327,21 @@ module Google
|
|
|
1327
1327
|
# @return [Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig]
|
|
1328
1328
|
attr_accessor :data_access_config
|
|
1329
1329
|
|
|
1330
|
+
# Optional. The default business name for the advertiser. This is the value used
|
|
1331
|
+
# by YouTube and Demand Gen ads under this advertiser if a business name is not
|
|
1332
|
+
# provided.
|
|
1333
|
+
# Corresponds to the JSON property `defaultBusinessName`
|
|
1334
|
+
# @return [String]
|
|
1335
|
+
attr_accessor :default_business_name
|
|
1336
|
+
|
|
1337
|
+
# Optional. The asset ID of the default logo image for the advertiser. This is
|
|
1338
|
+
# the asset ID that will be used by YouTube and Demand ads under this advertiser
|
|
1339
|
+
# if a logo asset is not provided. You must use advertisers.adAssets.upload to
|
|
1340
|
+
# upload this asset using the API.
|
|
1341
|
+
# Corresponds to the JSON property `defaultLogoAssetId`
|
|
1342
|
+
# @return [Fixnum]
|
|
1343
|
+
attr_accessor :default_logo_asset_id
|
|
1344
|
+
|
|
1330
1345
|
# Required. The display name of the advertiser. Must be UTF-8 encoded with a
|
|
1331
1346
|
# maximum size of 240 bytes.
|
|
1332
1347
|
# Corresponds to the JSON property `displayName`
|
|
@@ -1397,6 +1412,8 @@ module Google
|
|
|
1397
1412
|
@contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
|
|
1398
1413
|
@creative_config = args[:creative_config] if args.key?(:creative_config)
|
|
1399
1414
|
@data_access_config = args[:data_access_config] if args.key?(:data_access_config)
|
|
1415
|
+
@default_business_name = args[:default_business_name] if args.key?(:default_business_name)
|
|
1416
|
+
@default_logo_asset_id = args[:default_logo_asset_id] if args.key?(:default_logo_asset_id)
|
|
1400
1417
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1401
1418
|
@entity_status = args[:entity_status] if args.key?(:entity_status)
|
|
1402
1419
|
@general_config = args[:general_config] if args.key?(:general_config)
|
|
@@ -6590,9 +6607,9 @@ module Google
|
|
|
6590
6607
|
class DemandGenCarouselAd
|
|
6591
6608
|
include Google::Apis::Core::Hashable
|
|
6592
6609
|
|
|
6593
|
-
#
|
|
6594
|
-
#
|
|
6595
|
-
#
|
|
6610
|
+
# Optional. The business name shown on the ad. This setting is required unless a
|
|
6611
|
+
# default value is set at the advertiser level. If left unset, the default value
|
|
6612
|
+
# will be applied.
|
|
6596
6613
|
# Corresponds to the JSON property `businessName`
|
|
6597
6614
|
# @return [String]
|
|
6598
6615
|
attr_accessor :business_name
|
|
@@ -6667,9 +6684,9 @@ module Google
|
|
|
6667
6684
|
class DemandGenImageAd
|
|
6668
6685
|
include Google::Apis::Core::Hashable
|
|
6669
6686
|
|
|
6670
|
-
#
|
|
6671
|
-
#
|
|
6672
|
-
#
|
|
6687
|
+
# Optional. The business name shown on the ad. This setting is required unless a
|
|
6688
|
+
# default value is set at the advertiser level. If left unset, the default value
|
|
6689
|
+
# will be applied.
|
|
6673
6690
|
# Corresponds to the JSON property `businessName`
|
|
6674
6691
|
# @return [String]
|
|
6675
6692
|
attr_accessor :business_name
|
|
@@ -6712,9 +6729,9 @@ module Google
|
|
|
6712
6729
|
# @return [Array<String>]
|
|
6713
6730
|
attr_accessor :headlines
|
|
6714
6731
|
|
|
6715
|
-
# The list of logo images shown on the ad.
|
|
6716
|
-
#
|
|
6717
|
-
#
|
|
6732
|
+
# The list of logo images shown on the ad. This setting is required unless a
|
|
6733
|
+
# default value is set at the advertiser level. If left unset, the default value
|
|
6734
|
+
# will be applied.
|
|
6718
6735
|
# Corresponds to the JSON property `logoImages`
|
|
6719
6736
|
# @return [Array<Google::Apis::DisplayvideoV4::ImageAsset>]
|
|
6720
6737
|
attr_accessor :logo_images
|
|
@@ -6771,9 +6788,9 @@ module Google
|
|
|
6771
6788
|
class DemandGenProductAd
|
|
6772
6789
|
include Google::Apis::Core::Hashable
|
|
6773
6790
|
|
|
6774
|
-
#
|
|
6775
|
-
#
|
|
6776
|
-
#
|
|
6791
|
+
# Optional. The business name shown on the ad. This setting is required unless a
|
|
6792
|
+
# default value is set at the advertiser level. If left unset, the default value
|
|
6793
|
+
# will be applied.
|
|
6777
6794
|
# Corresponds to the JSON property `businessName`
|
|
6778
6795
|
# @return [String]
|
|
6779
6796
|
attr_accessor :business_name
|
|
@@ -6898,9 +6915,9 @@ module Google
|
|
|
6898
6915
|
class DemandGenVideoAd
|
|
6899
6916
|
include Google::Apis::Core::Hashable
|
|
6900
6917
|
|
|
6901
|
-
#
|
|
6902
|
-
#
|
|
6903
|
-
#
|
|
6918
|
+
# Optional. The business name shown on the ad. This setting is required unless a
|
|
6919
|
+
# default value is set at the advertiser level. If left unset, the default value
|
|
6920
|
+
# will be applied.
|
|
6904
6921
|
# Corresponds to the JSON property `businessName`
|
|
6905
6922
|
# @return [String]
|
|
6906
6923
|
attr_accessor :business_name
|
|
@@ -12687,10 +12704,10 @@ module Google
|
|
|
12687
12704
|
# @return [Array<String>]
|
|
12688
12705
|
attr_accessor :genders
|
|
12689
12706
|
|
|
12690
|
-
# Output only. Targetable
|
|
12691
|
-
# Corresponds to the JSON property `
|
|
12692
|
-
# @return [String]
|
|
12693
|
-
attr_accessor :
|
|
12707
|
+
# Output only. Targetable networks for the ad product.
|
|
12708
|
+
# Corresponds to the JSON property `networks`
|
|
12709
|
+
# @return [Array<String>]
|
|
12710
|
+
attr_accessor :networks
|
|
12694
12711
|
|
|
12695
12712
|
# Surface targeting rules.
|
|
12696
12713
|
# Corresponds to the JSON property `surfaceTargetingCombinations`
|
|
@@ -12712,7 +12729,7 @@ module Google
|
|
|
12712
12729
|
@default_youtube_select_lineup = args[:default_youtube_select_lineup] if args.key?(:default_youtube_select_lineup)
|
|
12713
12730
|
@devices = args[:devices] if args.key?(:devices)
|
|
12714
12731
|
@genders = args[:genders] if args.key?(:genders)
|
|
12715
|
-
@
|
|
12732
|
+
@networks = args[:networks] if args.key?(:networks)
|
|
12716
12733
|
@surface_targeting_combinations = args[:surface_targeting_combinations] if args.key?(:surface_targeting_combinations)
|
|
12717
12734
|
@youtube_select_lineups = args[:youtube_select_lineups] if args.key?(:youtube_select_lineups)
|
|
12718
12735
|
end
|
|
@@ -14521,9 +14538,7 @@ module Google
|
|
|
14521
14538
|
# Optional. The third-party vendors measuring brand lift. The following third-
|
|
14522
14539
|
# party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
|
|
14523
14540
|
# THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
|
|
14524
|
-
#
|
|
14525
|
-
# Starting **July 13, 2026**, this field will no longer support `
|
|
14526
|
-
# THIRD_PARTY_VENDOR_NIELSEN`.
|
|
14541
|
+
# THIRD_PARTY_VENDOR_MACROMILL`
|
|
14527
14542
|
# Corresponds to the JSON property `brandLiftVendorConfigs`
|
|
14528
14543
|
# @return [Array<Google::Apis::DisplayvideoV4::ThirdPartyVendorConfig>]
|
|
14529
14544
|
attr_accessor :brand_lift_vendor_configs
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DisplayvideoV4
|
|
18
18
|
# Version of the google-apis-displayvideo_v4 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.24.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260714"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2893,6 +2893,8 @@ module Google
|
|
|
2893
2893
|
|
|
2894
2894
|
property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserDataAccessConfig::Representation
|
|
2895
2895
|
|
|
2896
|
+
property :default_business_name, as: 'defaultBusinessName'
|
|
2897
|
+
property :default_logo_asset_id, :numeric_string => true, as: 'defaultLogoAssetId'
|
|
2896
2898
|
property :display_name, as: 'displayName'
|
|
2897
2899
|
property :entity_status, as: 'entityStatus'
|
|
2898
2900
|
property :general_config, as: 'generalConfig', class: Google::Apis::DisplayvideoV4::AdvertiserGeneralConfig, decorator: Google::Apis::DisplayvideoV4::AdvertiserGeneralConfig::Representation
|
|
@@ -5933,7 +5935,7 @@ module Google
|
|
|
5933
5935
|
|
|
5934
5936
|
collection :devices, as: 'devices'
|
|
5935
5937
|
collection :genders, as: 'genders'
|
|
5936
|
-
|
|
5938
|
+
collection :networks, as: 'networks'
|
|
5937
5939
|
property :surface_targeting_combinations, as: 'surfaceTargetingCombinations', class: Google::Apis::DisplayvideoV4::SurfaceTargetingCombinations, decorator: Google::Apis::DisplayvideoV4::SurfaceTargetingCombinations::Representation
|
|
5938
5940
|
|
|
5939
5941
|
collection :youtube_select_lineups, as: 'youtubeSelectLineups', class: Google::Apis::DisplayvideoV4::YouTubeSelectLineUp, decorator: Google::Apis::DisplayvideoV4::YouTubeSelectLineUp::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-displayvideo_v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.24.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|