google-apis-dfareporting_v4 0.26.0 → 0.28.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: 616c06ea9f7661642dab98e7bead12957597698b1d1356804f68effe17499f8e
|
|
4
|
+
data.tar.gz: f6c8f172d4577304150acd8da0e7748f0f3eb26854f25928f8639647e49ab354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 986342a5b33d3a1a4704bf2c7f301452cf672ba5f34ebb971efc40bcabc3386cf7376053855c9ba6ea5a04ddaac3ef78c02d3289a102df7460b5e00d0abab1a0
|
|
7
|
+
data.tar.gz: 89fce5ae34ea998b86d53a51e5c912d9a45b03b21515143f2aeb9d26b572f87d2502de262bab69811202ec58861da1767540233ce6ad202f17fc03cb53d67f56
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dfareporting_v4
|
|
2
2
|
|
|
3
|
+
### v0.28.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260511
|
|
6
|
+
|
|
7
|
+
### v0.27.0 (2026-02-15)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260213
|
|
10
|
+
|
|
3
11
|
### v0.26.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251023
|
|
@@ -2105,10 +2105,10 @@ module Google
|
|
|
2105
2105
|
end
|
|
2106
2106
|
end
|
|
2107
2107
|
|
|
2108
|
-
#
|
|
2109
|
-
#
|
|
2110
|
-
#
|
|
2111
|
-
#
|
|
2108
|
+
# Contains additional information about cart data. This field may only be used
|
|
2109
|
+
# when calling batchinsert; it is not supported by batchupdate. Cart data
|
|
2110
|
+
# reporting is only supported in SA360. [Learn more](https://support.google.com/
|
|
2111
|
+
# sa360/topic/13425788)
|
|
2112
2112
|
class CartData
|
|
2113
2113
|
include Google::Apis::Core::Hashable
|
|
2114
2114
|
|
|
@@ -2913,10 +2913,10 @@ module Google
|
|
|
2913
2913
|
# @return [String]
|
|
2914
2914
|
attr_accessor :ad_user_data_consent
|
|
2915
2915
|
|
|
2916
|
-
#
|
|
2917
|
-
#
|
|
2918
|
-
#
|
|
2919
|
-
#
|
|
2916
|
+
# Contains additional information about cart data. This field may only be used
|
|
2917
|
+
# when calling batchinsert; it is not supported by batchupdate. Cart data
|
|
2918
|
+
# reporting is only supported in SA360. [Learn more](https://support.google.com/
|
|
2919
|
+
# sa360/topic/13425788)
|
|
2920
2920
|
# Corresponds to the JSON property `cartData`
|
|
2921
2921
|
# @return [Google::Apis::DfareportingV4::CartData]
|
|
2922
2922
|
attr_accessor :cart_data
|
|
@@ -5606,6 +5606,11 @@ module Google
|
|
|
5606
5606
|
class DependentFieldValue
|
|
5607
5607
|
include Google::Apis::Core::Hashable
|
|
5608
5608
|
|
|
5609
|
+
# Optional. The ID of the dynamic feed that value's field will match against.
|
|
5610
|
+
# Corresponds to the JSON property `dynamicFeedId`
|
|
5611
|
+
# @return [Fixnum]
|
|
5612
|
+
attr_accessor :dynamic_feed_id
|
|
5613
|
+
|
|
5609
5614
|
# Optional. The ID of the element that value's field will match against.
|
|
5610
5615
|
# Corresponds to the JSON property `elementId`
|
|
5611
5616
|
# @return [Fixnum]
|
|
@@ -5622,6 +5627,7 @@ module Google
|
|
|
5622
5627
|
|
|
5623
5628
|
# Update properties of this object
|
|
5624
5629
|
def update!(**args)
|
|
5630
|
+
@dynamic_feed_id = args[:dynamic_feed_id] if args.key?(:dynamic_feed_id)
|
|
5625
5631
|
@element_id = args[:element_id] if args.key?(:element_id)
|
|
5626
5632
|
@field_id = args[:field_id] if args.key?(:field_id)
|
|
5627
5633
|
end
|
|
@@ -6051,7 +6057,9 @@ module Google
|
|
|
6051
6057
|
end
|
|
6052
6058
|
end
|
|
6053
6059
|
|
|
6054
|
-
#
|
|
6060
|
+
# *Beta:* This API resource is available only to a very limited number of
|
|
6061
|
+
# customers. If you'd like to use this resource, please reach out to your Google
|
|
6062
|
+
# sales representative. Contains dynamic feed information.
|
|
6055
6063
|
class DynamicFeed
|
|
6056
6064
|
include Google::Apis::Core::Hashable
|
|
6057
6065
|
|
|
@@ -6142,12 +6150,14 @@ module Google
|
|
|
6142
6150
|
end
|
|
6143
6151
|
|
|
6144
6152
|
# Dynamic profile ID is required for dynamic feed insert as the current GPA API
|
|
6145
|
-
# only can create a dynamic feed under profile context,even though the
|
|
6146
|
-
# feed itself don't need the dynamic profile id.
|
|
6153
|
+
# only can create a dynamic feed under profile context,even though the dynamic
|
|
6154
|
+
# feed itself don't need the dynamic profile id.
|
|
6147
6155
|
class DynamicFeedsInsertRequest
|
|
6148
6156
|
include Google::Apis::Core::Hashable
|
|
6149
6157
|
|
|
6150
|
-
#
|
|
6158
|
+
# *Beta:* This API resource is available only to a very limited number of
|
|
6159
|
+
# customers. If you'd like to use this resource, please reach out to your Google
|
|
6160
|
+
# sales representative. Contains dynamic feed information.
|
|
6151
6161
|
# Corresponds to the JSON property `dynamicFeed`
|
|
6152
6162
|
# @return [Google::Apis::DfareportingV4::DynamicFeed]
|
|
6153
6163
|
attr_accessor :dynamic_feed
|
|
@@ -6168,7 +6178,9 @@ module Google
|
|
|
6168
6178
|
end
|
|
6169
6179
|
end
|
|
6170
6180
|
|
|
6171
|
-
#
|
|
6181
|
+
# *Beta:* This API resource is available only to a very limited number of
|
|
6182
|
+
# customers. If you'd like to use this resource, please reach out to your Google
|
|
6183
|
+
# sales representative. Contains dynamic profile information.
|
|
6172
6184
|
class DynamicProfile
|
|
6173
6185
|
include Google::Apis::Core::Hashable
|
|
6174
6186
|
|
|
@@ -6287,7 +6299,7 @@ module Google
|
|
|
6287
6299
|
class DynamicProfileGenerateCodeResponse
|
|
6288
6300
|
include Google::Apis::Core::Hashable
|
|
6289
6301
|
|
|
6290
|
-
# Generated code for the dynamic profile.
|
|
6302
|
+
# Generated code for the dynamic profile. The code will need to be unescaped.
|
|
6291
6303
|
# Corresponds to the JSON property `code`
|
|
6292
6304
|
# @return [String]
|
|
6293
6305
|
attr_accessor :code
|
|
@@ -13132,7 +13144,9 @@ module Google
|
|
|
13132
13144
|
end
|
|
13133
13145
|
end
|
|
13134
13146
|
|
|
13135
|
-
#
|
|
13147
|
+
# *Beta:* This API resource is available only to a very limited number of
|
|
13148
|
+
# customers. If you'd like to use this resource, please reach out to your Google
|
|
13149
|
+
# sales representative. Contains studio creative information.
|
|
13136
13150
|
class StudioCreative
|
|
13137
13151
|
include Google::Apis::Core::Hashable
|
|
13138
13152
|
|
|
@@ -13142,7 +13156,8 @@ module Google
|
|
|
13142
13156
|
# @return [Array<Fixnum>]
|
|
13143
13157
|
attr_accessor :asset_ids
|
|
13144
13158
|
|
|
13145
|
-
# Backup image asset ID of this studio creative.
|
|
13159
|
+
# Backup image asset ID of this studio creative. It is a required field on
|
|
13160
|
+
# insertion.
|
|
13146
13161
|
# Corresponds to the JSON property `backupImageAssetId`
|
|
13147
13162
|
# @return [Fixnum]
|
|
13148
13163
|
attr_accessor :backup_image_asset_id
|
|
@@ -13229,7 +13244,9 @@ module Google
|
|
|
13229
13244
|
end
|
|
13230
13245
|
end
|
|
13231
13246
|
|
|
13232
|
-
#
|
|
13247
|
+
# *Beta:* This API resource is available only to a very limited number of
|
|
13248
|
+
# customers. If you'd like to use this resource, please reach out to your Google
|
|
13249
|
+
# sales representative. Contains studio creative asset information.
|
|
13233
13250
|
class StudioCreativeAsset
|
|
13234
13251
|
include Google::Apis::Core::Hashable
|
|
13235
13252
|
|
|
@@ -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.28.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 = "20260511"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3077,6 +3077,7 @@ module Google
|
|
|
3077
3077
|
class DependentFieldValue
|
|
3078
3078
|
# @private
|
|
3079
3079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3080
|
+
property :dynamic_feed_id, :numeric_string => true, as: 'dynamicFeedId'
|
|
3080
3081
|
property :element_id, :numeric_string => true, as: 'elementId'
|
|
3081
3082
|
property :field_id, as: 'fieldId'
|
|
3082
3083
|
end
|
|
@@ -3769,7 +3769,8 @@ module Google
|
|
|
3769
3769
|
execute_or_queue_command(command, &block)
|
|
3770
3770
|
end
|
|
3771
3771
|
|
|
3772
|
-
# Retransforms a dynamic feed.
|
|
3772
|
+
# Retransforms a dynamic feed. Only draft feeds can be retransformed (i.e. the
|
|
3773
|
+
# feed has not been published).
|
|
3773
3774
|
# @param [Fixnum] dynamic_feed_id
|
|
3774
3775
|
# Required. Dynamic feed ID.
|
|
3775
3776
|
# @param [String] fields
|
|
@@ -3799,7 +3800,9 @@ module Google
|
|
|
3799
3800
|
execute_or_queue_command(command, &block)
|
|
3800
3801
|
end
|
|
3801
3802
|
|
|
3802
|
-
# Updates a new dynamic feed.
|
|
3803
|
+
# Updates a new dynamic feed. For draft feeds, only Element can be updated. For
|
|
3804
|
+
# published feeds, only FeedSchedule can be updated. Other fields will be
|
|
3805
|
+
# ignored.
|
|
3803
3806
|
# @param [Google::Apis::DfareportingV4::DynamicFeed] dynamic_feed_object
|
|
3804
3807
|
# @param [String] fields
|
|
3805
3808
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -3829,7 +3832,7 @@ module Google
|
|
|
3829
3832
|
execute_or_queue_command(command, &block)
|
|
3830
3833
|
end
|
|
3831
3834
|
|
|
3832
|
-
# Generates code for a dynamic profile.
|
|
3835
|
+
# Generates code for a dynamic profile, which will need unescaping.
|
|
3833
3836
|
# @param [Fixnum] dynamic_profile_id
|
|
3834
3837
|
# Required. Dynamic profile ID.
|
|
3835
3838
|
# @param [String] fields
|
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.28.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.28.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:
|