google-apis-dfareporting_v4 0.25.0 → 0.26.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: a13291519e35bc72c88ad7c0cb1eecb2cf758195043693784a53f2f1dd1f735a
|
|
4
|
+
data.tar.gz: 39331f4250a038fabdfca934e879ccdb7806e58cf9b6ce0011e497fcfc59eeaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e63c52b1c8ab7f45370d172641e62d0c973d280b46ace28b92f10cb9a677145814c9141a9e893c92bb0c517aaf0fbfdeb2f8eaaf8e2588115143d5bfb524115
|
|
7
|
+
data.tar.gz: 624421ba6a280f238446dda6ee872a1b1cac6aeb096f593b6631c395798e0bcfb7ff3f1c8bd9e00c0a55d576c6186801fbbcb49fa7cb7c8f4ba86713d7b8c270
|
data/CHANGELOG.md
CHANGED
|
@@ -650,6 +650,11 @@ module Google
|
|
|
650
650
|
# @return [String]
|
|
651
651
|
attr_accessor :compatibility
|
|
652
652
|
|
|
653
|
+
# Contextual Keyword Targeting.
|
|
654
|
+
# Corresponds to the JSON property `contextualKeywordTargeting`
|
|
655
|
+
# @return [Google::Apis::DfareportingV4::ContextualKeywordTargeting]
|
|
656
|
+
attr_accessor :contextual_keyword_targeting
|
|
657
|
+
|
|
653
658
|
# Modification timestamp.
|
|
654
659
|
# Corresponds to the JSON property `createInfo`
|
|
655
660
|
# @return [Google::Apis::DfareportingV4::LastModifiedInfo]
|
|
@@ -820,6 +825,7 @@ module Google
|
|
|
820
825
|
@click_through_url_suffix_properties = args[:click_through_url_suffix_properties] if args.key?(:click_through_url_suffix_properties)
|
|
821
826
|
@comments = args[:comments] if args.key?(:comments)
|
|
822
827
|
@compatibility = args[:compatibility] if args.key?(:compatibility)
|
|
828
|
+
@contextual_keyword_targeting = args[:contextual_keyword_targeting] if args.key?(:contextual_keyword_targeting)
|
|
823
829
|
@create_info = args[:create_info] if args.key?(:create_info)
|
|
824
830
|
@creative_group_assignments = args[:creative_group_assignments] if args.key?(:creative_group_assignments)
|
|
825
831
|
@creative_rotation = args[:creative_rotation] if args.key?(:creative_rotation)
|
|
@@ -2859,6 +2865,44 @@ module Google
|
|
|
2859
2865
|
end
|
|
2860
2866
|
end
|
|
2861
2867
|
|
|
2868
|
+
# Contains information about a Contextual Keyword that can be targeted by ads.
|
|
2869
|
+
class ContextualKeyword
|
|
2870
|
+
include Google::Apis::Core::Hashable
|
|
2871
|
+
|
|
2872
|
+
# The keyword that can be targeted by ads.
|
|
2873
|
+
# Corresponds to the JSON property `keyword`
|
|
2874
|
+
# @return [String]
|
|
2875
|
+
attr_accessor :keyword
|
|
2876
|
+
|
|
2877
|
+
def initialize(**args)
|
|
2878
|
+
update!(**args)
|
|
2879
|
+
end
|
|
2880
|
+
|
|
2881
|
+
# Update properties of this object
|
|
2882
|
+
def update!(**args)
|
|
2883
|
+
@keyword = args[:keyword] if args.key?(:keyword)
|
|
2884
|
+
end
|
|
2885
|
+
end
|
|
2886
|
+
|
|
2887
|
+
# Contextual Keyword Targeting.
|
|
2888
|
+
class ContextualKeywordTargeting
|
|
2889
|
+
include Google::Apis::Core::Hashable
|
|
2890
|
+
|
|
2891
|
+
# Contextual keywords that this ad targets
|
|
2892
|
+
# Corresponds to the JSON property `keywords`
|
|
2893
|
+
# @return [Array<Google::Apis::DfareportingV4::ContextualKeyword>]
|
|
2894
|
+
attr_accessor :keywords
|
|
2895
|
+
|
|
2896
|
+
def initialize(**args)
|
|
2897
|
+
update!(**args)
|
|
2898
|
+
end
|
|
2899
|
+
|
|
2900
|
+
# Update properties of this object
|
|
2901
|
+
def update!(**args)
|
|
2902
|
+
@keywords = args[:keywords] if args.key?(:keywords)
|
|
2903
|
+
end
|
|
2904
|
+
end
|
|
2905
|
+
|
|
2862
2906
|
# A Conversion represents when a user successfully performs a desired action
|
|
2863
2907
|
# after seeing an ad.
|
|
2864
2908
|
class Conversion
|
|
@@ -9798,7 +9842,8 @@ module Google
|
|
|
9798
9842
|
# DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`,
|
|
9799
9843
|
# TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP *
|
|
9800
9844
|
# `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`,
|
|
9801
|
-
# Teads * `21`, Quantcast * `22`, Cognitiv
|
|
9845
|
+
# Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent
|
|
9846
|
+
# * `25`, Pulsepoint
|
|
9802
9847
|
# Corresponds to the JSON property `adServingPlatformId`
|
|
9803
9848
|
# @return [Fixnum]
|
|
9804
9849
|
attr_accessor :ad_serving_platform_id
|
|
@@ -12510,7 +12555,8 @@ module Google
|
|
|
12510
12555
|
# Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`,
|
|
12511
12556
|
# The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global *
|
|
12512
12557
|
# `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`,
|
|
12513
|
-
# Quantcast * `22`, Cognitiv
|
|
12558
|
+
# Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`,
|
|
12559
|
+
# Pulsepoint
|
|
12514
12560
|
# Corresponds to the JSON property `adServingPlatformId`
|
|
12515
12561
|
# @return [Fixnum]
|
|
12516
12562
|
attr_accessor :ad_serving_platform_id
|
|
@@ -13688,6 +13734,11 @@ module Google
|
|
|
13688
13734
|
# @return [Google::Apis::DfareportingV4::DimensionValue]
|
|
13689
13735
|
attr_accessor :advertiser_id_dimension_value
|
|
13690
13736
|
|
|
13737
|
+
# Contextual Keyword Targeting.
|
|
13738
|
+
# Corresponds to the JSON property `contextualKeywordTargeting`
|
|
13739
|
+
# @return [Google::Apis::DfareportingV4::ContextualKeywordTargeting]
|
|
13740
|
+
attr_accessor :contextual_keyword_targeting
|
|
13741
|
+
|
|
13691
13742
|
# Day Part Targeting.
|
|
13692
13743
|
# Corresponds to the JSON property `dayPartTargeting`
|
|
13693
13744
|
# @return [Google::Apis::DfareportingV4::DayPartTargeting]
|
|
@@ -13750,6 +13801,7 @@ module Google
|
|
|
13750
13801
|
@account_id = args[:account_id] if args.key?(:account_id)
|
|
13751
13802
|
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
|
13752
13803
|
@advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value)
|
|
13804
|
+
@contextual_keyword_targeting = args[:contextual_keyword_targeting] if args.key?(:contextual_keyword_targeting)
|
|
13753
13805
|
@day_part_targeting = args[:day_part_targeting] if args.key?(:day_part_targeting)
|
|
13754
13806
|
@geo_targeting = args[:geo_targeting] if args.key?(:geo_targeting)
|
|
13755
13807
|
@id = args[:id] if args.key?(:id)
|
|
@@ -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.26.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 = "20251023"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -346,6 +346,18 @@ module Google
|
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
|
347
347
|
end
|
|
348
348
|
|
|
349
|
+
class ContextualKeyword
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class ContextualKeywordTargeting
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
349
361
|
class Conversion
|
|
350
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
363
|
|
|
@@ -1859,6 +1871,8 @@ module Google
|
|
|
1859
1871
|
|
|
1860
1872
|
property :comments, as: 'comments'
|
|
1861
1873
|
property :compatibility, as: 'compatibility'
|
|
1874
|
+
property :contextual_keyword_targeting, as: 'contextualKeywordTargeting', class: Google::Apis::DfareportingV4::ContextualKeywordTargeting, decorator: Google::Apis::DfareportingV4::ContextualKeywordTargeting::Representation
|
|
1875
|
+
|
|
1862
1876
|
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV4::LastModifiedInfo, decorator: Google::Apis::DfareportingV4::LastModifiedInfo::Representation
|
|
1863
1877
|
|
|
1864
1878
|
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV4::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV4::CreativeGroupAssignment::Representation
|
|
@@ -2430,6 +2444,21 @@ module Google
|
|
|
2430
2444
|
end
|
|
2431
2445
|
end
|
|
2432
2446
|
|
|
2447
|
+
class ContextualKeyword
|
|
2448
|
+
# @private
|
|
2449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2450
|
+
property :keyword, as: 'keyword'
|
|
2451
|
+
end
|
|
2452
|
+
end
|
|
2453
|
+
|
|
2454
|
+
class ContextualKeywordTargeting
|
|
2455
|
+
# @private
|
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2457
|
+
collection :keywords, as: 'keywords', class: Google::Apis::DfareportingV4::ContextualKeyword, decorator: Google::Apis::DfareportingV4::ContextualKeyword::Representation
|
|
2458
|
+
|
|
2459
|
+
end
|
|
2460
|
+
end
|
|
2461
|
+
|
|
2433
2462
|
class Conversion
|
|
2434
2463
|
# @private
|
|
2435
2464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5135,6 +5164,8 @@ module Google
|
|
|
5135
5164
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
5136
5165
|
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV4::DimensionValue, decorator: Google::Apis::DfareportingV4::DimensionValue::Representation
|
|
5137
5166
|
|
|
5167
|
+
property :contextual_keyword_targeting, as: 'contextualKeywordTargeting', class: Google::Apis::DfareportingV4::ContextualKeywordTargeting, decorator: Google::Apis::DfareportingV4::ContextualKeywordTargeting::Representation
|
|
5168
|
+
|
|
5138
5169
|
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV4::DayPartTargeting, decorator: Google::Apis::DfareportingV4::DayPartTargeting::Representation
|
|
5139
5170
|
|
|
5140
5171
|
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV4::GeoTargeting, decorator: Google::Apis::DfareportingV4::GeoTargeting::Representation
|
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.26.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.26.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:
|