Hide on non-AMP only partially ‘hiding’
-
I have set up ads to show only on AMP pages, with the following settings:
AMP Compatibility
Status : enable EditNon AMP Visibility
Status : hide EditNevertheless, we see a string ‘Advertisement’ on even ‘regular’ (non-amp) pages. Not the ad itself, just the placeholder – which is really the following in code:
<div data-ad-id=”391″ style=”text-align:left;margin-top:px;margin-bottom:px;margin-left:px;margin-right:px;float:none;” class=”afw afw_custom afw_ad afwadid-391 “>
<div style=”font-size:10px;text-align:left;color:#cccccc;”>Advertisement</div>
<amp-ad layout=”fluid” width=”336″ height=”fluid” type=”doubleclick” data-slot=”/5966054/Bla/Bla_amp_intext” data-multi-size=”300×250,336×280″ rtc-config=”{"vendors": {"prebidappnexus": {"PLACEMENT_ID": "18400289"},"criteo": {"NETWORK_ID": 6870}}, "timeoutMillis": 600}”>
</amp-ad>
</div>How can I get rid of this?
- The topic ‘Hide on non-AMP only partially ‘hiding’’ is closed to new replies.