Penci Design replied
Hi,
1 .AMP ad code ( Link Ads, Infeed Ads )
\ <amp-ad width="336" height="280"\
type="adsense"
data-ad-client="xxxxxxxxxxx"
data-ad-slot="xxxxxxxxxxxx">\ </amp-ad>
2 .AMP ad with variable width and fixed height
this example shows you how to create an AMP ad unit with a variable width and fixed height (100px). We recommend you leave the width as responsive so it fits naturally with the rest of your page layout.
\ <amp-ad\
layout="fixed-height"
height="100"
type="adsense"
data-ad-client="xxxx"
data-ad-slot="xxxx">
</amp-ad>
3. AMP ad with fixed width and height
\This example shows you how to create an AMP ad unit with a fixed width (300px) and a fixed height (250px).
\ <amp-ad
layout="responsive"
width="300"
height="250"
type="adsense"
data-ad-client="xxxx"
data-ad-slot="xxxx">
</amp-ad>
Best Regards,
PenciDesign
\