WebSDK
Last updated
<script>
window.Offer18WebSDK.trackConversion({
domain: '',
accountId: '',
offerId: '',
coupon:'',
postbackType: '', // 'iframe' or 'pixel'
isGlobalPixel: false, // true or false
iGamingCampaign: true, // true or false
allowMultiConversion: false, // true or false
conversionData: {
event: '', // Event Name (Please specify the event)
payout: '', // Payout Amount (Please specify the payout amount)
sale: '', // Sale Amount (Please specify the sale amount)
currency: '',
adv_sub1: '',
adv_sub2: '',
adv_sub3: '',
adv_sub4: '',
adv_sub5: '',
},
userActivityData: {
'ig-user-id': '',
'ig-deposit-amount': '',
'ig-bet-amount': '',
'ig-win-amount': '',
'ig-withdrawal-amount': '',
'ig-bonus-amount': '',
'ig-product-id': '',
}
})
</script><script>
window.Offer18WebSDK.trackConversion({
domain: 'example.o18.link',
accountId: '0000',
offerId: '00000000',
iGamingCampaign: true,
userActivityData: {
'ig-user-id': 'Customer12',
'ig-deposit-amount': '12',
'ig-bet-amount': '5',
'ig-win-amount': '5',
'ig-withdrawal-amount': '10',
'ig-bonus-amount': '5'
'ig-product-id': 'ludo12',
}
});
</script><script>
window.Offer18WebSDK.activateDebugMode();
</script>