Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
EventData |
EventData.clone() |
EventData |
Activity.getEvent()
This field contains all the details pertaining to an event and will be set if `activity_type`
equals `EVENT`.
|
EventData |
EventData.set(String fieldName,
Object value) |
EventData |
EventData.setEventAction(String eventAction)
Type of interaction with the object.
|
EventData |
EventData.setEventCategory(String eventCategory)
The object on the page that was interacted with.
|
EventData |
EventData.setEventCount(Long eventCount)
Number of such events in this activity.
|
EventData |
EventData.setEventLabel(String eventLabel)
Label attached with the event.
|
EventData |
EventData.setEventValue(Long eventValue)
Numeric value associated with the event.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.setEvent(EventData event)
This field contains all the details pertaining to an event and will be set if `activity_type`
equals `EVENT`.
|
Copyright © 2011–2022 Google. All rights reserved.