actorType property

String? actorType
getter/setter pair

The type of actor that made this change. Possible string values are:

  • "ACTOR_TYPE_UNSPECIFIED" : Unknown or unspecified actor type.
  • "USER" : Changes made by the user specified in actor_email.
  • "SYSTEM" : Changes made by the Google Analytics system.
  • "SUPPORT" : Changes made by Google Analytics support team staff.

Implementation

core.String? actorType;