Using the es=1 and purl=

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
TA2
Posts: 46
Joined: Sat Mar 15, 2014 5:14 pm
Location: Web

Using the es=1 and purl=

Post 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?
Rock
Posts: 226
Joined: Tue Dec 16, 2014 6:11 pm

Re: Using the es=1 and purl=

Post 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
I am a moderator on this forum and I handle part of TE support. ICQ: 651089602
TA2
Posts: 46
Joined: Sat Mar 15, 2014 5:14 pm
Location: Web

Re: Using the es=1 and purl=

Post 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.
Rock
Posts: 226
Joined: Tue Dec 16, 2014 6:11 pm

Re: Using the es=1 and purl=

Post 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
I am a moderator on this forum and I handle part of TE support. ICQ: 651089602
Post Reply