当前位置:网站首页>Odoo integrated plausible embedded code monitoring platform
Odoo integrated plausible embedded code monitoring platform
2022-07-07 16:11:00 【Digital China cloud base】
Preface
Plausible It is a lightweight and open source network analysis platform , It can be used to analyze user behavior and high access pages in the system , At this stage, various systems have begun to integrate gradually Plausible, So let's see what happens here Odoo How to use it in the framework !
One 、Plausible Burying code
1、 newly build plausible.js
! function() {
"use strict";
var a = window.location,
r = window.document,
o = r.currentScript,
l = o.getAttribute("data-api") || ' Server address ' + "/api/event";
function s(t) {
console.warn("Ignoring Event: " + t)
}
function t(t, e) {
if (/^localhost$|^127(\.[0-9]+){
0,2}\.[0-9]+$|^\[::1?\]$/.test(a.hostname) || "file:" === a.protocol)
return s("localhost");
if (a.hostname != ' Official environment address domain name ')
return s("nonproduction");
if (!(window._phantom || window.__nightmare || window.navigator.webdriver || window.Cypress)) {
try {
if ("true" == window.localStorage.plausible_ignore) return s("localStorage flag")
} catch (t) {
}
var i = {
};
i.n = t,
i.u = a.href,
i.d = ' Official environment address domain name ',
i.r = r.referrer || null,
i.w = window.innerWidth,
e && e.meta && (i.m = JSON.stringify(e.meta)),
e && e.props && (i.p = JSON.stringify(e.props)),
i.h = 1;
var n = new XMLHttpRequest;
n.open("POST", l, !0),
n.setRequestHeader("Content-Type", "text/plain"),
n.send(JSON.stringify(i)), n.onreadystatechange = function() {
4 == n.readyState && e && e.callback && e.callback()
}
}
}
var e = window.plausible && window.plausible.q || [];
window.plausible = t;
for (var i, n = 0; n < e.length; n++) t.apply(this, e[n]);
function w() {
i = a.pathname, t("pageview")
}
window.addEventListener("hashchange", w), "prerender" === r.visibilityState ? r.addEventListener("visibilitychange", function() {
i || "visible" !== r.visibilityState || w()
}) : w()
}();
2、 Domain name modification
The above js Modify the domain name as shown in the figure below

3、 Introduce the above js file
Public in the system html The above js file , Here too data-domain Replace the domain name in ,src The paths of are introduced according to their respective file paths
<script data-domain=" Formal environment domain name " src="/web/static/src/js/plausible.js"></script>
4、 The actual effect
js There are judgments about the environment , The local and test environment will not have any impact on the embedded data , We can try switching menus in a formal environment , It will trigger plausible.js Inside /api/event Interface , as follows ,Payload There are relevant page parameters 
5、 Data kanban
After finishing the above operation , We can log in Plausible The platform has checked our Kanban data !
Two 、 User behavior monitoring
If you need to know which users generally enter which pages , Then how to obtain user information to distinguish ? Let's keep looking down
1、 Select the module to set
Let's first select a module and set it as follows , Here I have added a new one called PageView Event monitoring of name( The name is optional ):

2、 Add kanban
We enter the Kanban page of the corresponding module , A Kanban will be added at the bottom , as follows :

3、 Register global events
We introduced before plausible.js After the document , Register global events :
<script data-domain=" Formal environment domain name " src="/web/static/src/js/plausible.js"></script>
<script>window.plausible = window.plausible || function() {
(window.plausible.q = window.plausible.q || []).push(arguments) }</script>
4、 Add files and monitor
newly added self_menu.js file , newly added hashchange Event monitoring of , And introduce the file into the corresponding module template in :
odoo.define('order_menu', function (require) {
const session = require('web.session')
window.addEventListener("hashchange", function (){
let userName = session.username
let url = window.location.href
plausible('PageView', {
props: {
method: 'HTTP', Region: 'China', userName, url}});
})
})
5、 View the collected information
After restart , Switching pages will call /api/event Interface , View interface parameters , You can see that the information we collected above has also passed ( notes : When testing locally , Note required plausible.js Environment verification part of the code ):
6、 Return to Kanban to view data
go back to Plausible On the platform monitoring board , You can see the user's information data , Filtering conditions are also supported here :


7、 Directional view
Click in a userName, You can see the page access data of the specified user 

Conclusion
Plausible Platform self managed deployment :https://plausible.io/docs/self-hosting
Come here ,Plausible The platform page embedding point and user data monitoring are completed ! You can use a few more accounts to try the effect , If you have better ideas or questions, please leave a message in the comment area below !
Copyright notice : This article is organized and written by the team of Digital China cloud base , If reproduced, please indicate the source .
Official account search for digital cloud base in China , The background to reply Odoo, Join in Odoo Technology exchange group !
边栏推荐
- Bidding announcement: 2022 Yunnan Unicom gbase database maintenance public comparison and selection project (second) comparison and selection announcement
- LeetCode1_ Sum of two numbers
- TS as a general cache method
- A wave of open source notebooks is coming
- Numpy -- data cleaning
- Strengthen real-time data management, and the British software helps the security construction of the medical insurance platform
- Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
- It's different for rich people to buy a house
- 95.(cesium篇)cesium动态单体化-3D建筑物(楼栋)
- [flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3
猜你喜欢

统计学习方法——感知机

torch.numel作用

Strengthen real-time data management, and the British software helps the security construction of the medical insurance platform

Rongyun won the 2022 China Xinchuang digital office portal excellence product award!

Three. JS introductory learning notes 18: how to export JSON files with Blender

喜讯!科蓝SUNDB数据库与鸿数科技隐私数据保护管理软件完成兼容性适配

Postman generate timestamp, future timestamp

Enterprise log analysis system elk

AE learning 02: timeline

A wave of open source notebooks is coming
随机推荐
Three. JS introductory learning notes 03: perspective projection camera
模仿企业微信会议室选择
Application example of infinite list [uigridview]
分步式監控平臺zabbix
Particle effect for ugui
When opening the system window under UE4 shipping, the problem of crash is attached with the plug-in download address
The "go to definition" in VS2010 does not respond or prompts the solution of "symbol not found"
Mysql database backup script
讲师征集令 | Apache SeaTunnel(Incubating) Meetup 分享嘉宾火热招募中!
AB package details in unity (super detail, features, packaging, loading, manager)
Eye of depth (VI) -- inverse of matrix (attachment: some ideas of logistic model)
Eye of depth (VII) -- Elementary Transformation of matrix (attachment: explanation of some mathematical models)
Three. JS introductory learning notes 18: how to export JSON files with Blender
Logback日志框架第三方jar包 免费获取
Use moviepy Editor clips videos and intercepts video clips in batches
星瑞格数据库入围“2021年度福建省信息技术应用创新典型解决方案”
LeetCode3_ Longest substring without duplicate characters
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
MySQL中, 如何查询某一天, 某一月, 某一年的数据
招标公告:2022年云南联通gbase数据库维保公开比选项目(第二次)比选公告