Module: Google::Analytics::Admin::V1alpha::ActorType
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Different kinds of actors that can make changes to Google Analytics resources.
Constant Summary collapse
- ACTOR_TYPE_UNSPECIFIED =
Unknown or unspecified actor type.
0
- USER =
Changes made by the user specified in actor_email.
1
- SYSTEM =
Changes made by the Google Analytics system.
2
- SUPPORT =
Changes made by Google Analytics support team staff.
3