Skip to content

Commit

Permalink
Use SSL to send hits
Browse files Browse the repository at this point in the history
Update MP to use SSL to send hits. Android/iOS SDKs already using SSL.
  • Loading branch information
emmanuellemm committed Oct 17, 2014
1 parent 4a5fc3a commit 9f2dece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified googleanalyticsv3.unitypackage
Binary file not shown.
2 changes: 1 addition & 1 deletion source/Plugins/GoogleAnalyticsV3/GoogleAnalyticsMPV3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class GoogleAnalyticsMPV3 {
}
#endif
try {
url = "http://www.google-analytics.com/collect?v=1"
url = "https://www.google-analytics.com/collect?v=1"
+ AddRequiredMPParameter(Fields.LANGUAGE, language)
+ AddRequiredMPParameter(Fields.SCREEN_RESOLUTION, screenRes)
+ AddRequiredMPParameter(Fields.APP_NAME, appName)
Expand Down

0 comments on commit 9f2dece

Please sign in to comment.