Fixed
Details
Assignee
Gonzalo SilverioGonzalo SilverioReporter
John JohnstonJohn JohnstonLabels
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gonzalo Silverio
Gonzalo SilverioReporter
John Johnston
John JohnstonLabels
Components
Fix versions
Affects versions
Priority
Created January 11, 2013 at 2:08 PM
Updated March 4, 2013 at 10:39 AM
Resolved January 17, 2013 at 12:11 PM
No analytics are being reported for the mobile portal. The following script should be embedded on the mobile gateway using the sakai:pdaHtmlInclude: site property:
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1354622-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
It looks like the script is on !gateway already, but I suspect the new gateway needs to be modified to enable the script.