Wednesday, October 29, 2014

New Features of adsense style responsive must try

Hello friend, all of you today i want to share something new from adsense feature, This new feature is helpful for you all who use adsense advertisers.
what advantages adsense responsive, with the usual standard adsense?
Because web development create the web with responsive features, that can be open at the platforms of all types such as smartphones, netbooks and tablet computers.
so based on the advances in technology we now also need to enable existing facilities responsive adsense unit that we put on our website so that later can be seen in all kinds of different patform different.

  
Responsive ad unit consists of two types of Smart Sizing and Advanced.
Smart Sizing Mode
This mode allows one to adapt to a wide-screen advertising devices automatically. Advantages: You do not have to think much, just copy and paste the code and run it. this ads unit will be display auto.
<script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Blizbox.com responsive mode -->
<ins
style="display:block"
data-ad-client="ca-pub-1111111111XXX"
data-ad-slot="905016XXXX"
<strong>data-ad-format="auto"</strong>></ins>
<script> (adsbygoogle = window.adsbygoogle || []).push({});
</script>
Advanced Mode
Advance Mode provides flexibility for you to determine what size ad out for a particular device screen width. It's just that you need to understand a little bit about CSS.
style> <strong>.blizbox-responsive { width: 320px; height: 50px; } @media(min-width: 500px) { .blizbox-responsive { width: 468px; height: 60px; } } @media(min-width: 800px) { .blizbox-responsive { width: 728px; height: 90px; } }</strong> </style> <script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- blizbox.com responsive -->
<ins
style="display:inline-block"
data-ad-client="ca-pub-1111111111XXX"
data-ad-slot="90501XXXXX"></ins>
<script> (adsbygoogle = window.adsbygoogle || []).push({});
</script>

New Features of adsense style responsive must try Rating: 4.5 Diposkan Oleh: morellocyber

0 comments:

Post a Comment