Using the es=1 and purl=
Posted: Sat Apr 25, 2015 5:38 am
Hello. I seem to be having trouble with seting up a link for an ad sponsor
I am trying to allow the click to be recorded as productive for incoming trades.
This is the link I am trying to use. But it still skims on the first click. I am not sure what values should be used for es='1'
Am I not supposed to use purl along with es?
As it says in the manual here, http://wiki.tradeexpert.net/doku.php?id=te3:outgoing it says:
I am trying to allow the click to be recorded as productive for incoming trades.
This is the link I am trying to use. But it still skims on the first click. I am not sure what values should be used for es='1'
Code: Select all
http://www.site.com/te3/out.php?es=1&l=rt-ad&purl=http://join.tour.com/
As it says in the manual here, http://wiki.tradeexpert.net/doku.php?id=te3:outgoing it says:
I perhaps am not understanding the the difference between where the different skim types are used. Default, internal, external. Internal skims are skims for system traffic, and default is for user trade traffic?If this parameter is included in the out link, internal skim will be ignored and external skim will be used instead.
For example: /your_te3_directory/out.php?es=1&l=sponsor1&u=http://www.sponsor.com/
Imagine this scenario. You're using internal skim (set to e.g. 75%) on your site and you want to track clicks on sponsor links through TE (link report), but of course you don't want to skim those clicks. Surfer must be sent to a sponsor link each and every time he clicks on it. Setting external skim (s=100) in the out link is not enough, because internal skim outpowers external skim (read more about skimming here). For this reason you will have to include “es=1” parameter in your out link to force TE to use external skim instead.