The page has been marked as outdated. This generally means that the page was written for either a previous version of the package or a previous version of the underlying API(s).
Scope
The Analytics API has a few scopes for accessing (and manipulating) data. If you just want to pull stats from your site, AnalyticsScope.Readonly
should be sufficient.
Skybrud.Social | Name | Description |
---|---|---|
AnalyticsScope.Readonly | https://www.googleapis.com/auth/analytics.readonly | Read-only access to the Analytics API. |
AnalyticsScope.Write | https://www.googleapis.com/auth/analytics | Write access to the Analytics API. |
AnalyticsScope.Edit | https://www.googleapis.com/auth/analytics.edit | Edit Google Analytics management entities. |
AnalyticsScope.ManageUsers | https://www.googleapis.com/auth/analytics.manage.users | View and manage user permissions for Analytics accounts. |
AnalyticsScope.ManageUsersReadonly | https://www.googleapis.com/auth/analytics.manage.users.readonly | View Google Analytics user permissions. |