DISQUS

Robin Good's Master New Media: Contextual Advertising Now Available To Amazon Associates: The Omakase Links Program

  • Mister M · 1 year ago
    Hi

    I am using a little php to auto populate the search results while
    using the Amazon Associates "Recommended Product Links" banner. The
    search variable $searchentry is generated by a users search on my site
    (Code is at the bottom of this post).

    This works fine and delivers reults based on the value of the
    variable.

    Is there any way of replacing "&mode=books-uk" with something that
    will use all the amazon categories?

    I would like my results to show anything at amazon relating to search,
    not just books

    I tried removing "&mode=books-uk", but the results are still all books
    (by default it would seem).

    I have tried "&mode=all" and such like; with no success.

    Any help would be super

    Many thanks

    Mr M

    My code:

    <iframe src="
    {php}
    print "http://rcm-uk.amazon.co.uk/e/cm?
    t=mytrackingid-21&o=2&p=48&l=st1&mode=books-uk&search=";
    {/php}
    {$searchentry}
    {php}
    print "&fc1=000000<1=&lc1=3366FF&bg1=FFFFFF&f=ifr";
    {/php}
    " marginwidth="0" marginheight="0" width="728" height="90" border="0"
    frameborder="0" style="border:none;" scrolling="no"></iframe>