diff --git a/generated/google-apis-analyticsdata_v1alpha/CHANGELOG.md b/generated/google-apis-analyticsdata_v1alpha/CHANGELOG.md index ab2bf8325..c44c6d3c9 100644 --- a/generated/google-apis-analyticsdata_v1alpha/CHANGELOG.md +++ b/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 diff --git a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha.rb b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha.rb index 0b8105c14..c67a7d611 100644 --- a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha.rb +++ b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha.rb @@ -32,7 +32,7 @@ module Google # 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 diff --git a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/classes.rb b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/classes.rb index 28bf8405b..7dd76b841 100644 --- a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/classes.rb +++ b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/classes.rb @@ -215,17 +215,18 @@ module Google 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 @@ -1291,17 +1292,18 @@ module Google 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 @@ -1602,17 +1604,18 @@ module Google 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 diff --git a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/gem_version.rb b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/gem_version.rb index a22291a5d..fde2c7866 100644 --- a/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/gem_version.rb +++ b/generated/google-apis-analyticsdata_v1alpha/lib/google/apis/analyticsdata_v1alpha/gem_version.rb @@ -19,10 +19,10 @@ module Google 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 diff --git a/generated/google-apis-analyticsdata_v1alpha/synth.metadata b/generated/google-apis-analyticsdata_v1alpha/synth.metadata index dce2edbf2..535d0881c 100644 --- a/generated/google-apis-analyticsdata_v1alpha/synth.metadata +++ b/generated/google-apis-analyticsdata_v1alpha/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "4c3b5036c3f285694392acbf3ad0311a73c9800c" + "sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51" } } ]