My amazon native shopping ads stopped working on all of my sites for no reason.
I generated the ad code from amazon dashboard and past it on the HTML block widget on the right sidebars of my sites, they were working all the time, but lately they all dissapeard and stopped working. Here is the amazon ad code below :
<script type="text/javascript">
amzn_assoc_placement = "adunit0";
amzn_assoc_search_bar = "false";
amzn_assoc_tracking_id = "ayman022-20";
amzn_assoc_ad_mode = "search";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_title = "";
amzn_assoc_default_search_phrase = "NBA shirts";
amzn_assoc_default_category = "All";
amzn_assoc_rows = "4";
amzn_assoc_search_bar_position = "top";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script>
]]>I have a product review site called Utensilslist.com. I use Amazon’s affiliate program on it to monetize it. Until recently I had an Amazon Native ad I created showing up on my site.
However, recently the ad has stopped working at all. I use Ad Inserter to insert the code and the plugin looks like it’s working fine.
I did look up this topic already and found someone else having the same issue almost a year ago. The solution they were given was to put
amzn_assoc
amazon-adsystem
into one of the exclude sections. It didn’t list which one so I put the code in both sections. However, the ads are still not working.
Is there any setting inside of the litespeed cache plugin that might interfere with the use of Amazon native ads?
]]><script type="text/javascript">
amzn_assoc_placement = "adunit0";
amzn_assoc_tracking_id = "xxxxxxxxxxxxx-20";
amzn_assoc_ad_mode = "manual";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_linkid = "xxxxxxxxxxxxxxxxx";
amzn_assoc_asins = "xxxxxxxx,xxxxxxxx,xxxxxxxxxx,xxxxxxxxxxx";
amzn_assoc_search_bar = "true";
amzn_assoc_title = "Ember Mugs";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script>
]]>– I enabled remote debugging and ran Ad Blocking Status. It says no Ad Blocks.
– My entire website is whitelisted to NO Ad Blocks (both Chrome Settings and Chrome Extensions)
– I tried different browsers and different devices.
– I changed Amazon Ads configs multiple times.
– I disabled all caching and ran the Label Blocks + Log Processing. The block was tagged red, but still doesn’t show. I can paste the log here if you want or you can check it for me please.
– I use CloudFlare, but RocketLoader is deactivated. When I tried to put in development mode to bypass its Cache the website didn’t loaded, so I could not test.
– My Amazon Native Ads are on Block 1 of Ad Inserter, set to show After Content on Posts.
Please help! Thank you!
]]>I have tried the wordpress default theme, as well as deactivating all my plugins but neither of these seem to make any difference.
Any help or feedback would be appreciated.
]]>I have Autoptimize and Async JavaScript enabled and set to deferred but my inline Amazon Native Ads are not deferred/showing as my main load issue in GTMetrix and Pingdom. Any ideas on how to remedy this (I want to defer/lazy load the ads).
Thanks!
K
]]>I was woundering, for the template is there a way to add the search box at the bottom of the products in the template. Like how amazon native ad has it?
Like i see this code amzn_assoc_search_bar = “true”; but im not sure where to add this inside the template editor or if this code would even work.
]]>Now, I don’t know if it’s the ad or the plugin. I do know what I need is an option to exclude the ad code on that one page. Is there a way to do this with Ad Inserter? I already have the home page excluded, but I need to be able to exclude the contact page and I don’t know how. I do not want to have to take the ad down on other pages where it’s working fine.
]]>I have this amazon Native Ad code:
<script type="text/javascript">
amzn_assoc_placement = "adunit0";
amzn_assoc_enable_interest_ads = "true";
amzn_assoc_tracking_id = "metainsp08-20";
amzn_assoc_ad_mode = "auto";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_linkid = "ec32b8a49706a77719569626260918d9";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script>
And I put it in the page i want to show it, but it doesn’t show up anything. Then I thought it might be due to WP rich text editor, so i put the code in header.php.
And this is the output:
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Big ass HTML, but nothing is showing. I looked into the Insect Element stuff and i saw some elements are set to display none. But still, the elements are empty. Please help!
]]>