Method | Description | |
---|---|---|
EventsReporter ( IAnalyticsReporter reporter ) : System | ||
ReportEvent ( string source, string eventType, string eventName, bool userLoggedIn, string projectNumber = null, string>.Dictionary |
Method | Description | |
---|---|---|
EscapeValue ( string value ) : string |
Escapes a value so it can be included in the GA hit and being able to parse them again on the backend Only the ',', '=' and '\\' characters need to be escaped as those are the separators for the values, in the string.
|
|
GetHash ( string projectId ) : string | ||
GetPageViewURI ( string eventType, string eventName ) : string | ||
SerializeEventMetadata ( string>.Dictionary |
||
SerializeMetadataEntry ( string>.KeyValuePair |
public EventsReporter ( IAnalyticsReporter reporter ) : System | ||
reporter | IAnalyticsReporter | |
return | System |
public ReportEvent ( string source, string eventType, string eventName, bool userLoggedIn, string projectNumber = null, string>.Dictionary |
||
source | string | |
eventType | string | |
eventName | string | |
userLoggedIn | bool | |
projectNumber | string | |
metadata | string>.Dictionary | |
return | void |