borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Add Google Analytics tracking code to archived pages #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The archived pages aren't present in Google Analytics' reports.

The tracking code has to be added for the archived pages in wayback's 
configuration file 
"PwaArchive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/wayba
ck.xml" as such:

Add the line:
<value>/replay/Analytics.jsp</value>

Inside:
<property name="jspInserts"> 

Original issue reported on code.google.com by devel.da...@vcruz.net on 2 Jul 2012 at 4:21

GoogleCodeExporter commented 9 years ago
Commit r407 solves this issue.

Fix launched to production in release 2012.07.10

Original comment by whisp...@gmail.com on 19 Jul 2012 at 3:27