Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.clone() |
Activity |
Activity.set(String fieldName,
Object value) |
Activity |
Activity.setActivityTime(String activityTime)
Timestamp of the activity.
|
Activity |
Activity.setActivityType(String activityType)
Type of this activity.
|
Activity |
Activity.setAppview(ScreenviewData appview)
This will be set if `activity_type` equals `SCREEN_VIEW`.
|
Activity |
Activity.setCampaign(String campaign)
For manual campaign tracking, it is the value of the utm_campaign campaign tracking parameter.
|
Activity |
Activity.setChannelGrouping(String channelGrouping)
The Channel Group associated with an end user's session for this View (defined by the View's
Channel Groupings).
|
Activity |
Activity.setCustomDimension(List<CustomDimension> customDimension)
A list of all custom dimensions associated with this activity.
|
Activity |
Activity.setEcommerce(EcommerceData ecommerce)
This will be set if `activity_type` equals `ECOMMERCE`.
|
Activity |
Activity.setEvent(EventData event)
This field contains all the details pertaining to an event and will be set if `activity_type`
equals `EVENT`.
|
Activity |
Activity.setGoals(GoalSetData goals)
This field contains a list of all the goals that were reached in this activity when
`activity_type` equals `GOAL`.
|
Activity |
Activity.setHostname(String hostname)
The hostname from which the tracking request was made.
|
Activity |
Activity.setKeyword(String keyword)
For manual campaign tracking, it is the value of the utm_term campaign tracking parameter.
|
Activity |
Activity.setLandingPagePath(String landingPagePath)
The first page in users' sessions, or the landing page.
|
Activity |
Activity.setMedium(String medium)
The type of referrals.
|
Activity |
Activity.setPageview(PageviewData pageview)
This will be set if `activity_type` equals `PAGEVIEW`.
|
Activity |
Activity.setSource(String source)
The source of referrals.
|
Modifier and Type | Method and Description |
---|---|
List<Activity> |
UserActivitySession.getActivities()
Represents a detailed view into each of the activity in this session.
|
Modifier and Type | Method and Description |
---|---|
UserActivitySession |
UserActivitySession.setActivities(List<Activity> activities)
Represents a detailed view into each of the activity in this session.
|
Copyright © 2011–2022 Google. All rights reserved.