feat: Automated regeneration of analyticsdata v1alpha client (#2227)
This commit is contained in:
parent
03137b238b
commit
1be0a4ea25
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-analyticsdata_v1alpha
|
# Release history for google-apis-analyticsdata_v1alpha
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-07)
|
||||||
|
|
||||||
* Regenerated from discovery document revision 20201209
|
* Regenerated from discovery document revision 20210105
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ module Google
|
||||||
# View and manage your Google Analytics data
|
# View and manage your Google Analytics data
|
||||||
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
|
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
|
||||||
|
|
||||||
# View your Google Analytics data
|
# See and download your Google Analytics data
|
||||||
AUTH_ANALYTICS_READONLY = 'https://www.googleapis.com/auth/analytics.readonly'
|
AUTH_ANALYTICS_READONLY = 'https://www.googleapis.com/auth/analytics.readonly'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -215,17 +215,18 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Specification of cohorts for a cohort report. Cohort reports can be used for
|
# The specification of cohorts for a cohort report. Cohort reports create a time
|
||||||
# example to create a time series of user retention for the cohort. For example,
|
# series of user retention for the cohort. For example, you could select the
|
||||||
# you could select the cohort of users that were acquired in the first week of
|
# cohort of users that were acquired in the first week of September and follow
|
||||||
# September and follow that cohort for the next six weeks. Selecting the users
|
# that cohort for the next six weeks. Selecting the users acquired in the first
|
||||||
# acquired in the first week of September cohort is specified in the `cohort`
|
# week of September cohort is specified in the `cohort` object. Following that
|
||||||
# object. Following that cohort for the next six weeks is specified in the `
|
# cohort for the next six weeks is specified in the `cohortsRange` object. For
|
||||||
# cohortsRange` object. The report response could show a weekly time series
|
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
|
||||||
# where say your app has retained 60% of this cohort after three weeks and 25%
|
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
|
||||||
# of this cohort after six weeks. These two percentages can be calculated by the
|
# response could show a weekly time series where say your app has retained 60%
|
||||||
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
|
# of this cohort after three weeks and 25% of this cohort after six weeks. These
|
||||||
# report.
|
# two percentages can be calculated by the metric `cohortActiveUsers/
|
||||||
|
# cohortTotalUsers` and will be separate rows in the report.
|
||||||
class CohortSpec
|
class CohortSpec
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -1291,17 +1292,18 @@ module Google
|
||||||
class RunPivotReportRequest
|
class RunPivotReportRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Specification of cohorts for a cohort report. Cohort reports can be used for
|
# The specification of cohorts for a cohort report. Cohort reports create a time
|
||||||
# example to create a time series of user retention for the cohort. For example,
|
# series of user retention for the cohort. For example, you could select the
|
||||||
# you could select the cohort of users that were acquired in the first week of
|
# cohort of users that were acquired in the first week of September and follow
|
||||||
# September and follow that cohort for the next six weeks. Selecting the users
|
# that cohort for the next six weeks. Selecting the users acquired in the first
|
||||||
# acquired in the first week of September cohort is specified in the `cohort`
|
# week of September cohort is specified in the `cohort` object. Following that
|
||||||
# object. Following that cohort for the next six weeks is specified in the `
|
# cohort for the next six weeks is specified in the `cohortsRange` object. For
|
||||||
# cohortsRange` object. The report response could show a weekly time series
|
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
|
||||||
# where say your app has retained 60% of this cohort after three weeks and 25%
|
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
|
||||||
# of this cohort after six weeks. These two percentages can be calculated by the
|
# response could show a weekly time series where say your app has retained 60%
|
||||||
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
|
# of this cohort after three weeks and 25% of this cohort after six weeks. These
|
||||||
# report.
|
# two percentages can be calculated by the metric `cohortActiveUsers/
|
||||||
|
# cohortTotalUsers` and will be separate rows in the report.
|
||||||
# Corresponds to the JSON property `cohortSpec`
|
# Corresponds to the JSON property `cohortSpec`
|
||||||
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
|
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
|
||||||
attr_accessor :cohort_spec
|
attr_accessor :cohort_spec
|
||||||
|
@ -1602,17 +1604,18 @@ module Google
|
||||||
class RunReportRequest
|
class RunReportRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Specification of cohorts for a cohort report. Cohort reports can be used for
|
# The specification of cohorts for a cohort report. Cohort reports create a time
|
||||||
# example to create a time series of user retention for the cohort. For example,
|
# series of user retention for the cohort. For example, you could select the
|
||||||
# you could select the cohort of users that were acquired in the first week of
|
# cohort of users that were acquired in the first week of September and follow
|
||||||
# September and follow that cohort for the next six weeks. Selecting the users
|
# that cohort for the next six weeks. Selecting the users acquired in the first
|
||||||
# acquired in the first week of September cohort is specified in the `cohort`
|
# week of September cohort is specified in the `cohort` object. Following that
|
||||||
# object. Following that cohort for the next six weeks is specified in the `
|
# cohort for the next six weeks is specified in the `cohortsRange` object. For
|
||||||
# cohortsRange` object. The report response could show a weekly time series
|
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
|
||||||
# where say your app has retained 60% of this cohort after three weeks and 25%
|
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
|
||||||
# of this cohort after six weeks. These two percentages can be calculated by the
|
# response could show a weekly time series where say your app has retained 60%
|
||||||
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
|
# of this cohort after three weeks and 25% of this cohort after six weeks. These
|
||||||
# report.
|
# two percentages can be calculated by the metric `cohortActiveUsers/
|
||||||
|
# cohortTotalUsers` and will be separate rows in the report.
|
||||||
# Corresponds to the JSON property `cohortSpec`
|
# Corresponds to the JSON property `cohortSpec`
|
||||||
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
|
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
|
||||||
attr_accessor :cohort_spec
|
attr_accessor :cohort_spec
|
||||||
|
|
|
@ -19,10 +19,10 @@ module Google
|
||||||
GEM_VERSION = "0.1.0"
|
GEM_VERSION = "0.1.0"
|
||||||
|
|
||||||
# Version of the code generator used to generate this client
|
# Version of the code generator used to generate this client
|
||||||
GENERATOR_VERSION = "0.1.0"
|
GENERATOR_VERSION = "0.1.1"
|
||||||
|
|
||||||
# Revision of the discovery document this client was generated from
|
# Revision of the discovery document this client was generated from
|
||||||
REVISION = "20201209"
|
REVISION = "20210105"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "4c3b5036c3f285694392acbf3ad0311a73c9800c"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue