12 lines
732 B
Markdown
12 lines
732 B
Markdown
|
||
|
||
1. 广告渠道的pixel。 见google tag文件,将里边的代码放在页面head里就可以 √
|
||
2. 打点及文件下载。 在helpers.js中,打点方法为BILog, 打点的触发时机在themes.js中。 (页面加载的时候上传BILog) √
|
||
3. 文件下载。 在helper.js中, 下载文件根据url中传入的clickid转化成clickcode添加到下载的文件安装包上 (下载的时候上传BILog) √
|
||
3. cookie consent。 html和多语言翻译见cookie.json, footer-cookie.php, cookie.js √
|
||
|
||
|
||
# 使用方法
|
||
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||
<script type="module" src="./index.js"></script>
|
||
<link rel="stylesheet" type="text/css" src="./index.css"/> |