AnalyticsApi class
Views and manages your Google Analytics data.
Constructors
- AnalyticsApi(Client client, {String rootUrl = "https://www.googleapis.com/", String servicePath = "analytics/v3/"})
Properties
- data → DataResourceApi
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- management → ManagementResourceApi
-
read-only
- metadata → MetadataResourceApi
-
read-only
- provisioning → ProvisioningResourceApi
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- userDeletion → UserDeletionResourceApi
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- AnalyticsEditScope → const String
-
Edit Google Analytics management entities
"https://www.googleapis.com/auth/analytics.edit"
- AnalyticsManageUsersReadonlyScope → const String
-
View Google Analytics user permissions
"https://www.googleapis.com/auth/analytics.manage.users.readonly"
- AnalyticsManageUsersScope → const String
-
Manage Google Analytics Account users by email address
"https://www.googleapis.com/auth/analytics.manage.users"
- AnalyticsProvisionScope → const String
-
Create a new Google Analytics account along with its default property and
view
"https://www.googleapis.com/auth/analytics.provision"
- AnalyticsReadonlyScope → const String
-
View your Google Analytics data
"https://www.googleapis.com/auth/analytics.readonly"
- AnalyticsScope → const String
-
View and manage your Google Analytics data
"https://www.googleapis.com/auth/analytics"
- AnalyticsUserDeletionScope → const String
-
Manage Google Analytics user deletion requests
"https://www.googleapis.com/auth/analytics.user.deletion"