Class EventData
Represents all the details pertaining to an event.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class EventData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventAction
Type of interaction with the object. Eg: 'play'.
Declaration
[JsonProperty("eventAction")]
public virtual string EventAction { get; set; }
Property Value
Type | Description |
---|---|
string |
EventCategory
The object on the page that was interacted with. Eg: 'Video'.
Declaration
[JsonProperty("eventCategory")]
public virtual string EventCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
EventCount
Number of such events in this activity.
Declaration
[JsonProperty("eventCount")]
public virtual long? EventCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
EventLabel
Label attached with the event.
Declaration
[JsonProperty("eventLabel")]
public virtual string EventLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
EventValue
Numeric value associated with the event.
Declaration
[JsonProperty("eventValue")]
public virtual long? EventValue { get; set; }
Property Value
Type | Description |
---|---|
long? |