메소드 | 설명 | |
---|---|---|
MeasurementConfiguration ( string accountId ) : System |
Create a new cofiguration for analytics.
|
|
MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System |
Create a new cofiguration for analytics.
|
메소드 | 설명 | |
---|---|---|
FormatVersion ( Windows version ) : string |
Format the application version number to be sent to analytics.
|
public MeasurementConfiguration ( string accountId ) : System | ||
accountId | string | Google Analytics provided property id in the format UA-XXXX-Y. |
리턴 | System |
public MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System | ||
accountId | string | Google Analytics provided property id in the format UA-XXXX-Y. |
applicationName | string | Name of the application. |
applicationVersion | string | Version of the application. |
리턴 | System |