Smart Custom Amazon Native Ad Should be below here...

Smart Custom Amazon Native Ad Should be above here...

And this is what’s being placed withing the HTML widget….

“`

<script type=”text/javascript”>
amzn_assoc_tracking_id = “mindfeeder-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 = “B0863TXGM3”;
amzn_assoc_placement = “adunit”;
amzn_assoc_linkid = “3fcf98ada5b1b512316cd6d83f98719c”;
</script>
<script src=”//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US”></script>

“`

 

The iframe works… However, was initially blocked by ad blocker.  My URL is authed by amazon.

I still can’t get the Native Ad to work…

Something is causing this to display: none to be hard coded…. I’ve forced it open with CSS atm… Notice there is no data feed.

“`

<div id=”amzn-native-ad-0″ class=”amzn-native-container” data-ad-meta=”enhanced_links-manual” style=”display: none;”>
<div class=”amzn-native-content”>
<div class=”amzn-native-product”>
<div class=”amzn-native-additional-info amzn-native-da-adchoices-container”>
<a rel=”nofollow” class=”amzn-native-da-adchoices-link” href=”https://www.amazon.com/adprefs” target=”_blank” title=”AdChoices”>
<span class=”amzn-sprite amzn-native-da-adchoices”></span>
</a>

<div class=”amzn-native-product-additional-info-menu-overlay”>
<span class=”amzn-native-product-overlay-close”>x</span>
<div class=”amzn-native-product-additional-info-menu-item”>
<span class=”amzn-sprite amzn-native-product-info-icon”></span>
Product from Amazon, Publisher may get a commission
</div>
<a rel=”nofollow” class=”amzn-native-da-adchoices-link” href=”https://www.amazon.com/adprefs” target=”_blank”>
<div class=”amzn-native-product-additional-info-menu-item da-adchoice-menu-item”>
<span class=”amzn-sprite amzn-native-product-adchoices-icon”></span>
AdChoices
</div>
</a>
</div>

<div class=”amzn-sprite amzn-native-product-ad-notification”>
<div class=”amzn-native-product-ad-notification-tooltip”>
<span class=”amzn-native-product-ad-notification-text”>
Product from Amazon, Publisher may get a commission
</span>
</div>
</div>
</div>

<span class=”amzn-native-product-image-container”>
<div class=”amzn-native-product-image-holder”>
<img class=”amzn-native-product-image”>
</div>
</span>
<div class=”amzn-native-product-title-container”>
<a rel=”nofollow” class=”amzn-native-product-title” href=”#” target=”_blank”>
<span class=”amzn-native-product-link-catcher”></span>
<span class=”amzn-native-product-title-text”></span>
</a>
<p class=”amzn-native-product-subtitle”></p>

<div class=”amzn-native-product-price”>
<span class=”amzn-native-product-offer-price”></span><!–
–><span class=”amzn-native-product-list-price”></span><!–
–><span class=”amzn-sprite amzn-native-product-prime”></span><!–
–>
<div class=”amzn-native-product-rating”>
<span class=”amzn-native-product-rating-text”>
Rated ${ratingStringValue} out of 5<span> by ${reviewersStringValue} reviewers on Amazon.com</span>
</span>
</div>
</div>
</div>
<div class=”amzn-native-product-buy-now-link-box”>
<a rel=”nofollow” href=”#” target=”_blank” class=”amzn-native-product-buy-now-link”>
Buy Now
</a>
</div>
</div>
</div>
</div>
“`