google-apis-merchantapi_conversions_v1beta 0.5.0 → 0.6.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: 2b1d62a088544b6587dc638a43eff3e9f1d357b6e196df99bf6d986222425793
|
4
|
+
data.tar.gz: 2a7f0e8abcd2378b4fb082c197e6bce3d747f61278465be51e4d92ec92da12f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa484f5c6831b5df46bf990d85f0e3e904837903476fc2903f48d8e65a780b48d202b2cc738b2602322bf2696674c5a5ed0bc2c91fccf13e3b6e61c0bc877360
|
7
|
+
data.tar.gz: 52bb4eaa4651624f4c239c5f64399c8167171d8a9c19c3c2d0e99eba0f570923cd14627f07b5be81daa372f1c5595c8aa93b904c4f6644fa236ad429e923229a
|
data/CHANGELOG.md
CHANGED
@@ -27,13 +27,13 @@ module Google
|
|
27
27
|
class AttributionSettings
|
28
28
|
include Google::Apis::Core::Hashable
|
29
29
|
|
30
|
-
# Required. Lookback
|
31
|
-
# Supported values are 7
|
30
|
+
# Required. Lookback window (in days) used for attribution in this source.
|
31
|
+
# Supported values are `7`, `30` & `40`.
|
32
32
|
# Corresponds to the JSON property `attributionLookbackWindowDays`
|
33
33
|
# @return [Fixnum]
|
34
34
|
attr_accessor :attribution_lookback_window_days
|
35
35
|
|
36
|
-
#
|
36
|
+
# Required. Attribution model.
|
37
37
|
# Corresponds to the JSON property `attributionModel`
|
38
38
|
# @return [String]
|
39
39
|
attr_accessor :attribution_model
|
@@ -87,12 +87,12 @@ module Google
|
|
87
87
|
attr_accessor :merchant_center_destination
|
88
88
|
|
89
89
|
# Output only. Identifier. Generated by the Content API upon creation of a new `
|
90
|
-
# ConversionSource`. Format: [a-z]`4
|
91
|
-
# represent the type of
|
92
|
-
# ID of the conversion source within that type. The ID of two different
|
90
|
+
# ConversionSource`. Format: `[a-z]`4`:.+` The four characters before the colon
|
91
|
+
# represent the type of conversion source. Content after the colon represents
|
92
|
+
# the ID of the conversion source within that type. The ID of two different
|
93
93
|
# conversion sources might be the same across different types. The following
|
94
|
-
# type prefixes are supported:
|
95
|
-
# For MerchantCenterDestination sources.
|
94
|
+
# type prefixes are supported: * `galk`: For GoogleAnalyticsLink sources. * `
|
95
|
+
# mcdn`: For MerchantCenterDestination sources.
|
96
96
|
# Corresponds to the JSON property `name`
|
97
97
|
# @return [String]
|
98
98
|
attr_accessor :name
|
@@ -118,7 +118,7 @@ module Google
|
|
118
118
|
end
|
119
119
|
end
|
120
120
|
|
121
|
-
# Message representing
|
121
|
+
# Message representing the type of a conversion event.
|
122
122
|
class ConversionType
|
123
123
|
include Google::Apis::Core::Hashable
|
124
124
|
|
@@ -245,8 +245,8 @@ module Google
|
|
245
245
|
attr_accessor :destination
|
246
246
|
|
247
247
|
# Required. Merchant-specified display name for the destination. This is the
|
248
|
-
# name that identifies the conversion source within the Merchant Center UI.
|
249
|
-
#
|
248
|
+
# name that identifies the conversion source within the Merchant Center UI. The
|
249
|
+
# maximum length is 64 characters.
|
250
250
|
# Corresponds to the JSON property `displayName`
|
251
251
|
# @return [String]
|
252
252
|
attr_accessor :display_name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MerchantapiConversionsV1beta
|
18
18
|
# Version of the google-apis-merchantapi_conversions_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250416"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,7 +54,7 @@ module Google
|
|
54
54
|
# Creates a new conversion source.
|
55
55
|
# @param [String] parent
|
56
56
|
# Required. The merchant account that will own the new conversion source. Format:
|
57
|
-
# accounts/`account
|
57
|
+
# `accounts/`account``
|
58
58
|
# @param [Google::Apis::MerchantapiConversionsV1beta::ConversionSource] conversion_source_object
|
59
59
|
# @param [String] fields
|
60
60
|
# Selector specifying which fields to include in a partial response.
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
# source is a Google Analytics Link, it will be deleted immediately and can be
|
91
91
|
# restored by creating a new one.
|
92
92
|
# @param [String] name
|
93
|
-
# Required. The name of the conversion source to be deleted. Format: accounts/`
|
94
|
-
# account`/conversionSources/`conversion_source
|
93
|
+
# Required. The name of the conversion source to be deleted. Format: `accounts/`
|
94
|
+
# account`/conversionSources/`conversion_source``
|
95
95
|
# @param [String] fields
|
96
96
|
# Selector specifying which fields to include in a partial response.
|
97
97
|
# @param [String] quota_user
|
@@ -121,8 +121,8 @@ module Google
|
|
121
121
|
|
122
122
|
# Fetches a conversion source.
|
123
123
|
# @param [String] name
|
124
|
-
# Required. The name of the conversion source to be fetched. Format: accounts/`
|
125
|
-
# account`/conversionSources/`conversion_source
|
124
|
+
# Required. The name of the conversion source to be fetched. Format: `accounts/`
|
125
|
+
# account`/conversionSources/`conversion_source``
|
126
126
|
# @param [String] fields
|
127
127
|
# Selector specifying which fields to include in a partial response.
|
128
128
|
# @param [String] quota_user
|
@@ -153,7 +153,7 @@ module Google
|
|
153
153
|
# Retrieves the list of conversion sources the caller has access to.
|
154
154
|
# @param [String] parent
|
155
155
|
# Required. The merchant account who owns the collection of conversion sources.
|
156
|
-
# Format: accounts/`account
|
156
|
+
# Format: `accounts/`account``
|
157
157
|
# @param [Fixnum] page_size
|
158
158
|
# Optional. The maximum number of conversion sources to return in a page. If no `
|
159
159
|
# page_size` is specified, `100` is used as the default value. The maximum value
|
@@ -162,7 +162,8 @@ module Google
|
|
162
162
|
# @param [String] page_token
|
163
163
|
# Optional. Page token.
|
164
164
|
# @param [Boolean] show_deleted
|
165
|
-
# Optional. Show deleted (archived)
|
165
|
+
# Optional. Show deleted (archived) conversion sources. By default, deleted
|
166
|
+
# conversion sources are not returned.
|
166
167
|
# @param [String] fields
|
167
168
|
# Selector specifying which fields to include in a partial response.
|
168
169
|
# @param [String] quota_user
|
@@ -197,12 +198,12 @@ module Google
|
|
197
198
|
# Merchant Center Destination conversion sources.
|
198
199
|
# @param [String] name
|
199
200
|
# Output only. Identifier. Generated by the Content API upon creation of a new `
|
200
|
-
# ConversionSource`. Format: [a-z]`4
|
201
|
-
# represent the type of
|
202
|
-
# ID of the conversion source within that type. The ID of two different
|
201
|
+
# ConversionSource`. Format: `[a-z]`4`:.+` The four characters before the colon
|
202
|
+
# represent the type of conversion source. Content after the colon represents
|
203
|
+
# the ID of the conversion source within that type. The ID of two different
|
203
204
|
# conversion sources might be the same across different types. The following
|
204
|
-
# type prefixes are supported:
|
205
|
-
# For MerchantCenterDestination sources.
|
205
|
+
# type prefixes are supported: * `galk`: For GoogleAnalyticsLink sources. * `
|
206
|
+
# mcdn`: For MerchantCenterDestination sources.
|
206
207
|
# @param [Google::Apis::MerchantapiConversionsV1beta::ConversionSource] conversion_source_object
|
207
208
|
# @param [String] update_mask
|
208
209
|
# Optional. List of fields being updated.
|
@@ -239,8 +240,8 @@ module Google
|
|
239
240
|
# Re-enables an archived conversion source. Only Available for Merchant Center
|
240
241
|
# Destination conversion sources.
|
241
242
|
# @param [String] name
|
242
|
-
# Required. The name of the conversion source to be undeleted. Format: accounts
|
243
|
-
# account`/conversionSources/`conversion_source
|
243
|
+
# Required. The name of the conversion source to be undeleted. Format: `accounts/
|
244
|
+
# `account`/conversionSources/`conversion_source``
|
244
245
|
# @param [Google::Apis::MerchantapiConversionsV1beta::UndeleteConversionSourceRequest] undelete_conversion_source_request_object
|
245
246
|
# @param [String] fields
|
246
247
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-merchantapi_conversions_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-merchantapi_conversions_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_conversions_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_conversions_v1beta/v0.6.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_conversions_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|