Skip to content

Commit 9f2dece

Browse files
committed
Use SSL to send hits
Update MP to use SSL to send hits. Android/iOS SDKs already using SSL.
1 parent 4a5fc3a commit 9f2dece

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

googleanalyticsv3.unitypackage

-19 Bytes
Binary file not shown.

source/Plugins/GoogleAnalyticsV3/GoogleAnalyticsMPV3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void InitializeTracker() {
6868
}
6969
#endif
7070
try {
71-
url = "http://www.google-analytics.com/collect?v=1"
71+
url = "https://www.google-analytics.com/collect?v=1"
7272
+ AddRequiredMPParameter(Fields.LANGUAGE, language)
7373
+ AddRequiredMPParameter(Fields.SCREEN_RESOLUTION, screenRes)
7474
+ AddRequiredMPParameter(Fields.APP_NAME, appName)

0 commit comments

Comments
 (0)