Amazon Ad Banner not working

Posted in: Newspaper
Post count: 4

Amazon Ad banner is not showing up on my header section. I pasted the code in theme panel under header. Am I missing something else?

Post count: 15

No, you are not missing anything. I have been facing the same issue but the team from tagDiv is not at all acknowledging this. In fact, any sort of HTML code be it affiliate code or even the AdSense code, it’s not displaying on the site.

And they replied to me stating please make sure your ads are approved.

I have just started using newspaper and I am really really frustrated already.

Post count: 4

Thanks for the reply! Yes! it has been frustrating for me too. I just purchased the newspaper theme 4 days ago, and I am already having issues.

Post count: 35449

Hi araja and Komal,
If I understand correctly, you set the ads in theme panel, here -> https://i.imgur.com/c6m9lYJ.png and there are no changings on live website.
If so the these can be the situations:
You are using a pro demo, with a cloud header, these are not using the ads from theme panel. Pro demos are made using tagDiv Composer and cloud templates, all these can be edited with tagDiv Composer and the ads are set in ad box element -> https://forum.tagdiv.com/custom-ad-spots/ ; the ad box has 3 sections for ads: using theme panel ads -> https://i.imgur.com/KFa9ibl.png, using images/banners -> https://i.imgur.com/MfAPTaE.png and custom code -> https://i.imgur.com/2rh8SuD.png
-> https://i.imgur.com/Kb4jWCG.png -> https://i.imgur.com/WMMPTEu.jpg
Please check this.
If there is a blank space, the ad is provide, but if is a new ad account it takes few dais until the ads will appear.
If the account is not new and you have it at list from 1-2 weeks, then can be other problems.
Let me know the results!
Also if the problem persists, please provide a link to your websites to can inspect the ads.
Thank you!

Post count: 4

Hello,
The problem is with the Amazon code which starts with <iframe src compared to normal html <a href. When I use the normal html code it works fine. Is there another way to display these Amazon banners, as there must be additional code/settings that needs to be implemented?

Thanks!
Ali

Post count: 35449

Hi Ali, I can help you with this only if I have access to one of these Amazon codes, we do not have a documentation for it and I need to see how it should be implement in our theme, normally all ads that are set in ad box in this section should work -> https://i.imgur.com/FsxDhXO.png if you can not share it here on forum, then please provide it via email, at contact@tagdiv.com or provide wp-admin login and let me know where I can find this code to set it in your website.

Post count: 4

Hello Calin,

As requested the banner code for Amazon Ad is as follows:

HTML:

<iframe src=”//rcm-na.amazon-adsystem.com/e/cm?o=1&p=48&l=ur1&category=primemain&banner=17T0MQR5WKGJCZNRHCG2&f=ifr&linkID=4948c5acfd89f86179080d5814bb4cc8&t=milesandpoi05-20&tracking_id=milesandpoi05-20″ width=”728″ height=”90″ scrolling=”no” border=”0″ marginwidth=”0″ style=”border:none;” frameborder=”0″></iframe>

OR

JAVA SCRIPT

<div class=”alignleft”>
<script type=”text/javascript”>
amzn_assoc_ad_type = “banner”;
amzn_assoc_marketplace = “amazon”;
amzn_assoc_region = “US”;
amzn_assoc_placement = “assoc_banner_placement_default”;
amzn_assoc_campaigns = “primemain”;
amzn_assoc_banner_type = “category”;
amzn_assoc_p = “48”;
amzn_assoc_isresponsive = “false”;
amzn_assoc_banner_id = “17T0MQR5WKGJCZNRHCG2”;
amzn_assoc_width = “728”;
amzn_assoc_height = “90”;
amzn_assoc_tracking_id = “milesandpoi05-20”;
amzn_assoc_linkid = “27e1087361ec66f9bb4b5e16944f5947″;
</script>
<script src=”//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1”></script>
</div>

I can use either one but would appreciate if you can show on how I use each of them on this Newspaper theme.

Thanks!

Ali

Post count: 35449

Hi,
You can set the code in ad box like this -> https://i.imgur.com/iVG9VL7.png

<iframe src="//rcm-na.amazon-adsystem.com/e/cm?o=1&p=48&l=ur1&category=primemain&banner=17T0MQR5WKGJCZNRHCG2&f=ifr&linkID=4948c5acfd89f86179080d5814bb4cc8&t=milesandpoi05-20&tracking_id=milesandpoi05-20" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0">
</iframe>

This will be display like this -> https://i.imgur.com/t7nAATb.png

Unfortunately for the second code of ads the theme can not recognize the the adtype -> https://i.imgur.com/ct9LSXe.png I’m not sure if there is something from code or something from our theme that is not understand that code.

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.