Is this a correct way to link a product?

Discussion in 'Amazon' started by kajol, Jul 19, 2011.

  1. #1
    kajol, Jul 19, 2011 IP
  2. freshdevelopment

    freshdevelopment Notable Member

    Messages:
    1,303
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    240
    #2
    If you are in doubt, use the amazon associates tools to create your links. That way you can be sure. Don't risk promoting links that don't give you credit...
     
    freshdevelopment, Jul 29, 2011 IP
  3. Nite

    Nite Active Member

    Messages:
    440
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    68
    #3
    When you do ?tag= as part of the url, it will work, I believe. However, if you wish to promote links according to Amazon's product identification number, here's what I'm doing in my .htaccess file in order to create a virtual file.

    
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_ca\.php$ http://www.amazon.ca/exec/obidos/ASIN/%1/3554-20 [L]
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_de\.php$ http://www.amazon.de/exec/obidos/ASIN/%1/1477-21 [L]
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_fr\.php$ http://www.amazon.fr/exec/obidos/ASIN/%1/1254-21 [L]
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_jp\.php$ http://www.amazon.co.jp/exec/obidos/ASIN/%1/8874-22 [L]
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_uk\.php$ http://www.amazon.co.uk/exec/obidos/ASIN/%1/1907-21 [L]
    RewriteCond %{QUERY_STRING} id=([^&]*)$
    RewriteRule ^prod_us\.php$ http://www.amazon.com/exec/obidos/ASIN/%1/0009-20 [L]
    
    Code (markup):
    Just put the product id where the %1 is ... and following the last slash is where you would put your associate id.
     
    Nite, Jul 31, 2011 IP
  4. raketeer_mom

    raketeer_mom Well-Known Member

    Messages:
    421
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    Articles:
    3
    #4
    Amazon has a link checker. I do the same as yours and check it with the link checker if I am in doubt.
     
    raketeer_mom, Aug 10, 2011 IP
  5. picharnan

    picharnan Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    When I doubt I use amazon link check. I think it's work, just have ?tag= in url.
     
    picharnan, Aug 10, 2011 IP