activityType property
Type of this activity. Possible string values are:
- "ACTIVITY_TYPE_UNSPECIFIED" : ActivityType will never have this value in the response. Using this type in the request will result in an error.
- "PAGEVIEW" : Used when the activity resulted out of a visitor viewing a page.
- "SCREENVIEW" : Used when the activity resulted out of a visitor using an application on a mobile device.
- "GOAL" : Used to denote that a goal type activity.
- "ECOMMERCE" : An e-commerce transaction was performed by the visitor on the page.
- "EVENT" : Used when the activity is an event.
Implementation
core.String? activityType;