User Tools

Site Tools


te3:outgoing

This is an old revision of the document!


Outgoing tracking

To configure outgoing tracking, you'll have to modify all clickable links on your site, to pass through the /your_te3_directory/out.php.

Note, we'll be using your_te3_directory in our “User manual”, be sure to replace it with the actual directory name you have chosen during the installation.

Important rules:

  1. Always use relative paths, e.g., <a href=“/your_te3_directory/out.php”> instead of <a href="http://www.yoursite.com/your_te3_directory/out.php">

  2. Content parameters (u= , purl=) must always be placed as the last parameter in the outgoing link

We believe that each site should be as unique as possible. If the same link scheme repeats over and over again on hundreds of different sites, this can have a negative impact on search engine rankings. Parameters in the “out.php” table below are named by default and will be used throughout this manual. We strongly encourage you to customize and rename them on your TE3 and create completely unique links.


"out.php" parameters

Parameter Description
u=[URL] URL to a content page (gallery, sponsor link…).

Example: /your_te3_directory/out.php?s=70&u=http://www.duckduckgo.com/
There is a 70% probability that surfer will be sent to http://www.duckduckgo.com and 30% probability he will be sent to a trade.
id=[domain] Permanent link to a trade.

Example: /your_te3_directory/out.php?id=mytrade.com
This link will always send a surfer to mytrade.com's return URL.
l=[link_name] Link label or link report. Find out where on your site surfers are clicking the most. Label certain categories of links on your site, e.g., toplist, thumbs, text links, sponsors and so on.

For example: /your_te3_directory/out.php?l=toplist&id=tradex.com
Surfer will be sent to the tradex.com trade and +1 hit will be counted for link label “toplist”.
s=[skim_pattern] External skim / skim pattern can only be used together with u= and purl= parameters. You can either set a simple skim, e.g., 70 or an advanced skim pattern, e.g., 100,70,50.

For example: /your_te3_directory/out.php?s=70&u=http://www.duckduckgo.com/
There is a 70% probability that surfer will be sent to http://www.duckduckgo.com and 30% probability he will be sent to a trade. You should also note that unless es=1 parameter is included in the link, external skim has a lower priority than internal skim. We strongly recommend you read more about skimming here.
g=[niche] Send surfer to a specified niche.

Example 1: /your_te3_directory/out.php?g=group1
Surfer will always be sent to niche-trades.
Example 2: /your_te3_directory/out.php?g=group1&u=http://www.duckduckgo.com/
If we assume that default skim is set to 70, there is a 70% probability that surfer will be sent to http://www.duckduckgo.com and 30% probability he will be sent to the most owed unvisited trade in the niche “group1”.

g= parameter can be used in a combination with u=, s=, l=, es=1 parameters.
purl=[gallery_plug] Plug galleries using purl parameter.

For example: /your_te3_directory/out.php?purl=http://www.tradex.com/one_of_his_galleries.html
Surfer will be sent to a gallery behind purl= parameter and +1 outgoing hit will be counted for “tradex.com”.
es=1 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.

  • Customizing and renaming: create completely unique outgoing links by renaming outgoing file “out.php” and its respective parameters.
te3/outgoing.1417675790.txt.gz · Last modified: 2014/12/04 06:49 by moderator

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki