Making money online with affiliate links? Κερδίστε χρήματα online με θυγατρική Links; 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. Εδώ θα quick and dirty τρόπος για να καλύψει σας κομμάτια και να πιέσουμε περισσότερο τους επισκέπτες σας συνεργάτης σελίδες οποία τελικά θα οδηγήσει σε λίγες επιπλέον πωλήσεις. I’m going to show you how this is possible using a simple PHP script. Πάω να σου δείξω πώς είναι δυνατόν, χρησιμοποιώντας ένα απλό PHP script.

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). Δημιουργήστε ένα αρχείο που ονομάζεται products.php (μπορείτε να την ονομάσετε κάτι άλλο, αλλά αν το κάνετε βεβαιωθείτε ότι θα το αλλάξετε ενδεχομένως στα τμήματα κατωτέρω). Now put something like this in it and change the URL’s to be whatever you want. Τώρα που κάτι τέτοιο σε αυτή την αλλαγή και τη διεύθυνση URL του να είναι ό, τι θέλεις. You may need to create more elseif statements if you have a lot of affiliate links. Ίσως χρειαστεί να δημιουργήσετε περισσότερες elseif καταστάσεις, αν έχετε πολλά εταιρικά σύνδεσμοι. Also make sure you put this code before ANY html for it to work, otherwise you’ll get a “headers already sent” error. Επίσης, φροντίστε να τοποθετείτε τον κώδικα HTML πριν για να το χορέψουν, αλλιώς θα πάρετε μια "κεφαλίδες που έχουν ήδη αποσταλεί" λάθους.

  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 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. Από τεχνική άποψη μπορούμε να τη συνδέσεις μέχρι τώρα κάνοντας http://domain.com/products.php?go=product1 ή http://domain.com/products.php?go=product2 ΣΕΚ. Why stop there? Γιατί να σταματήσουμε εκεί; 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: Εάν ο διακομιστής σας έχει ενεργοποιηθεί mod_rewrite (πολύ πιθανόν να κάνει αυτές τις ημέρες) μπορείτε να βάλετε κάτι τέτοιο σε ένα. Htaccess φορτώστε το αρχείο και να σας root directory:

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

Note there is a space after the ‘$’. Σημείωση Υπάρχει ένα κενό διάστημα μετά το '$'. After this is in place you should be able to call up the affiliate redirect with a link like this: Μετά από αυτό είναι στη θέση σας θα πρέπει να είναι σε θέση να καλέσει μέχρι το συνεργαζόμενο με ανακατευθύνετε μια σύνδεση σαν αυτή:
http://domain.com/products/product2/ (with or without the slash) http://domain.com/products/product2/ (με ή χωρίς την κάθετο)

Affiliates Links VIA ClickBank Affiliates Links μέσω ClickBank

If you promote something like ClickBank products on your site there’sa similar way to cover your tracks. Αν προωθήσει κάτι σαν ClickBank προϊόντων στο δικτυακό σας τόπο υπάρχει παρόμοιο τρόπο να καλύψει τα ίχνη σας. This ones even quicker as we already know what to expect from each URL. Αυτό ακόμη πιο γρήγορα, όπως αυτά που ήδη γνωρίζουμε τι να περιμένουμε από κάθε διεύθυνση URL. Its consistent every time except for one thing. Η συνεπής κάθε χρόνο εκτός από ένα πράγμα. (two if you use their built in sales tracker) (δύο εάν χρησιμοποιείτε τους κατασκευάζονται σε πωλήσεις 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. Τρεις γραμμές δεν ... Κρίμα. Again make sure its the first thing at the top of the page. Και πάλι βεβαιωθείτε ότι η το πρώτο πράγμα στην κορυφή της σελίδας. Your content in the page will not matter at all (after the header redirect is ent it doesn’t read anything else). Το περιεχόμενο στη σελίδα, δεν έχει σημασία σε όλα τα (μετά την πρώτη ανακατευθύνετε ΩΡΛ είναι ότι δεν διαβάζουν τίποτα άλλο). Your resulting link would look like this: Ο σύνδεσμος που προκύπτει θα μοιάζει κάπως έτσι:
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: Σας. Htaccess ξαναγράψει κανόνας θα είναι κάπως έτσι:
RewriteRule products/(.*)/(.*)/?$ /products.php?go=$1&tid=$2 RewriteRule προϊόντα /(.*)/(.*)/?$ / products.php? Go = $ 1 & TID = $ 2
Then you can call the link up using this: Στη συνέχεια μπορείτε να καλέσετε την σύνδεση χρησιμοποιώντας το εξής:
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. Μπορείτε να το κάνετε αυτό με κάποια συνδεδεμένη επιχείρηση σύνδεση υπηρεσία που έχει ένα τυποποιημένο τρόπο του να συνδέει τα προϊόντα τους σε βάση δεδομένων.

The Logic Behind “Blind Folding” Affiliate Links Η λογική πίσω από την "τυφλή Folding" θυγατρική Links

The way I see it is the visitor eventually will realize the link has directed them to another site. Ο τρόπος με τον οποίο βλέπω είναι τελικά ο επισκέπτης θα έχει συνειδητοποιήσει τη σχέση που απευθύνονται σε άλλο τόπο. 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. Ωστόσο, είναι πιο πιθανό και πρόθυμοι για να ελέγξετε την προσφορά αυτή, αν έχετε μια σύνδεση τους υπό την προϋπόθεση ότι φαίνεται να πάω σε μια άλλη σελίδα στο δικτυακό σας τόπο. Half the battle is getting them through the door so they can truly determine if that product interests them. Οι μισοί είναι η μάχη για να καταφέρουμε από την πόρτα, έτσι ώστε να μπορούν πράγματι να προσδιορίσει εάν το εν λόγω προϊόν συμφερόντων τους. If they didn’t click on the link they would have never known what they were missing if that visitor turns into a sale. Αν δεν κάντε κλικ στον σύνδεσμο που θα είχαν ποτέ δεν είναι γνωστό τι θα έλειπαν αν επισκέπτης που μετατρέπεται σε μια πώληση. 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 . Χρησιμοποιώντας κάτι σαν TinyURL.com dodgy εμφανίζεται ως σύνδεσμος με τους επισκέπτες σας όπως ανέφερα σε λάθος στροφή TLA - Κάλυψη TinyURL σας Affiliate Links. 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. Αν για τίποτα άλλο δεν θα είναι ένας πολύ καλός τρόπος να συνδεθείτε επισκέπτες σας και κομμάτι που κάνει κλικ σε ό, τι και αν εφαρμόσει ότι με SQL ΣΠ. Which brings me to the topic. Και έρχομαι τώρα στο θέμα.

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. Αν είστε πραγματικά έξυπνο που θα χρησιμοποιήσετε κάποια MySQL και μπορεί να αποφέρει η χρήση εκθέσεων περιλαμβάνοντας ένα απλό ερώτημα σε σας ADD products.php κώδικα. 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. Αυτό θα μπορούσε να σας δώσει εικόνα για τη συμπεριφορά των χρηστών, καθώς ClickBank σας δεν σας πω πόσες φορές το πρόσωπο που κάνει κλικ σε κάθε σύνδεση. Then its just a matter of creating a simple form and/or query page to show the usage for each. Στη συνέχεια, το μόνο ζήτημα της δημιουργίας μιας απλής φόρμας και / ή ερώτημα σελίδα για να δείτε τα για κάθε χρήση. But that’s another day. Αλλά αυτό είναι μια άλλη μέρα. 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. Αν αυτό είναι κάτι που σας ενδιαφέρει να δούμε στη συνέχεια σε αυτή τη σελίδα και θα βεβαιωθείτε ότι γράφω μια θέση για το μια φορά.


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 - Κριτική Θυγατρικών Το Δέκα Στρατηγικές | www.bestdocsite.org
  2. Sep 8, 2007: Sweet Gain » Blog Archive » Link Storm -V- Sep 8, 2007: Γλυκό Gain »Blog Archive» Link Θύελλα-V -
  3. Mar 6, 2008: » Plugins and tools to help with SEO and affiliate sales > FiddyP 6 Μαρτίου, 2008: »Plugins και εργαλεία που βοηθούν με SEO και πώλησης θυγατρικής> FiddyP


3 Comment(s) On 3 Σχόλιο (α)

"Increase Affiliate Income - Blindfolding Your Links" "Αύξηση Affiliate Income - Blindfolding σας Links"
  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. Εξαιρετική απλό σενάριο, θα ήθελα ιδιαίτερα το πώς θα χρησιμοποιήσετε htaccess να το χρησιμοποιήσει. nice ευχάριστος

  2. MyAvatars 0,2 Patches and Hacks - Sep 18, 2007 Οι ενημερωμένες εκδόσεις κώδικα και 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: Αυτό είναι μια μεγάλη θέση, αλλά αν δεν θέλετε να γράψετε ή να τροποποιήσετε php κώδικα ή htaccess κανόνες κάθε φορά που θέλετε να προσθέσετε ή να αλλάξετε μια θυγατρική εταιρεία σύνδεση και είστε WordPress χρησιμοποιώντας ίσως να θέλετε να εξετάσει τη νέα μου plugin που θα αφήσει θα διαχειριστούν όλες αυτές τις συνδέσεις από ένα ωραίο web interface μέσα WordPress admin:
    Here is where you can find out more about this free plugin: Εδώ είναι όπου μπορείτε να μάθετε περισσότερα για αυτό το ελεύθερο plugin:
    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 Η εν λόγω plug-in μοιάζει μεγάλη, αλλά αυτό το tutorial είναι επίσης για χρήση σε δικτυακούς τόπους που δεν τρέχει WordPress :)



Leave A Comment: Αφήστε ένα σχόλιο:

Comments RSS Feed Σχόλια RSS Feed

7 Minus 1 = 7 μείον 1 =

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. Custom Theme Ρομπ Malon | Content & Design © 2008 - Ρομπ Malon [dot] Com. "));
"));