I have set up an ad with horizontal layout 300 width, 50 height, working in test mode.
When I tried to use that one with the Adsense it renders 300x250 empty block.
<Adsense
className='adsbygoogle'
client='ca-pub-XXXXXXXXXX'
slot='XXXXXXXX'
adTest={adTest}
style={{ width: '300px', height: '50px', display: 'lightblue' }}
/>
When I try to do the same but with tag, it works.
<ins className="adsbygoogle"
client='ca-pub-XXXXXXX'
slot='XXXXXXX'
adTest={adTest}
style={{width: "300px", height: "50px", background: 'lightblue' }}
></ins>
Any idea what I am doing wrong?
I have set up an ad with horizontal layout 300 width, 50 height, working in test mode.
When I tried to use that one with the Adsense it renders 300x250 empty block.
When I try to do the same but with tag, it works.
Any idea what I am doing wrong?