Making money online with affiliate links? Upućivanje novac online affiliate linkove? Here’sa quick and dirty way to cover your tracks and push more visitors to your affiliate pages which will ultimately result in a few extra sales. Here'sa quick i prljavi način da obuhvati i Vaš gusjenice Pritisni više posjetitelja na svoj affiliate stranice koja će u konačnici rezultirati nekoliko dodatnih prodaje. I’m going to show you how this is possible using a simple PHP script. Ću vam pokazati koliko je to moguće koristeći jednostavan PHP skript.

Create a file called products.php (you can name it something else but if you do make sure you change it where applicable in the parts below). Kreirajte datoteku naziva products.php (možete ga nešto drugo ime, ali ako to ne provjerite da li ga promijeniti, gdje je primjenjivo u dijelovima ispod). Now put something like this in it and change the URL’s to be whatever you want. Sada stavite nešto poput ovog u njoj i promijeniti URL-a kako bi se što god želite. You may need to create more elseif statements if you have a lot of affiliate links. Vi svibanj morati stvoriti više elseif izvještaje ako imate puno affiliate linkove. Also make sure you put this code before ANY html for it to work, otherwise you’ll get a “headers already sent” error. Također provjerite da li ste stavili ovo prije bilo koju HTML kod za to raditi, inače ćete dobiti "zaglavlja već poslao" pogreška.

  1. <?php
  2. if ( $go == product1 ) { //you can name "product1" anything, again make adjustments in your code later.
  3. $thislink = "http://affiliatesitelink.com/cars.php" ;
  4. }
  5. elseif ( $go == product2 ) {
  6. $thislink = "http://affiliatesitelink.com/moneonline/" ;
  7. }
  8. elseif ( $go == product3 ) { //just add more "elseif" statements for more products
  9. $thislink = "http://affiliatesitelink.com/loans.html" ;
  10. }
  11. else ( $go == product4 ) { //note I end with a plain "else"
  12. $thislink = "http://affiliatesitelink.com/ebook.asp" ;
  13. }
  14. //Now the redirect
  15. header ( ‘Location: ‘ . $thislink ) ; $ header ( ‘Location: ‘ . $thislink ) ;
  16. ?>

Mod Rewrite & .htaccess Mod Rewrite &. Htaccess

Technically you could call links up now by doing http://domain.com/products.php?go=product1 or http://domain.com/products.php?go=product2 ect. Tehnički možete poziv linkove do sada tako što http://domain.com/products.php?go=product1 ili http://domain.com/products.php?go=product2 itd.. Why stop there? Zašto se zaustaviti? If your server has mod_rewrite enabled (very likely it does these days) you can put something like this in a .htaccess file and upload it to your root directory: Ako vaš poslužitelj ima mod_rewrite omogućen (vrlo vjerojatno je to ovih dana) možete staviti nešto poput ovog u. Htaccess datoteke i učitati ga u root direktorij:

  1. Options FollowSymLinks
  2. RewriteEngine on
  3. RewriteRule products / ( .* ) / ?$ / products . php?go = $ 1

Note there is a space after the ‘$’. Napomena nalazi se prostor nakon '$'. After this is in place you should be able to call up the affiliate redirect with a link like this: Nakon toga je u mjestu trebali biti u mogućnosti pozvati affiliate preusmjeriti s vezom kao što je ovaj:
http://domain.com/products/product2/ (with or without the slash) http://domain.com/products/product2/ (sa ili bez posjekotina)

Affiliates Links VIA ClickBank Povezana društva Linkovi putem ClickBank

If you promote something like ClickBank products on your site there’sa similar way to cover your tracks. Ako promovirati nešto poput ClickBank proizvoda na Vašoj web lokaciji nalazi se na sličan način prekrivati staze. This ones even quicker as we already know what to expect from each URL. To se čak i brže kao što već znate što možete očekivati od svaki URL. Its consistent every time except for one thing. Njegova dosljedna svaki put, osim za jednu stvar. (two if you use their built in sales tracker) (dvije ako koristite njihov izgrađen u prodaju tracker)

  1. <?php
  2. $cbid = "yourcbid" ; //put your clickbank ID here
  3. $affiliate = "http://" . $cbid . "." . $affiliateid . ".hop.clickbank.net/?tid=" . $tid ;
  4. header ( ‘Location: ‘ . $affiliate ) ; $ header ( ‘Location: ‘ . $affiliate ) ;
  5. ?>

Three lines…not too bad. Tri linije ... nije loše. Again make sure its the first thing at the top of the page. Ponovno provjerite da li njegov prva stvar na vrhu stranice. Your content in the page will not matter at all (after the header redirect is ent it doesn’t read anything else). Vaša sadržaja na stranici neće obzira na sve (nakon zaglavlja preusmjeriti je ent ga ne čita ništa drugo). Your resulting link would look like this: Vaš link uzrokovana bi izgledati ovako:
http://domain.com/products.php?go=affiliateid&tid=3 http://domain.com/products.php?go=affiliateid&tid=3

Your .htaccess rewrite rule will look something like this: Vaša. Htaccess prepisati pravilo će izgledati otprilike ovako:
RewriteRule products/(.*)/(.*)/?$ /products.php?go=$1&tid=$2 RewriteRule proizvodi /(.*)/(.*)/?$ / products.php? Ići = $ 1 $ & tid = 2
Then you can call the link up using this: Potom možete nazvati na link gore koji koriste ovaj:
http://domain.com/products/affiliateid/3/ http://domain.com/products/affiliateid/3/
You can do this with any affiliate link service that has a standardized way of linking to the products in their database. Možete to učiniti sa bilo kakva veza uslugu koja je standardizirani način povezivanja na proizvode u svojoj bazi podataka.

The Logic Behind “Blind Folding” Affiliate Links U logika iza "slijepi sklopivi" affiliate linkove

The way I see it is the visitor eventually will realize the link has directed them to another site. Način na koji ja vidim je posjetitelj će konačno ostvariti vezu ih je usmjerena na drugu lokaciju. However, they are more likely and willing to check out that offer if you have provided them a link that appears to go to another page on your own site. Međutim, oni su vjerojatno i spremni isprobati koji nude ako su im link da izgleda kao da ide na drugu stranicu na Vašoj stranici. Half the battle is getting them through the door so they can truly determine if that product interests them. Pola bitke je dobivanje ih kroz vrata, kako bi se oni zaista mogu utvrditi je li proizvod koji im interesima. If they didn’t click on the link they would have never known what they were missing if that visitor turns into a sale. Ako ne kliknete na link oni nikad ne bi zna sta su nestali, ako posjetitelj koji skreće u prodaju. Using something like TinyURL.com appears as a dodgy link to your visitors as I mentioned in Wrong Turn TLA - TinyURL Covering your Affiliate Links . Korištenje nešto poput TinyURL.com pojavljuje kao dodgy link na svoje posjetitelje kao što sam spomenuo u Wrong Turn TLA - TinyURL Pokrivanje vaš affiliate linkovi. If for nothing else it is a great way to log your visitors and track who clicks on what if you implement that with an SQL DB. Ako za ništa drugo to je sjajan način da se prijavite svojim posjetiteljima koji su pratili i klikne na ono što ako implementirati da sa SQL DB. Which brings me to the topic. Koji donosi mi na temu.

If you’re really clever you’ll use some mySQL and can generate usage reports by including a simple ADD query in your products.php code. Ako ste stvarno pametan ćete koristiti neki MySQL i mogu generirati izvještaje o korištenju uključujući jednostavne OGLAS upit u svoj products.php kod. This could give you insight into the behavior of your users since ClickBank doesn’t tell you how many times a person clicked through each link. To može vam dati uvid u ponašanje svojim korisnicima od ClickBank ne reći koliko je puta kliknuto osobe kroz svaku vezu. Then its just a matter of creating a simple form and/or query page to show the usage for each. Tada svoje samo stvar stvaranje jednostavnih oblika i / ili upit stranicu za prikaz uporabe za svaku. But that’s another day. Ali to je još jedan dan. If this is something you’re interested in seeing then comment on this page and I’ll make sure I write up a post on it sometime. Ako je to nešto ste zainteresirani da vidite onda komentirati na ovu stranicu i provjerite da li ću ja napisati post na njemu neko vrijeme.


3 Trackback(s) 3 Trackback (s)

  1. Sep 7, 2007: Web 2.0 - The Ten Critical Affiliate Strategies | www.bestdocsite.org Sep 7, 2007: web 2.0 - deset kritičnih Affiliate Strategije | www.bestdocsite.org
  2. Sep 8, 2007: Sweet Gain » Blog Archive » Link Storm -V- Sep 8, 2007: Slatki Ostvarite »Blog Arhiva» Oluja Link-V
  3. Mar 6, 2008: » Plugins and tools to help with SEO and affiliate sales > FiddyP 6. ožujak 2008: »Dodaci u pregledniku i alate za pomoć pri SEO i affiliate prodaja> FiddyP


3 Comment(s) On 3 Komentar (a) Na

"Increase Affiliate Income - Blindfolding Your Links" "Povećanje prihoda Affiliate - Blindfolding Vaša veza"
  1. MyAvatars 0.2 Andy Bailey - Sep 8, 2007 Andy Bailey - Sep 8, 2007

    Excellent simple script, I especially like how you use htaccess to use it. Odlično jednostavne skripte, ja posebno vole koristiti htaccess kako ga koristiti. nice lijep

  2. MyAvatars 0.2 Patches and Hacks - Sep 18, 2007 Flasteri i Hacks - Sep 18, 2007

    This is a great post but if you don’t want to write or modify php code or htaccess rules every time you want to add or change an affiliate link and you’re using wordpress you might want to look into my new plugin that will let you manage all those links from a nice web interface inside wordpress admin: Ovo je veliki post, ali ako ne želite pisati ili mijenjati php koda ili htaccess pravila svaki put kada želite dodati ili promijeniti affiliate linka i budete koristili wordpress možda želite pogledati u moj novi dodatak da će neka upravljate svim onim veze s lijepim web sučelja unutar wordpress admin:
    Here is where you can find out more about this free plugin: Ovdje je gdje možete saznati više o ovom dodatku besplatno:
    http://patchlog.com/wordpress/hidden-affiliate-links/ http://patchlog.com/wordpress/hidden-affiliate-links/

  3. MyAvatars 0.2 Rob - Sep 18, 2007 Rob - Sep 18, 2007

    That plug-in looks great, but this tutorial is also for use on sites that don’t run wordpress Taj plug-in izgleda velik, ali ovo je uvod i za korištenje na mjestima koja ne izvoditi wordpress :)



Leave A Comment: Ostavi komentar:

Comments RSS Feed Komentari RSS Feed

7 - 3 = 7 - 3 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. Custom Theme by Rob Malon | Sadržaj & Design © 2008 - Rob Malon [dot] com. "));
"));