File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
source/VersionHandlerImpl/src Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,18 @@ their customers. For more information about integrating EDM4U
124
124
into your own plugin, see the [ Plugin Redistribution] ( #plugin-redistribution )
125
125
section of this document.
126
126
127
+ # Analytics
128
+
129
+ The External Dependency Manager for Unity plugin by default logs usage to Google
130
+ Analytics. The purpose of the logging is to quantitatively measure the usage of
131
+ functionality, to gather reports on integration failures and to inform future
132
+ improvements to the developer experience of the External Dependency Manager
133
+ plugin. Note that the analytics collected are limited to the scope of the EDM4U
134
+ plugin’s usage.
135
+
136
+ For details of what is logged, please refer to the usage of
137
+ ` EditorMeasurement.Report() ` in the source code.
138
+
127
139
# Requirements
128
140
129
141
The * Android Resolver* and * iOS Resolver* components of the plugin only work
Original file line number Diff line number Diff line change @@ -2274,7 +2274,8 @@ public static Logger Logger {
2274
2274
// Privacy policy for analytics data usage.
2275
2275
internal const string PRIVACY_POLICY = "https://policies.google.com/privacy" ;
2276
2276
// Product Url
2277
- internal const string DATA_USAGE_URL = "https://github.com/googlesamples/unity-jar-resolver/" ;
2277
+ internal const string DATA_USAGE_URL =
2278
+ "https://github.com/googlesamples/unity-jar-resolver#analytics" ;
2278
2279
2279
2280
// Analytics reporter.
2280
2281
internal static EditorMeasurement analytics = new EditorMeasurement (
You can’t perform that action at this time.
0 commit comments