Skip to content

2025-05-29 / 埋点更改

稿件埋点
<hlx-template component-type="news" component-query-option="{'newsId':''}" component-variable="article"></hlx-template>
<hlx-template component-type="comConfig"  component-query-option="" component-variable="config"></hlx-template>
<META name="sid" th:content="${config.appId}" />
<META name="catalogsId" th:content="${config.mainColumnId}" />
<META name="businessId" th:content="${config.businessId}"  />
<META name="businessType" th:content="${config.businessType}"  />
<META name="title" th:content="${article.title}" />
<script type="text/javascript" src="/public/hlx-buried-point.js"></script>


栏目页埋点
<hlx-template component-type="column" component-query-option="{'columnId':''}"  component-variable="column"></hlx-template>
<hlx-template component-type="comConfig"  component-query-option="" component-variable="config"></hlx-template>
<META name="sid" th:content="${config.appId}" />
<META name="catalogsId" th:content="${config.businessId}" />
<META name="businessId" th:content="${config.businessId}"  />
<META name="businessType" th:content="${config.businessType}"  />
<META name="title" th:content="${column.name}" />
<script type="text/javascript" src="/public/hlx-buried-point.js"></script>


搜索页埋点
参考文档http://showdoc.cqyqdc.com/web/#/32/619