Skip to content

Commit 81e7247

Browse files
committed
[fix] 热图埋点xPath规则优化
1 parent 0e6135b commit 81e7247

23 files changed

+167
-183
lines changed

demo/vue/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030

3131

3232
window.AnalysysAgent.init({
33-
appkey: "ecommercedemo", //APPKEY
34-
uploadURL: 'https://event-ubademo-portal.jiguang.cn',
33+
appkey: "47fce41a0472c616", //APPKEY
34+
uploadURL: 'https://uba-up.analysysdata.com',
3535
debugMode: 2,
3636
auto: false,
3737
autoStartUp: false,
3838

3939
// hash: true,
40-
// SDKFileDirectory: '/sdk/5.0.4',
40+
SDKFileDirectory: '/sdk/5.0.4.1',
4141
// allowTimeCheck: true,
4242
// autoPageViewDuration: true,
4343
// autoTrack: true,
4444
// trackList: ['span', 'div.n-thing-header__title'],
45-
exposure: {
46-
exposure_click: true,
47-
element_list:[],
48-
valid_time: 300
49-
},
45+
// exposure: {
46+
// exposure_click: true,
47+
// element_list:[],
48+
// valid_time: 300
49+
// },
5050
// visitorConfigURL: 'https://uba-up.analysysdata.com',
5151
// autoClickBlackList: ['http://127.0.0.1:5173/#/'],
5252
// pageViewBlackList: ['http://127.0.0.1:5173/#/'],
53-
// autoHeatmap: true,
53+
autoHeatmap: true,
5454
// sendType: 'post',
5555
// crossSubdomain: true,
5656
// pageProperty: {

demo/vue/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import App from './App.vue'
55
import router from "./router"
66

77
// import AnalysysAgent from "asd-javascript-sdk";
8-
import ('../public/sdk/5.0.4.1/AnalysysAgent_ExposurePoint.min.js')
8+
// import ('../public/sdk/5.0.4.1/AnalysysAgent_ExposurePoint.min.js')
99

1010
createApp(App).use(router).mount('#app')
1111

demo/vue/src/views/index/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div id="bdd">
2+
<div>
33
<n-carousel show-arrow>
44
<img
55
class="carousel-img"

dist/AnalysysAgent_ExposurePoint.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/AnalysysAgent_JS_SDK.amd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/AnalysysAgent_JS_SDK.es6.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/AnalysysAgent_JS_SDK.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)