Page 1 of 1
Adding Amazon associate info to "Currently..." plu
Posted: Sat Aug 12, 2006 6:44 am
by n2ition
I am an amazon associate and am wondering if there is any way to set up the Currently plugin to accept the associate ID information so when a referral is made from the plugin my ID gets credit?
Thanks!
Re: Adding Amazon associate info to "Currently..."
Posted: Sun Aug 13, 2006 1:40 pm
by garvinhicking
Hi!
Could you check the "xml.inc" file that is provided with the plugin? Around the middle you should find:
Code: Select all
$form_data = array ("Service"=>"AWSECommerceService",
"SubscriptionId"=>"05T5C0DJ53HFGKJCK4G2",
"AssociateTag"=>"dh0net-20",
"Operation"=>"ItemSearch",
"Keywords"=>$search,
"SearchIndex"=>$section,
"ResponseGroup"=>"Medium" );
There you could change the subscribtionID and the AssociateTag?
Best regards,
Garvin
Posted: Sun Aug 13, 2006 4:59 pm
by n2ition
Garvin,
I found the code but am not quite sure what the subscription ID is. I have the associate ID changed but before I upload the changed code I want to make sure it is all set up correctly.
I have searched the Amazon associate site for reference to a "subscription" ID or number and am not finding anything. Do you have any idea what it is reference to?
Thanks!
Posted: Sun Aug 13, 2006 5:03 pm
by garvinhicking
Hi!
Sadly I'm no amazon affiliate, so I don't really know myself

Maybe you can just change it and see if the resulting links are then properly emitted?
Best regards,
Garvin