You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1, Collection upon page link change
2, Collection upon page refresh
The first scenario, route link change collection example:
{
"type": "event",
"payload": {
"website": "xxxx",
"hostname": "xxx.com",
"screen": "1512x982",
"language": "zh-CN",
"title": "VLDB Paper Recommendation | Research and Development Center",
"url": "/blog/2023/09/11/VLDB论文推荐", // Note: At this point, the URL is not encoded"referrer": "/blog"
}
}
The second scenario, page refresh collection example:
{
"type": "event",
"payload": {
"website": "xxx",
"hostname": "xxx.com",
"screen": "1512x982",
"language": "zh-CN",
"title": "VLDB Paper Recommendation | Research and Development Center",
"url": "/blog/2023/09/11/VLDB%E8%AE%BA%E6%96%87%E6%8E%A8%E8%8D%90", // Note: At this point, the URL is encoded in Chinese"referrer": ""
}
}
Data collected in these two scenarios will not be stored together.
Database
MySQL
Relevant log output
I use `Docusaurus` to generate the site, and I integrate code using `docusaurus-plugin-umami`.
Thank you for your reply.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Data Collection Categories:
1, Collection upon page link change
2, Collection upon page refresh
The first scenario, route link change collection example:
The second scenario, page refresh collection example:
Data collected in these two scenarios will not be stored together.
Database
MySQL
Relevant log output
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: