google-apis-dfareporting_v5 0.3.0 → 0.4.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: 44f149e565061a1d896b5fb57b4f5e21ca133cf9b63d6f25debd96a186804a0e
|
|
4
|
+
data.tar.gz: d152b823d45cacfa2dbeec2987e61ef995fd8cfadad42aa153eced0499372cce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e88cb22fa1b80ada015a984113fda17d040b1059e8231c4074d433c3e48a3ffdade0762b4a768fd55eb5f12b9e532ed0a230e8a05205d9ecb093a61b074c6c8
|
|
7
|
+
data.tar.gz: 8e49ed1dc0ed93c82becc4089bd5306ad25575fd65195cd8770258ebdee16503530e85f9ab6838840db687266611e7a4af6338f6ddb86af6fc9aa1bae216c932
|
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::DfareportingV5::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::DfareportingV5::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)
|
|
@@ -2793,6 +2799,44 @@ module Google
|
|
|
2793
2799
|
end
|
|
2794
2800
|
end
|
|
2795
2801
|
|
|
2802
|
+
# Contains information about a Contextual Keyword that can be targeted by ads.
|
|
2803
|
+
class ContextualKeyword
|
|
2804
|
+
include Google::Apis::Core::Hashable
|
|
2805
|
+
|
|
2806
|
+
# The keyword that can be targeted by ads.
|
|
2807
|
+
# Corresponds to the JSON property `keyword`
|
|
2808
|
+
# @return [String]
|
|
2809
|
+
attr_accessor :keyword
|
|
2810
|
+
|
|
2811
|
+
def initialize(**args)
|
|
2812
|
+
update!(**args)
|
|
2813
|
+
end
|
|
2814
|
+
|
|
2815
|
+
# Update properties of this object
|
|
2816
|
+
def update!(**args)
|
|
2817
|
+
@keyword = args[:keyword] if args.key?(:keyword)
|
|
2818
|
+
end
|
|
2819
|
+
end
|
|
2820
|
+
|
|
2821
|
+
# Contextual Keyword Targeting.
|
|
2822
|
+
class ContextualKeywordTargeting
|
|
2823
|
+
include Google::Apis::Core::Hashable
|
|
2824
|
+
|
|
2825
|
+
# Contextual keywords that this ad targets
|
|
2826
|
+
# Corresponds to the JSON property `keywords`
|
|
2827
|
+
# @return [Array<Google::Apis::DfareportingV5::ContextualKeyword>]
|
|
2828
|
+
attr_accessor :keywords
|
|
2829
|
+
|
|
2830
|
+
def initialize(**args)
|
|
2831
|
+
update!(**args)
|
|
2832
|
+
end
|
|
2833
|
+
|
|
2834
|
+
# Update properties of this object
|
|
2835
|
+
def update!(**args)
|
|
2836
|
+
@keywords = args[:keywords] if args.key?(:keywords)
|
|
2837
|
+
end
|
|
2838
|
+
end
|
|
2839
|
+
|
|
2796
2840
|
# A Conversion represents when a user successfully performs a desired action
|
|
2797
2841
|
# after seeing an ad.
|
|
2798
2842
|
class Conversion
|
|
@@ -9269,7 +9313,8 @@ module Google
|
|
|
9269
9313
|
# DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`,
|
|
9270
9314
|
# TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP *
|
|
9271
9315
|
# `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`,
|
|
9272
|
-
# Teads * `21`, Quantcast * `22`, Cognitiv
|
|
9316
|
+
# Teads * `21`, Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent
|
|
9317
|
+
# * `25`, Pulsepoint
|
|
9273
9318
|
# Corresponds to the JSON property `adServingPlatformId`
|
|
9274
9319
|
# @return [Fixnum]
|
|
9275
9320
|
attr_accessor :ad_serving_platform_id
|
|
@@ -11637,7 +11682,8 @@ module Google
|
|
|
11637
11682
|
# Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`,
|
|
11638
11683
|
# The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global *
|
|
11639
11684
|
# `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`,
|
|
11640
|
-
# Quantcast * `22`, Cognitiv
|
|
11685
|
+
# Quantcast * `22`, Cognitiv * `23`, AdTheorent * `24`, DeepIntent * `25`,
|
|
11686
|
+
# Pulsepoint
|
|
11641
11687
|
# Corresponds to the JSON property `adServingPlatformId`
|
|
11642
11688
|
# @return [Fixnum]
|
|
11643
11689
|
attr_accessor :ad_serving_platform_id
|
|
@@ -12815,6 +12861,11 @@ module Google
|
|
|
12815
12861
|
# @return [Google::Apis::DfareportingV5::DimensionValue]
|
|
12816
12862
|
attr_accessor :advertiser_id_dimension_value
|
|
12817
12863
|
|
|
12864
|
+
# Contextual Keyword Targeting.
|
|
12865
|
+
# Corresponds to the JSON property `contextualKeywordTargeting`
|
|
12866
|
+
# @return [Google::Apis::DfareportingV5::ContextualKeywordTargeting]
|
|
12867
|
+
attr_accessor :contextual_keyword_targeting
|
|
12868
|
+
|
|
12818
12869
|
# Day Part Targeting.
|
|
12819
12870
|
# Corresponds to the JSON property `dayPartTargeting`
|
|
12820
12871
|
# @return [Google::Apis::DfareportingV5::DayPartTargeting]
|
|
@@ -12877,6 +12928,7 @@ module Google
|
|
|
12877
12928
|
@account_id = args[:account_id] if args.key?(:account_id)
|
|
12878
12929
|
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
|
12879
12930
|
@advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value)
|
|
12931
|
+
@contextual_keyword_targeting = args[:contextual_keyword_targeting] if args.key?(:contextual_keyword_targeting)
|
|
12880
12932
|
@day_part_targeting = args[:day_part_targeting] if args.key?(:day_part_targeting)
|
|
12881
12933
|
@geo_targeting = args[:geo_targeting] if args.key?(:geo_targeting)
|
|
12882
12934
|
@id = args[:id] if args.key?(:id)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DfareportingV5
|
|
18
18
|
# Version of the google-apis-dfareporting_v5 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.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
|
|
@@ -340,6 +340,18 @@ module Google
|
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
|
341
341
|
end
|
|
342
342
|
|
|
343
|
+
class ContextualKeyword
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class ContextualKeywordTargeting
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
343
355
|
class Conversion
|
|
344
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
357
|
|
|
@@ -1781,6 +1793,8 @@ module Google
|
|
|
1781
1793
|
|
|
1782
1794
|
property :comments, as: 'comments'
|
|
1783
1795
|
property :compatibility, as: 'compatibility'
|
|
1796
|
+
property :contextual_keyword_targeting, as: 'contextualKeywordTargeting', class: Google::Apis::DfareportingV5::ContextualKeywordTargeting, decorator: Google::Apis::DfareportingV5::ContextualKeywordTargeting::Representation
|
|
1797
|
+
|
|
1784
1798
|
property :create_info, as: 'createInfo', class: Google::Apis::DfareportingV5::LastModifiedInfo, decorator: Google::Apis::DfareportingV5::LastModifiedInfo::Representation
|
|
1785
1799
|
|
|
1786
1800
|
collection :creative_group_assignments, as: 'creativeGroupAssignments', class: Google::Apis::DfareportingV5::CreativeGroupAssignment, decorator: Google::Apis::DfareportingV5::CreativeGroupAssignment::Representation
|
|
@@ -2338,6 +2352,21 @@ module Google
|
|
|
2338
2352
|
end
|
|
2339
2353
|
end
|
|
2340
2354
|
|
|
2355
|
+
class ContextualKeyword
|
|
2356
|
+
# @private
|
|
2357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2358
|
+
property :keyword, as: 'keyword'
|
|
2359
|
+
end
|
|
2360
|
+
end
|
|
2361
|
+
|
|
2362
|
+
class ContextualKeywordTargeting
|
|
2363
|
+
# @private
|
|
2364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2365
|
+
collection :keywords, as: 'keywords', class: Google::Apis::DfareportingV5::ContextualKeyword, decorator: Google::Apis::DfareportingV5::ContextualKeyword::Representation
|
|
2366
|
+
|
|
2367
|
+
end
|
|
2368
|
+
end
|
|
2369
|
+
|
|
2341
2370
|
class Conversion
|
|
2342
2371
|
# @private
|
|
2343
2372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4848,6 +4877,8 @@ module Google
|
|
|
4848
4877
|
property :advertiser_id, :numeric_string => true, as: 'advertiserId'
|
|
4849
4878
|
property :advertiser_id_dimension_value, as: 'advertiserIdDimensionValue', class: Google::Apis::DfareportingV5::DimensionValue, decorator: Google::Apis::DfareportingV5::DimensionValue::Representation
|
|
4850
4879
|
|
|
4880
|
+
property :contextual_keyword_targeting, as: 'contextualKeywordTargeting', class: Google::Apis::DfareportingV5::ContextualKeywordTargeting, decorator: Google::Apis::DfareportingV5::ContextualKeywordTargeting::Representation
|
|
4881
|
+
|
|
4851
4882
|
property :day_part_targeting, as: 'dayPartTargeting', class: Google::Apis::DfareportingV5::DayPartTargeting, decorator: Google::Apis::DfareportingV5::DayPartTargeting::Representation
|
|
4852
4883
|
|
|
4853
4884
|
property :geo_targeting, as: 'geoTargeting', class: Google::Apis::DfareportingV5::GeoTargeting, decorator: Google::Apis::DfareportingV5::GeoTargeting::Representation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dfareporting_v5
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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_v5/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v5/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dfareporting_v5/v0.4.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dfareporting_v5
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|