Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsdata v1alpha client (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 7, 2021
1 parent 03137b2 commit 1be0a4e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 40 deletions.
6 changes: 3 additions & 3 deletions generated/google-apis-analyticsdata_v1alpha/CHANGELOG.md
@@ -1,7 +1,7 @@
# 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 using generator version 0.1.0
* Regenerated from discovery document revision 20210105
* Regenerated using generator version 0.1.1

Expand Up @@ -32,7 +32,7 @@ module AnalyticsdataV1alpha
# View and manage your Google Analytics data
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'
end
end
Expand Down
Expand Up @@ -215,17 +215,18 @@ def update!(**args)
end
end

# Specification of cohorts for a cohort report. Cohort reports can be used for
# example to create a time series of user retention for the cohort. For example,
# you could select the cohort of users that were acquired in the first week of
# September and follow that cohort for the next six weeks. Selecting the users
# acquired in the first week of September cohort is specified in the `cohort`
# object. Following that cohort for the next six weeks is specified in the `
# cohortsRange` object. The report response could show a weekly time series
# where say your app has retained 60% of this cohort after three weeks and 25%
# of this cohort after six weeks. These two percentages can be calculated by the
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
# report.
# The specification of cohorts for a cohort report. Cohort reports create a time
# series of user retention for the cohort. For example, you could select the
# cohort of users that were acquired in the first week of September and follow
# that cohort for the next six weeks. Selecting the users acquired in the first
# week of September cohort is specified in the `cohort` object. Following that
# cohort for the next six weeks is specified in the `cohortsRange` object. For
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
# response could show a weekly time series where say your app has retained 60%
# of this cohort after three weeks and 25% of this cohort after six weeks. These
# two percentages can be calculated by the metric `cohortActiveUsers/
# cohortTotalUsers` and will be separate rows in the report.
class CohortSpec
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1291,17 +1292,18 @@ def update!(**args)
class RunPivotReportRequest
include Google::Apis::Core::Hashable

# Specification of cohorts for a cohort report. Cohort reports can be used for
# example to create a time series of user retention for the cohort. For example,
# you could select the cohort of users that were acquired in the first week of
# September and follow that cohort for the next six weeks. Selecting the users
# acquired in the first week of September cohort is specified in the `cohort`
# object. Following that cohort for the next six weeks is specified in the `
# cohortsRange` object. The report response could show a weekly time series
# where say your app has retained 60% of this cohort after three weeks and 25%
# of this cohort after six weeks. These two percentages can be calculated by the
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
# report.
# The specification of cohorts for a cohort report. Cohort reports create a time
# series of user retention for the cohort. For example, you could select the
# cohort of users that were acquired in the first week of September and follow
# that cohort for the next six weeks. Selecting the users acquired in the first
# week of September cohort is specified in the `cohort` object. Following that
# cohort for the next six weeks is specified in the `cohortsRange` object. For
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
# response could show a weekly time series where say your app has retained 60%
# of this cohort after three weeks and 25% of this cohort after six weeks. These
# two percentages can be calculated by the metric `cohortActiveUsers/
# cohortTotalUsers` and will be separate rows in the report.
# Corresponds to the JSON property `cohortSpec`
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
attr_accessor :cohort_spec
Expand Down Expand Up @@ -1602,17 +1604,18 @@ def update!(**args)
class RunReportRequest
include Google::Apis::Core::Hashable

# Specification of cohorts for a cohort report. Cohort reports can be used for
# example to create a time series of user retention for the cohort. For example,
# you could select the cohort of users that were acquired in the first week of
# September and follow that cohort for the next six weeks. Selecting the users
# acquired in the first week of September cohort is specified in the `cohort`
# object. Following that cohort for the next six weeks is specified in the `
# cohortsRange` object. The report response could show a weekly time series
# where say your app has retained 60% of this cohort after three weeks and 25%
# of this cohort after six weeks. These two percentages can be calculated by the
# metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the
# report.
# The specification of cohorts for a cohort report. Cohort reports create a time
# series of user retention for the cohort. For example, you could select the
# cohort of users that were acquired in the first week of September and follow
# that cohort for the next six weeks. Selecting the users acquired in the first
# week of September cohort is specified in the `cohort` object. Following that
# cohort for the next six weeks is specified in the `cohortsRange` object. For
# examples, see [Cohort Report Examples](https://developers.google.com/analytics/
# devguides/reporting/data/v1/advanced#cohort_report_examples). The report
# response could show a weekly time series where say your app has retained 60%
# of this cohort after three weeks and 25% of this cohort after six weeks. These
# two percentages can be calculated by the metric `cohortActiveUsers/
# cohortTotalUsers` and will be separate rows in the report.
# Corresponds to the JSON property `cohortSpec`
# @return [Google::Apis::AnalyticsdataV1alpha::CohortSpec]
attr_accessor :cohort_spec
Expand Down
Expand Up @@ -19,10 +19,10 @@ module AnalyticsdataV1alpha
GEM_VERSION = "0.1.0"

# 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 = "20201209"
REVISION = "20210105"
end
end
end
2 changes: 1 addition & 1 deletion generated/google-apis-analyticsdata_v1alpha/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "4c3b5036c3f285694392acbf3ad0311a73c9800c"
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
}
}
]
Expand Down

0 comments on commit 1be0a4e

Please sign in to comment.