Page 1 of 1

Using the es=1 and purl=

Posted: Sat Apr 25, 2015 5:38 am
by TA2
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'

Code: Select all

http://www.site.com/te3/out.php?es=1&l=rt-ad&purl=http://join.tour.com/
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:
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.
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?

Re: Using the es=1 and purl=

Posted: Wed Apr 29, 2015 5:50 am
by Rock
Hello TA2.

Internal skim is not intended for system trades exclusively, but it does have the highest priority - it outpowers both default skim and external skim.

You can force TE to use external skim instead of internal skim by placing "es=1" parameter in your out link. However, you must also specify, which skim pattern should be used by adding "s=" parameter. So your link should look like this:

Code: Select all

http://www.site.com/te3/out.php?es=1&s=100&l=rt-ad&purl=http://join.tour.com/
Let me know if it works,
Rock

Re: Using the es=1 and purl=

Posted: Sat May 02, 2015 8:43 am
by TA2
Thank you. Yes, this seems to be working.

.. Curious though as to why the es=1 could not use an es=100 to not skim, rather than to have to add the s=100 ?
It appears with my original link the es=1 meant that on the first click it would skim, then after that it goes to the intended purl.

Re: Using the es=1 and purl=

Posted: Mon May 04, 2015 5:26 am
by Rock
Hi TA2,

abbrevation "es" stands for external skimming - if "es=1" parameter is found in the out link, default and internal skim will be ignored and external skim will be used instead. It doesn't matter, if you set es to 1 or to 100 or whatever number or char - "es" can only be "off" or "on".

If you don't add it to the URL at all, it is "off". If you add it to the URL, e.g. es=1 (or es=100, or es=bla, or es=anything), then it is "on". In this case you must also specify, which skim pattern should be used by adding "s=" parameter to the out link.

Hope this answered your question,
best regards, Rock