google-apis-dfareporting_v4 0.22.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: ccbbfbf93801cea138049748b612b62359ab63923166940b76e3dd6bba46d27a
|
4
|
+
data.tar.gz: 06bb0c6aeb6f7ccaa96118701365c4a9557cf59e1fc39e57b27911d8e35109d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebf88cf80111e7946db3cf2b339630b213db1ff5c6e49f6d95b15ff153124422883562e95ba3d455230f03546b642176c2efb46e29f10a24f29b8a31215436ea
|
7
|
+
data.tar.gz: a6491990b42d19262fc49efa6656ee9336e21d6e498cd7df5064558997e27220b1014548fcc70a797de693f78095dfda7a132428f24f3bac15f823c92ea631eb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dfareporting_v4
|
2
2
|
|
3
|
+
### v0.24.0 (2025-09-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250902
|
6
|
+
|
7
|
+
### v0.23.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250828
|
10
|
+
|
3
11
|
### v0.22.0 (2025-08-03)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250722
|
@@ -1004,6 +1004,11 @@ module Google
|
|
1004
1004
|
# @return [String]
|
1005
1005
|
attr_accessor :default_email
|
1006
1006
|
|
1007
|
+
# Optional. Whether the advertiser plans to serve EU political ads.
|
1008
|
+
# Corresponds to the JSON property `euPoliticalAdsDeclaration`
|
1009
|
+
# @return [String]
|
1010
|
+
attr_accessor :eu_political_ads_declaration
|
1011
|
+
|
1007
1012
|
# Floodlight configuration ID of this advertiser. The floodlight configuration
|
1008
1013
|
# ID will be created automatically, so on insert this field should be left blank.
|
1009
1014
|
# This field can be set to another advertiser's floodlight configuration ID in
|
@@ -1086,6 +1091,7 @@ module Google
|
|
1086
1091
|
@click_through_url_suffix = args[:click_through_url_suffix] if args.key?(:click_through_url_suffix)
|
1087
1092
|
@default_click_through_event_tag_id = args[:default_click_through_event_tag_id] if args.key?(:default_click_through_event_tag_id)
|
1088
1093
|
@default_email = args[:default_email] if args.key?(:default_email)
|
1094
|
+
@eu_political_ads_declaration = args[:eu_political_ads_declaration] if args.key?(:eu_political_ads_declaration)
|
1089
1095
|
@floodlight_configuration_id = args[:floodlight_configuration_id] if args.key?(:floodlight_configuration_id)
|
1090
1096
|
@floodlight_configuration_id_dimension_value = args[:floodlight_configuration_id_dimension_value] if args.key?(:floodlight_configuration_id_dimension_value)
|
1091
1097
|
@id = args[:id] if args.key?(:id)
|
@@ -1862,6 +1868,13 @@ module Google
|
|
1862
1868
|
# @return [Date]
|
1863
1869
|
attr_accessor :end_date
|
1864
1870
|
|
1871
|
+
# Optional. Whether the campaign has EU political ads. Campaign Manager 360
|
1872
|
+
# doesn't allow campaigns with EU political ads to serve in the EU. They can
|
1873
|
+
# still serve in other regions.
|
1874
|
+
# Corresponds to the JSON property `euPoliticalAdsDeclaration`
|
1875
|
+
# @return [String]
|
1876
|
+
attr_accessor :eu_political_ads_declaration
|
1877
|
+
|
1865
1878
|
# Overrides that can be used to activate or deactivate advertiser event tags.
|
1866
1879
|
# Corresponds to the JSON property `eventTagOverrides`
|
1867
1880
|
# @return [Array<Google::Apis::DfareportingV4::EventTagOverride>]
|
@@ -1938,6 +1951,7 @@ module Google
|
|
1938
1951
|
@default_click_through_event_tag_properties = args[:default_click_through_event_tag_properties] if args.key?(:default_click_through_event_tag_properties)
|
1939
1952
|
@default_landing_page_id = args[:default_landing_page_id] if args.key?(:default_landing_page_id)
|
1940
1953
|
@end_date = args[:end_date] if args.key?(:end_date)
|
1954
|
+
@eu_political_ads_declaration = args[:eu_political_ads_declaration] if args.key?(:eu_political_ads_declaration)
|
1941
1955
|
@event_tag_overrides = args[:event_tag_overrides] if args.key?(:event_tag_overrides)
|
1942
1956
|
@external_id = args[:external_id] if args.key?(:external_id)
|
1943
1957
|
@id = args[:id] if args.key?(:id)
|
@@ -9754,6 +9768,12 @@ module Google
|
|
9754
9768
|
# @return [Google::Apis::DfareportingV4::DimensionValue]
|
9755
9769
|
attr_accessor :advertiser_id_dimension_value
|
9756
9770
|
|
9771
|
+
# Optional. Whether the placement is enabled for YouTube integration.
|
9772
|
+
# Corresponds to the JSON property `allowOnYoutube`
|
9773
|
+
# @return [Boolean]
|
9774
|
+
attr_accessor :allow_on_youtube
|
9775
|
+
alias_method :allow_on_youtube?, :allow_on_youtube
|
9776
|
+
|
9757
9777
|
# Campaign ID of this placement. This field is a required field on insertion.
|
9758
9778
|
# Corresponds to the JSON property `campaignId`
|
9759
9779
|
# @return [Fixnum]
|
@@ -9993,6 +10013,11 @@ module Google
|
|
9993
10013
|
attr_accessor :wrapping_opt_out
|
9994
10014
|
alias_method :wrapping_opt_out?, :wrapping_opt_out
|
9995
10015
|
|
10016
|
+
# Contains the YouTube settings.
|
10017
|
+
# Corresponds to the JSON property `youtubeSettings`
|
10018
|
+
# @return [Google::Apis::DfareportingV4::YoutubeSettings]
|
10019
|
+
attr_accessor :youtube_settings
|
10020
|
+
|
9996
10021
|
def initialize(**args)
|
9997
10022
|
update!(**args)
|
9998
10023
|
end
|
@@ -10006,6 +10031,7 @@ module Google
|
|
10006
10031
|
@additional_sizes = args[:additional_sizes] if args.key?(:additional_sizes)
|
10007
10032
|
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
10008
10033
|
@advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value)
|
10034
|
+
@allow_on_youtube = args[:allow_on_youtube] if args.key?(:allow_on_youtube)
|
10009
10035
|
@campaign_id = args[:campaign_id] if args.key?(:campaign_id)
|
10010
10036
|
@campaign_id_dimension_value = args[:campaign_id_dimension_value] if args.key?(:campaign_id_dimension_value)
|
10011
10037
|
@comment = args[:comment] if args.key?(:comment)
|
@@ -10045,6 +10071,7 @@ module Google
|
|
10045
10071
|
@video_settings = args[:video_settings] if args.key?(:video_settings)
|
10046
10072
|
@vpaid_adapter_choice = args[:vpaid_adapter_choice] if args.key?(:vpaid_adapter_choice)
|
10047
10073
|
@wrapping_opt_out = args[:wrapping_opt_out] if args.key?(:wrapping_opt_out)
|
10074
|
+
@youtube_settings = args[:youtube_settings] if args.key?(:youtube_settings)
|
10048
10075
|
end
|
10049
10076
|
end
|
10050
10077
|
|
@@ -14397,6 +14424,57 @@ module Google
|
|
14397
14424
|
@transcode_settings = args[:transcode_settings] if args.key?(:transcode_settings)
|
14398
14425
|
end
|
14399
14426
|
end
|
14427
|
+
|
14428
|
+
# Contains the YouTube settings.
|
14429
|
+
class YoutubeSettings
|
14430
|
+
include Google::Apis::Core::Hashable
|
14431
|
+
|
14432
|
+
# Optional. The IDs of the creatives to use for the business logo. Currently
|
14433
|
+
# only one creative is supported.
|
14434
|
+
# Corresponds to the JSON property `businessLogoCreativeIds`
|
14435
|
+
# @return [Array<Fixnum>]
|
14436
|
+
attr_accessor :business_logo_creative_ids
|
14437
|
+
|
14438
|
+
# Optional. The business name.
|
14439
|
+
# Corresponds to the JSON property `businessName`
|
14440
|
+
# @return [String]
|
14441
|
+
attr_accessor :business_name
|
14442
|
+
|
14443
|
+
# Optional. The call to actions. Currently only one call to action is supported.
|
14444
|
+
# Corresponds to the JSON property `callToActions`
|
14445
|
+
# @return [Array<String>]
|
14446
|
+
attr_accessor :call_to_actions
|
14447
|
+
|
14448
|
+
# Optional. The descriptions. Currently only one description is supported.
|
14449
|
+
# Corresponds to the JSON property `descriptions`
|
14450
|
+
# @return [Array<String>]
|
14451
|
+
attr_accessor :descriptions
|
14452
|
+
|
14453
|
+
# Optional. The headlines associated with the call to actions. Currently only
|
14454
|
+
# one headline is supported.
|
14455
|
+
# Corresponds to the JSON property `headlines`
|
14456
|
+
# @return [Array<String>]
|
14457
|
+
attr_accessor :headlines
|
14458
|
+
|
14459
|
+
# Optional. The long headlines. Currently only one long headline is supported.
|
14460
|
+
# Corresponds to the JSON property `longHeadlines`
|
14461
|
+
# @return [Array<String>]
|
14462
|
+
attr_accessor :long_headlines
|
14463
|
+
|
14464
|
+
def initialize(**args)
|
14465
|
+
update!(**args)
|
14466
|
+
end
|
14467
|
+
|
14468
|
+
# Update properties of this object
|
14469
|
+
def update!(**args)
|
14470
|
+
@business_logo_creative_ids = args[:business_logo_creative_ids] if args.key?(:business_logo_creative_ids)
|
14471
|
+
@business_name = args[:business_name] if args.key?(:business_name)
|
14472
|
+
@call_to_actions = args[:call_to_actions] if args.key?(:call_to_actions)
|
14473
|
+
@descriptions = args[:descriptions] if args.key?(:descriptions)
|
14474
|
+
@headlines = args[:headlines] if args.key?(:headlines)
|
14475
|
+
@long_headlines = args[:long_headlines] if args.key?(:long_headlines)
|
14476
|
+
end
|
14477
|
+
end
|
14400
14478
|
end
|
14401
14479
|
end
|
14402
14480
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DfareportingV4
|
18
18
|
# Version of the google-apis-dfareporting_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.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250902"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1660,6 +1660,12 @@ module Google
|
|
1660
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1661
|
end
|
1662
1662
|
|
1663
|
+
class YoutubeSettings
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1663
1669
|
class Account
|
1664
1670
|
# @private
|
1665
1671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1898,6 +1904,7 @@ module Google
|
|
1898
1904
|
property :click_through_url_suffix, as: 'clickThroughUrlSuffix'
|
1899
1905
|
property :default_click_through_event_tag_id, :numeric_string => true, as: 'defaultClickThroughEventTagId'
|
1900
1906
|
property :default_email, as: 'defaultEmail'
|
1907
|
+
property :eu_political_ads_declaration, as: 'euPoliticalAdsDeclaration'
|
1901
1908
|
property :floodlight_configuration_id, :numeric_string => true, as: 'floodlightConfigurationId'
|
1902
1909
|
property :floodlight_configuration_id_dimension_value, as: 'floodlightConfigurationIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
|
1903
1910
|
|
@@ -2118,6 +2125,7 @@ module Google
|
|
2118
2125
|
property :default_landing_page_id, :numeric_string => true, as: 'defaultLandingPageId'
|
2119
2126
|
property :end_date, as: 'endDate', type: Date
|
2120
2127
|
|
2128
|
+
property :eu_political_ads_declaration, as: 'euPoliticalAdsDeclaration'
|
2121
2129
|
collection :event_tag_overrides, as: 'eventTagOverrides', class: Google::Apis::DfareportingV4::EventTagOverride, decorator: Google::Apis::DfareportingV4::EventTagOverride::Representation
|
2122
2130
|
|
2123
2131
|
property :external_id, as: 'externalId'
|
@@ -4068,6 +4076,7 @@ module Google
|
|
4068
4076
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
4069
4077
|
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
|
4070
4078
|
|
4079
|
+
property :allow_on_youtube, as: 'allowOnYoutube'
|
4071
4080
|
property :campaign_id, :numeric_string => true, as: 'campaignId'
|
4072
4081
|
property :campaign_id_dimension_value, as: 'campaignIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
|
4073
4082
|
|
@@ -4122,6 +4131,8 @@ module Google
|
|
4122
4131
|
|
4123
4132
|
property :vpaid_adapter_choice, as: 'vpaidAdapterChoice'
|
4124
4133
|
property :wrapping_opt_out, as: 'wrappingOptOut'
|
4134
|
+
property :youtube_settings, as: 'youtubeSettings', class: Google::Apis::DfareportingV4::YoutubeSettings, decorator: Google::Apis::DfareportingV4::YoutubeSettings::Representation
|
4135
|
+
|
4125
4136
|
end
|
4126
4137
|
end
|
4127
4138
|
|
@@ -5284,6 +5295,18 @@ module Google
|
|
5284
5295
|
|
5285
5296
|
end
|
5286
5297
|
end
|
5298
|
+
|
5299
|
+
class YoutubeSettings
|
5300
|
+
# @private
|
5301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5302
|
+
collection :business_logo_creative_ids, as: 'businessLogoCreativeIds'
|
5303
|
+
property :business_name, as: 'businessName'
|
5304
|
+
collection :call_to_actions, as: 'callToActions'
|
5305
|
+
collection :descriptions, as: 'descriptions'
|
5306
|
+
collection :headlines, as: 'headlines'
|
5307
|
+
collection :long_headlines, as: 'longHeadlines'
|
5308
|
+
end
|
5309
|
+
end
|
5287
5310
|
end
|
5288
5311
|
end
|
5289
5312
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dfareporting_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-dfareporting_v4/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v4/v0.24.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v4
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|