自动触发器
开始使用
<script src="https://web-resources.offer18.net/sdk/web/WebSDK.js"></script>跟踪点击
<script>
window.Offer18SDK.init({
automatedTrigger: true,
opeations: [{
triggerFunction: "trackClick",
triggerconditios: [
{
mode: "<condition-mode>", // contain or equal
type: "<condition-type>", // path / hostname / referral
value: "<condition-value>"
}
],
triggerConfig: {
trackingURL: "https://example.com?c/o=xxx&m=000&a=000",
keymapping: ['<OFFER18-PARAMETER>:<YOUR-PARAMETER>', '<OFFER18-PARAMETER>:<YOUR-PARAMETER>', ...]
}
}]
})
</script>跟踪展示
跟踪转化
调试模式
示例代码
最后更新于