View Single Post
Old 01-19-2016, 04:26 PM #1
napy8gen's Avatar
napy8gen napy8gen is offline
Administrator
 
Join Date: Dec 2015
Posts: 105
napy8gen napy8gen is offline
Administrator
napy8gen's Avatar
 
Join Date: Dec 2015
Posts: 105
Default How to make your google ads responsive

For your old ads you can do these changes.

for example normal ads:
Quote:
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-2517459423514138"
data-ad-slot="2028335009"></ins>
make responsive by these changes.

Quote:
<ins class="adsbygoogle"
style="display:block;"
data-ad-client="ca-pub-2517459423514138"
data-ad-slot="2028335009"
data-ad-format="auto"
></ins>
New ads you can just pick up the responsive ads from your adsense account when creating new ads.
napy8gen is offline   Reply With QuoteReply With Quote