Hi bubblers! I am stumped and hoping for help. I can’t get Amazon affiliate marketing links (Card Type - Native Shopping Ad) to render in html elements on my pages. The old style “Text+Image Link to this Page” load (with scaling issues) but the “Card Type - Native Shopping Ad” do not display at all.
Here are code snippets that amazon provides to embed:
Old style “Text+Image Link to this Page”
iframe sandbox=“allow-popups allow-scripts allow-modals allow-forms allow-same-origin” style=“width:120px;height:240px;” marginwidth=“0” marginheight=“0” scrolling=“no” frameborder=“0” src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=as_ss_li_til&ad_type=product_link&tracking_id=blience-20&language=en_US&marketplace=amazon®ion=US&placement=B0006HVJ3O&asins=B0006HVJ3O&linkId=8d41c49ed9b57d1144b0dc78403c4987&show_border=true&link_opens_in_new_window=true"></iframe
New “Card Type - Native Shopping Ad”
script type=“text/javascript”>
amzn_assoc_tracking_id = “blience-20”;
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 = “B0006HVJ3O”;
amzn_assoc_placement = “adunit”;
amzn_assoc_linkid = “8ab5d3aede5e085f767579946a8f50f5”;
</script
script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script
Note - I removed the <> from the beginning and end of the code snippets so the text will display here
Thanks in advance for any help!