[web2py] Google analytics

2019-02-05 Thread Константин Комков
Hello! I tried to include google analytics like that: db.py > response > .google_analytics_id = > configuration.get('google.analytics_id') > > layout.html > {{if response.google_analytics_id:}} > > >

[web2py] google analytics integration

2018-03-15 Thread Manuele Pesenti
Hi! What's the difference between thees two (different?) approaches: * https://support.google.com/analytics/answer/1008080?hl=en * http://web2py.com/books/default/chapter/29/05/the-views?search=analytics#Default-page-layout the script integrated in the web2py framework it's not so easy to a

[web2py] Google analytics does not work in 2.16.1 but does in an older app

2018-02-16 Thread Yi Liu
I haven't got any tracking from my Google analytics for my new website trialert.com. I thought new tracking might take some time. But it hasn't shown up any tracking for 2 weeks. Then today I tried to use analytics.min.js from an older app in the same web2py setup. It starts to show active user

[web2py] Google Analytics - 'analytics is not defined' error

2013-07-24 Thread stats
Wondering if anyone has seen this. I've set my tracking id in menu.py response.google_analytics_id = 'UA--X' When I load my site, I get js errors: SyntaxError: syntax error http://127.0.0.1:8000/mysite/static/js/analytics.js Line 4 ReferenceError: analytics is not defined http://127.0.

[web2py] google analytics

2013-02-16 Thread BlueShadow
Hi, I like to add google analytics to my application I did put the google analytics id(without the "UA-") to my menu.py but what do I have to do next? in google analytics it says tracking is not installed. thanks guys -- --- You received this message because you are subscribed to the Google G

[web2py] Google Analytics wreaking havoc with SSL

2011-11-28 Thread Dave
I'm not 100% positive which version of web2py my original views/ layout.html came from, but I thought I'd share an issue and what I have found to fix it. My site is entirely ssl. The default code for google analytics (I only modified the account ) seems to be old according to the GA page. Occasi