Automated Trigger
Get Started
<script src="https://web-resources.offer18.net/sdk/web/WebSDK.js"></script>TrackClick
<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>TrackImpression
TrackConversion
Debug Mode
Example Code
Last updated