← AdSense

Bloco de anúncios adaptável

Lida 3892 vezes

Offline

Carlos Costa 
Membro
Mensagens 1464 Gostos 10
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 1000 Posts

Boas,

Alguém aqui utiliza nos seus sites o bloco de anúncios adaptável do AdSense? Se sim, ele adapta-se bem ao layout dos sites em vários dispositivos de acesso, tais como PC's, tablets e telemóveis?

Cumprimentos.
Offline

kurtmix 
Membro
Mensagens 1895 Gostos 605
Feedback +4

Troféus totais: 28
Trófeus: (Ver todos)
Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary Seventh year Anniversary Search Level 5 Windows User Super Combination Combination Topic Starter

Eu usei algum tempo mas notei que os tamanhos dos banners se tornaram muito pequenos e baixou o ctr.
Offline

Jóni Oliveira 
Administrador
Mensagens 3428 Gostos 395
Feedback +28

Troféus totais: 35
Trófeus: (Ver todos)
Tenth year Anniversary Nineth year Anniversary Mobile User Apple User Level 6 Windows User Super Combination Combination Topic Starter 10 Poll Votes

Tem de personalizar para que o tamanho fique o que voces querem, esse adaptavel automatico só faz banners com pouca altura no mobile...
EXEMPLO que uso:
Código: [Seleccione]
<style>
.responsivo { width: 320px; height: 250px; }
@media(min-width: 500px) { .responsivo { width: 500px; height: 280px; } }
@media(min-width: 800px) { .responsivo { width: 600px; height: 280px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 600-280 Responsivo -->
<ins class="adsbygoogle responsivo"
     style="display:inline-block"
     data-ad-client="ca-pub-xxxxxxxxxxxxxx"
     data-ad-slot="xxxxxxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Offline

kurtmix 
Membro
Mensagens 1895 Gostos 605
Feedback +4

Troféus totais: 28
Trófeus: (Ver todos)
Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary Seventh year Anniversary Search Level 5 Windows User Super Combination Combination Topic Starter

Tem de personalizar para que o tamanho fique o que voces querem, esse adaptavel automatico só faz banners com pouca altura no mobile...
EXEMPLO que uso:
Código: [Seleccione]
<style>
.responsivo { width: 320px; height: 250px; }
@media(min-width: 500px) { .responsivo { width: 500px; height: 280px; } }
@media(min-width: 800px) { .responsivo { width: 600px; height: 280px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 600-280 Responsivo -->
<ins class="adsbygoogle responsivo"
     style="display:inline-block"
     data-ad-client="ca-pub-xxxxxxxxxxxxxx"
     data-ad-slot="xxxxxxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Tenho que fazer uns testes desses porque a verdade é que a experiência que tive foi prejudicial, mas a ideia do adaptável é muito boa.
Offline

Carlos Costa 
Membro
Mensagens 1464 Gostos 10
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 1000 Posts

Obrigado.