gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

Wrong URL format for Google Analytics #820

Closed nidamanx closed 7 years ago

nidamanx commented 7 years ago
------------------------- layout/tiles/guniversal.php -------------------------
index 051cfad..6691338 100644
@@ -93 +93 @@ function insert_analytics_tracking() {
-            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+            })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

https://developers.google.com/analytics/devguides/collection/analyticsjs/

nidamanx commented 7 years ago

Hi Gareth, if you have 2 minutes, could you please explain me why this is not a bug? If you look at the source code (after the page is fully loaded) you will see the missing "https:" from the URL. Thanks

gjb2048 commented 7 years ago

Hi Davide,

Its not a two minute explanation. Its just not a bug that needs fixing because its is not broken.

Kind regards,

Gareth

nidamanx commented 7 years ago

Hi Gareth, maybe you're right and I'm missing something. What I find unusual is in line 57: })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); website: https://www.onlinelifeschool.com/

gjb2048 commented 7 years ago

Yes I know, and it would take more than two minutes to explain and it is not actually broken.

nidamanx commented 7 years ago

Perfect I trust :-)