Repulsor
Senior Member
- Jun 11, 2013
- 904
- 357
Any of you have been using amazon native ads?
This is the content format from the sitestripe
amzn_assoc_linkid seems to be random.
I am doing some bulk content, so I would like to generate them on the fly instead of invidually generating them from the product page.
Cant the amzn_assoc_linkid` be any random string that I can generate? or are there any plugins? How do the plugins generate the code?
Any help would be much appreciated.
This is the content format from the sitestripe
Code:
amzn_assoc_tracking_id = "MY-ID";
amzn_assoc_ad_mode = "manual";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_design = "enhanced_links";
amzn_assoc_asins = "ASIN";
amzn_assoc_placement = "adunit";
amzn_assoc_linkid = "424a85ad864ee45d92f08385984cad99";
I am doing some bulk content, so I would like to generate them on the fly instead of invidually generating them from the product page.
Cant the amzn_assoc_linkid` be any random string that I can generate? or are there any plugins? How do the plugins generate the code?
Any help would be much appreciated.