Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 8656e1a

Browse files
authored
Update README.md
1 parent 7f8d388 commit 8656e1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ Vue.use(baiduAnalytics, {
6767
### 手动上报PV
6868

6969
api名称|功能说明
70-
:-:|::-
70+
:-:|-
7171
$trackBaiduPv|手动执行PV数据上报
7272

7373
#### api参数
7474

7575
参数|是否必填|参数类型|参数说明
76-
:-:|:-:|::-
76+
:-:|:-:|:-:|-
7777
url|否|String|提交上报的url,必须是以"/"(斜杠)开头的相对路径<br>如果不填,则会默认提交为域名根目录
7878

7979
详细的参数使用要求请查看官方文档:
@@ -99,13 +99,13 @@ this.$trackBaiduPv('/test');
9999
### 手动上报事件分析
100100

101101
api名称|功能说明
102-
:-:|::-
102+
:-:|-
103103
$trackBaiduEvent|手动执行事件分析数据上报
104104

105105
#### api参数
106106

107107
参数|是否必填|参数类型|参数说明
108-
:-:|:-:|::-
108+
:-:|:-:|:-:|-
109109
category|是|String|事件名称
110110
action|是|String|交互动作
111111
opt_label|否|String|事件信息,默认为空

0 commit comments

Comments
 (0)