google-apis-analyticsadmin_v1alpha 0.52.0 → 0.53.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: 7ebde55e8d2880cc61290c841e3a5a4581ebf09cbe213d274f06e6b0b35ebfdd
|
4
|
+
data.tar.gz: 0e5365274e227fa6bcb0ca824d0f3c556a9913028569548097953079a0c7e18f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd42cfa354a06efd3225f86daf68a045c4b997eeb187239d1f51d2588263319c8ff0b90365e4462d9b107fde5cced90507c9edb5cddfbc032203058b8228bfe4
|
7
|
+
data.tar.gz: bbbac20f26524ada5599c7bab3aec1d103df87145069e78394406ce89b15b5c19bfda89e24e158119e43e782dfde7f8138ff1de416e1ef55779480079b6ae6c6
|
data/CHANGELOG.md
CHANGED
@@ -940,17 +940,22 @@ module Google
|
|
940
940
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterBetweenFilter]
|
941
941
|
attr_accessor :between_filter
|
942
942
|
|
943
|
-
# Required. Immutable. The dimension name or metric name to filter.
|
943
|
+
# Required. Immutable. The dimension name or metric name to filter. If the field
|
944
|
+
# name refers to a custom dimension or metric, a scope prefix will be added to
|
945
|
+
# the front of the custom dimensions or metric name. For more on scope prefixes
|
946
|
+
# or custom dimensions/metrics, reference the [Google Analytics Data API
|
947
|
+
# documentation] (https://developers.google.com/analytics/devguides/reporting/
|
948
|
+
# data/v1/api-schema#custom_dimensions).
|
944
949
|
# Corresponds to the JSON property `fieldName`
|
945
950
|
# @return [String]
|
946
951
|
attr_accessor :field_name
|
947
952
|
|
948
953
|
# Optional. If set, specifies the time window for which to evaluate data in
|
949
954
|
# number of days. If not set, then audience data is evaluated against lifetime
|
950
|
-
# data (
|
951
|
-
# current day's data is evaluated. The reference point is the current day
|
952
|
-
# at_any_point_in_time is unset or false. It can only be set when Audience
|
953
|
-
# is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.
|
955
|
+
# data (For example, infinite time window). For example, if set to 1 day, only
|
956
|
+
# the current day's data is evaluated. The reference point is the current day
|
957
|
+
# when at_any_point_in_time is unset or false. It can only be set when Audience
|
958
|
+
# scope is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.
|
954
959
|
# Corresponds to the JSON property `inAnyNDayPeriod`
|
955
960
|
# @return [Fixnum]
|
956
961
|
attr_accessor :in_any_n_day_period
|
@@ -1176,9 +1181,9 @@ module Google
|
|
1176
1181
|
end
|
1177
1182
|
|
1178
1183
|
# A clause for defining either a simple or sequence filter. A filter can be
|
1179
|
-
# inclusive (
|
1180
|
-
# Audience) or exclusive (
|
1181
|
-
# from the Audience).
|
1184
|
+
# inclusive (For example, users satisfying the filter clause are included in the
|
1185
|
+
# Audience) or exclusive (For example, users satisfying the filter clause are
|
1186
|
+
# excluded from the Audience).
|
1182
1187
|
class GoogleAnalyticsAdminV1alphaAudienceFilterClause
|
1183
1188
|
include Google::Apis::Core::Hashable
|
1184
1189
|
|
@@ -1314,9 +1319,9 @@ module Google
|
|
1314
1319
|
include Google::Apis::Core::Hashable
|
1315
1320
|
|
1316
1321
|
# Optional. When set, this step must be satisfied within the constraint_duration
|
1317
|
-
# of the previous step (
|
1318
|
-
# there is no duration requirement (the duration is effectively
|
1319
|
-
# is ignored for the first step.
|
1322
|
+
# of the previous step (For example, t[i] - t[i-1] <= constraint_duration). If
|
1323
|
+
# not set, there is no duration requirement (the duration is effectively
|
1324
|
+
# unlimited). It is ignored for the first step.
|
1320
1325
|
# Corresponds to the JSON property `constraintDuration`
|
1321
1326
|
# @return [String]
|
1322
1327
|
attr_accessor :constraint_duration
|
@@ -1867,6 +1872,11 @@ module Google
|
|
1867
1872
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAttributionSettings]
|
1868
1873
|
attr_accessor :attribution_settings
|
1869
1874
|
|
1875
|
+
# A resource message representing a GA4 Audience.
|
1876
|
+
# Corresponds to the JSON property `audience`
|
1877
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudience]
|
1878
|
+
attr_accessor :audience
|
1879
|
+
|
1870
1880
|
# A link between a GA4 Property and BigQuery project.
|
1871
1881
|
# Corresponds to the JSON property `bigqueryLink`
|
1872
1882
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink]
|
@@ -1964,6 +1974,7 @@ module Google
|
|
1964
1974
|
def update!(**args)
|
1965
1975
|
@account = args[:account] if args.key?(:account)
|
1966
1976
|
@attribution_settings = args[:attribution_settings] if args.key?(:attribution_settings)
|
1977
|
+
@audience = args[:audience] if args.key?(:audience)
|
1967
1978
|
@bigquery_link = args[:bigquery_link] if args.key?(:bigquery_link)
|
1968
1979
|
@channel_group = args[:channel_group] if args.key?(:channel_group)
|
1969
1980
|
@conversion_event = args[:conversion_event] if args.key?(:conversion_event)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticsadminV1alpha
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230427"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1485,6 +1485,8 @@ module Google
|
|
1485
1485
|
|
1486
1486
|
property :attribution_settings, as: 'attributionSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAttributionSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAttributionSettings::Representation
|
1487
1487
|
|
1488
|
+
property :audience, as: 'audience', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudience, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAudience::Representation
|
1489
|
+
|
1488
1490
|
property :bigquery_link, as: 'bigqueryLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBigQueryLink::Representation
|
1489
1491
|
|
1490
1492
|
property :channel_group, as: 'channelGroup', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaChannelGroup, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaChannelGroup::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.53.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.53.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|