...
APPEND FOLLOWING:
- &DirectLink=Y
- &uid= // use appropriate offer URL in EF
- &domain1=www.edlwss.com //use whichever domain the offer is tied to in EF
- &oid= // use appropriate offer ID value from EF in here
__________________________________________________
<!-- Verve EF SDK Click Pixel Begins -->
<script type="text/javascript"
src="https://{{Domain1}}/scripts/sdk/everflow.js"></script>
...
<script type="text/javascript">
EF.conversion({
//transaction_id: ,
offer_id: {{EF DL OID}},
affiliate_id: {{EF AFFID - C1}},
//event_id: undefined, // Optional
coupon_code: {{EF COUPON CODE - C3}},
});
</script>
<!-- Verve SDK Conversion Pixel Ends -->