...
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
- &domain2=wellco.tapptrk.com
- &oid= // use appropriate offer ID value from EF in here
- &oid2= // use appropriate offer ID value from Wellco's EF in here
- &entrance=advertorial
- &entrance=landing
- &entrance=interstitial
- &entrance=checkout
Example Direct Link at the end:
https://www.parry.bybrainchild.com/pre1.php?affId=298F31C6&affiliate_id=5&sub1=2917&sub2=testing1&sub3=test2&sub4=test3&sub5=2917CC1843&transaction_id=&DirectLink=Y&domain1=www.edlwss.com&domain2=wellco.tapptrk.com&oid=1843&oid2=14&entrance=landing
...
<script type="text/javascript">
EF.conversion({
//transaction_id: undefined, // Optional
offer_id: {{OID}},
affiliate_id: {{sub1}},
//event_id: undefined, // Optional
coupon_code: {{sub5}}, // Optional
adv1: {{ORDER_ID}}
});
</script>
<!-- Verve EF SDK Conversion Tag Ends -->
...
<script type="text/javascript">
EF.conversion({
//transaction_id: undefined, // Optional
offer_id: {{OID2}},
affiliate_id: {{verve affiliate id}},
//event_id: undefined, // Optional
coupon_code: undefined, // Optional
adv1: {{ORDER_ID}}
});
</script>
<!-- Adv EF SDK Conversion Tag Ends -->