Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5183 Lượt xem

Hi,

I'm now testing web_analytics module, I know, from with this module, we can generate analytic report by login users/button usage/events...

However, I pasted the tracking code to web/static/src/xml/base.xml, installed web_analytics module, currently I can just gain the analysis on page view, I can know which database is running now and which pages are viewed now. I still don't know how to get more information from this module.

Could anyone help provide some suggestion? Thanks in advance!

Ảnh đại diện
Huỷ bỏ

How does it works ?. I've installed the module but I can't see where is the access to it.

Tác giả Câu trả lời hay nhất

I got the answer. We may not do configuration from web interface, there's no entry. But you can change the code in web_analytics module. Here's how: go to web_analytics/static/src/js/web_analytics.js , change the content. ($sudo nano web_analytics/static/src/js/web_analytics.js) find this paragraph:

init: function(webclient) {
          list item
          var self = this;
           self.initialized = $.Deferred();
           _gaq.push(['_setAccount', **'UA-xxxxxxxx-x**']);
           _gaq.push(['_setDomainName', '**.openerp.com**']);  // Allow    multi-domain
           self.initialize_custom(webclient).then(function()    {
               webclient.on('state_pushed', self,    self.on_state_pushed);
               self.include_tracker();
           });

just change the account and domain name, then install web_analytics module in your database. you would find there're some tracking infor (like which page/screen is viewed. whick module is working...) then through google analytics.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

you can set Google Analytics Key directly from

Settings > Configurations > Website Settings view

Ảnh đại diện
Huỷ bỏ
Tác giả

Hi, Turky, you mean after installing web_analytics ,you would find a new configuration page called Website Setting View under Setting/Configuration ? But I didn't find it, please help

you will need to install website module also.

Tác giả

Sorry I need to bother you again, Turky. Web_analytic module should apply with website module? but I didn't see 'website' in apps.openerp.com . Isn't it an default openerp app? where can I find website module? Thanks in advance.

ohhh.... if you are using 7.0 than you will not get it because this 'website' module is in trunk.

Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 1 17
7461
3
thg 8 25
3451
2
thg 7 25
1370
1
thg 5 25
850
2
thg 5 25
1471