Property | Type | Description | |
---|---|---|---|
analyticsDisabled | bool | ||
appName | string | ||
appVersion | string | ||
clientID | string | ||
customHeaders | Hashtable | ||
trackingID | string | ||
useHTTPS | bool |
Method | Description | |
---|---|---|
GoogleUniversalAnalytics ( ) : UnityEngine | ||
addAnonymizeIP ( ) : void | ||
addApplicationVersion ( string text = null ) : void | ||
addCampaignContent ( string text, bool allowNonEscaped = false ) : void | ||
addCampaignID ( string text ) : void | ||
addCampaignKeyword ( string text, bool allowNonEscaped = false ) : void | ||
addCampaignMedium ( string text ) : void | ||
addCampaignName ( string text ) : void | ||
addCampaignSource ( string text ) : void | ||
addContentDescription ( string text ) : void | ||
addCurrencyCode ( string text ) : void | ||
addCustomDimension ( int index, string text ) : void | ||
addCustomMetric ( int index, long value ) : void | ||
addDNSTime ( int value ) : void | ||
addDocumentEncoding ( string text ) : void | ||
addDocumentHostName ( string text ) : void | ||
addDocumentLocationURL ( string url, bool allowNonEscaped = false ) : void | ||
addDocumentPath ( string text, bool allowNonEscaped = false ) : void | ||
addDocumentReferrer ( string url, bool allowNonEscaped = false ) : void | ||
addDocumentTitle ( string text ) : void | ||
addEventAction ( string text ) : void | ||
addEventCategory ( string text ) : void | ||
addEventLabel ( string text ) : void | ||
addEventValue ( int value ) : void | ||
addExceptionDescription ( string text ) : void | ||
addExceptionIsFatal ( bool value ) : void | ||
addExperimentID ( string text ) : void | ||
addExperimentVariant ( string text ) : void | ||
addFlashVersion ( int major, int minor, int revision ) : void | ||
addGoogleAdWordsID ( string text ) : void | ||
addGoogleDisplayAdsID ( string text ) : void | ||
addItemCategory ( string text ) : void | ||
addItemCode ( string text ) : void | ||
addItemName ( string text ) : void | ||
addItemPrice ( double currency ) : void | ||
addItemQuantity ( int value ) : void | ||
addJavaEnabled ( bool enabled ) : void | ||
addLinkID ( string text ) : void | ||
addNonInteractionHit ( ) : void | ||
addPageDownloadTime ( int value ) : void | ||
addPageLoadTime ( int value ) : void | ||
addQueueTime ( int ms ) : void | ||
addRedirectResponseTime ( int value ) : void | ||
addScreenColors ( int depthBits ) : void | ||
addScreenResolution ( int width, int height ) : void | ||
addServerResponseTime ( int value ) : void | ||
addSessionControl ( bool type ) : void | ||
addSocialAction ( string text ) : void | ||
addSocialActionTarget ( string text, bool allowNonEscaped = false ) : void | ||
addSocialNetwork ( string text ) : void | ||
addTCPConnectTime ( int value ) : void | ||
addTransactionAffiliation ( string text ) : void | ||
addTransactionID ( string text ) : void | ||
addTransactionRevenue ( double currency ) : void | ||
addTransactionShipping ( double currency ) : void | ||
addTransactionTax ( double currency ) : void | ||
addUserLanguage ( string text ) : void | ||
addUserTimingCategory ( string text ) : void | ||
addUserTimingLabel ( string text ) : void | ||
addUserTimingTime ( int value ) : void | ||
addUserTimingVariableName ( string text ) : void | ||
addViewportSize ( int width, int height ) : void | ||
beginHit ( HitType hitType ) : bool | ||
initialize ( string trackingID, string anonymousClientID, string appName = "", string appVersion = "", bool useHTTPS = false ) : void | ||
sendAppScreenHit ( string screenName ) : void | ||
sendBrowserTimingHit ( int dnsTime, int pageDownloadTime, int redirectTime, int tcpConnectTime, int serverResponseTime ) : void | ||
sendEventHit ( string eventCategory, string eventAction, string eventLabel = null, int eventValue = -1 ) : void | ||
sendExceptionHit ( string description, bool isFatal ) : void | ||
sendHit ( ) : bool | ||
sendItemHit ( string transactionID, string itemName, double price, int quantity, string itemCode, string itemCategory, string currencyCode ) : void | ||
sendPageViewHit ( string documentHostName, string documentPath, string documentTitle ) : void | ||
sendSocialHit ( string network, string action, string target ) : void | ||
sendTransactionHit ( string transactionID, string affiliation, double revenue, double shipping, double tax, string currencyCode ) : void | ||
sendUserTimingHit ( string category, string variable, int time, string label ) : void | ||
setStringEscaping ( bool useStringEscaping ) : void |
Method | Description | |
---|---|---|
returnStringAsIs ( string s ) : string | ||
returnStringAsIs_withEscapingCheck ( string s ) : string |
public GoogleUniversalAnalytics ( ) : UnityEngine | ||
return | UnityEngine |
public addApplicationVersion ( string text = null ) : void | ||
text | string | |
return | void |
public addCampaignContent ( string text, bool allowNonEscaped = false ) : void | ||
text | string | |
allowNonEscaped | bool | |
return | void |
public addCampaignKeyword ( string text, bool allowNonEscaped = false ) : void | ||
text | string | |
allowNonEscaped | bool | |
return | void |
public addCampaignMedium ( string text ) : void | ||
text | string | |
return | void |
public addCampaignName ( string text ) : void | ||
text | string | |
return | void |
public addCampaignSource ( string text ) : void | ||
text | string | |
return | void |
public addContentDescription ( string text ) : void | ||
text | string | |
return | void |
public addCurrencyCode ( string text ) : void | ||
text | string | |
return | void |
public addCustomDimension ( int index, string text ) : void | ||
index | int | |
text | string | |
return | void |
public addCustomMetric ( int index, long value ) : void | ||
index | int | |
value | long | |
return | void |
public addDocumentEncoding ( string text ) : void | ||
text | string | |
return | void |
public addDocumentHostName ( string text ) : void | ||
text | string | |
return | void |
public addDocumentLocationURL ( string url, bool allowNonEscaped = false ) : void | ||
url | string | |
allowNonEscaped | bool | |
return | void |
public addDocumentPath ( string text, bool allowNonEscaped = false ) : void | ||
text | string | |
allowNonEscaped | bool | |
return | void |
public addDocumentReferrer ( string url, bool allowNonEscaped = false ) : void | ||
url | string | |
allowNonEscaped | bool | |
return | void |
public addDocumentTitle ( string text ) : void | ||
text | string | |
return | void |
public addEventCategory ( string text ) : void | ||
text | string | |
return | void |
public addExceptionDescription ( string text ) : void | ||
text | string | |
return | void |
public addExceptionIsFatal ( bool value ) : void | ||
value | bool | |
return | void |
public addExperimentID ( string text ) : void | ||
text | string | |
return | void |
public addExperimentVariant ( string text ) : void | ||
text | string | |
return | void |
public addFlashVersion ( int major, int minor, int revision ) : void | ||
major | int | |
minor | int | |
revision | int | |
return | void |
public addGoogleAdWordsID ( string text ) : void | ||
text | string | |
return | void |
public addGoogleDisplayAdsID ( string text ) : void | ||
text | string | |
return | void |
public addItemCategory ( string text ) : void | ||
text | string | |
return | void |
public addItemPrice ( double currency ) : void | ||
currency | double | |
return | void |
public addJavaEnabled ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public addPageDownloadTime ( int value ) : void | ||
value | int | |
return | void |
public addRedirectResponseTime ( int value ) : void | ||
value | int | |
return | void |
public addScreenColors ( int depthBits ) : void | ||
depthBits | int | |
return | void |
public addScreenResolution ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public addServerResponseTime ( int value ) : void | ||
value | int | |
return | void |
public addSessionControl ( bool type ) : void | ||
type | bool | |
return | void |
public addSocialAction ( string text ) : void | ||
text | string | |
return | void |
public addSocialActionTarget ( string text, bool allowNonEscaped = false ) : void | ||
text | string | |
allowNonEscaped | bool | |
return | void |
public addSocialNetwork ( string text ) : void | ||
text | string | |
return | void |
public addTCPConnectTime ( int value ) : void | ||
value | int | |
return | void |
public addTransactionAffiliation ( string text ) : void | ||
text | string | |
return | void |
public addTransactionID ( string text ) : void | ||
text | string | |
return | void |
public addTransactionRevenue ( double currency ) : void | ||
currency | double | |
return | void |
public addTransactionShipping ( double currency ) : void | ||
currency | double | |
return | void |
public addTransactionTax ( double currency ) : void | ||
currency | double | |
return | void |
public addUserLanguage ( string text ) : void | ||
text | string | |
return | void |
public addUserTimingCategory ( string text ) : void | ||
text | string | |
return | void |
public addUserTimingLabel ( string text ) : void | ||
text | string | |
return | void |
public addUserTimingTime ( int value ) : void | ||
value | int | |
return | void |
public addUserTimingVariableName ( string text ) : void | ||
text | string | |
return | void |
public addViewportSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public initialize ( string trackingID, string anonymousClientID, string appName = "", string appVersion = "", bool useHTTPS = false ) : void | ||
trackingID | string | |
anonymousClientID | string | |
appName | string | |
appVersion | string | |
useHTTPS | bool | |
return | void |
public sendAppScreenHit ( string screenName ) : void | ||
screenName | string | |
return | void |
public sendBrowserTimingHit ( int dnsTime, int pageDownloadTime, int redirectTime, int tcpConnectTime, int serverResponseTime ) : void | ||
dnsTime | int | |
pageDownloadTime | int | |
redirectTime | int | |
tcpConnectTime | int | |
serverResponseTime | int | |
return | void |
public sendEventHit ( string eventCategory, string eventAction, string eventLabel = null, int eventValue = -1 ) : void | ||
eventCategory | string | |
eventAction | string | |
eventLabel | string | |
eventValue | int | |
return | void |
public sendExceptionHit ( string description, bool isFatal ) : void | ||
description | string | |
isFatal | bool | |
return | void |
public sendItemHit ( string transactionID, string itemName, double price, int quantity, string itemCode, string itemCategory, string currencyCode ) : void | ||
transactionID | string | |
itemName | string | |
price | double | |
quantity | int | |
itemCode | string | |
itemCategory | string | |
currencyCode | string | |
return | void |
public sendPageViewHit ( string documentHostName, string documentPath, string documentTitle ) : void | ||
documentHostName | string | |
documentPath | string | |
documentTitle | string | |
return | void |
public sendSocialHit ( string network, string action, string target ) : void | ||
network | string | |
action | string | |
target | string | |
return | void |
public sendTransactionHit ( string transactionID, string affiliation, double revenue, double shipping, double tax, string currencyCode ) : void | ||
transactionID | string | |
affiliation | string | |
revenue | double | |
shipping | double | |
tax | double | |
currencyCode | string | |
return | void |
public sendUserTimingHit ( string category, string variable, int time, string label ) : void | ||
category | string | |
variable | string | |
time | int | |
label | string | |
return | void |
public setStringEscaping ( bool useStringEscaping ) : void | ||
useStringEscaping | bool | |
return | void |