COME INSERIRE ADSENSE IN BLOGGER HOW TO INSERT INTO ADSENSE BLOGGER

Insert AdSense in blogger

Blogger.com è la piattaforma blog offerta gratuitamente da Google ed è tra le più utilizzate dai blogger di tutto il mondo. Blogger.com is the blog platform offered free by Google and is among the most used by bloggers worldwide.
Offre un comodo editor del layout che vi permette di inserire in modo visuale e molto semplice gli elementi di pagina all’interno del vostro blog, tra questi anche Adsense , con una solo limitazione però, gli annunci non possono essere inseriti all’interno del post, ma soltanto in alcune posizioni prestabilite. It offers a convenient layout editor that allows you to enter so visual and very simple elements page in your blog, among them also Adsense, with only one limitation, however, the ads can not be inserted in the post But only in certain positions points. Come ovviare a questo inconveniente? How to remedy this problem? Ve lo spiego subito: Let me explain now:

  1. Entrate nell’amministrazione del vostro blog e selezionate la scheda “ Modello ” e la sotto-scheda “ Modifica html “. Revenue in your blog and select the "Model" and the sub-heading "edit html." Una volta entrati, cliccate sul check box “ Espandi i modelli widget “, come indicato nell’immagine di seguito. Once entered, click the check box "Expand models widgets", as shown in below.
    Insert AdSense in blogger
  2. A questo punto cercate la seguente linea di codice: At this point look for the following line of code:

    <div class='post-header-line-1'/> <div class='post-header-line-1'/>

    (utilizzate in firefox la funzione di ricerca con la combinazione di tasti ctrl f) e inserite il vostro codice Adsense immediatamente dopo. (firefox used in the search function with the key combination Ctrl f) and enter your code Adsense immediately afterwards.

    Questo vi permetterà di inserire Adsense immediatamente dopo il titolo del vostro post . This enables you to insert Adsense immediately after the title of your post.

  3. Google però a questo punto pone un limite: dal momento che il codice Adsense è racchiuso tra due tag di commento <!– –> esso verrà interpretato da Google proprio come un commento, e gli annunci non si visualizzeranno. Google, however, at this point puts a limit: since the Adsense code is enclosed in two tags Commentary <- -> it will be interpreted by Google as a comment, and ads not see.
    Per fortuna a tutto c’è una soluzione. Fortunately everything there is a solution. Se provate a salvare il modello ea tornare alla riga nella quale avete inserito il codice di Adsense, noterete che Blogger ha sostituito le virgolette con i rispettivi codici , in questo modo: If you try to save the model and return to row in which you entered the code Adsense, you will notice that Blogger has replaced the quotes with their codes, as follows:

    google_ad_client = &quot;pub-1862048471093901&quot;; google_ad_client = "pub-1862048471093901";

    Perché allora non sfruttare il suggerimento di Google e non modificare i tag di commento con i rispettivi codici. So why not exploit the suggestion of Google and not to change the tags Commentary with their respective codes. Presto fatto. Soon done.
    Sostituite la prima parentesi angolare del commento con &lt; e la parentesi angolare alla fine del commento con &gt; . Replace the first angle brackets of the comment with <and the angle brackets at the end of the comment with>.
    Il codice finale dovrebbe apparire come quello sotto: The final code should look like the one below:

    <script type='text/javascript'> &lt; !- - <script type='text/javascript'> <- --
    google_ad_client = &quot;pub-xxxxxxxxxxxxxxx&quot;; google_ad_client = "pub-xxxxxxxxxxxxxxx";
    google_ad_width = 336; google_ad_width = 336;
    google_ad_height = 280; google_ad_height = 280;
    google_ad_format = &quot;336×280_as&quot;; google_ad_format = "336 × 280_as";
    google_ad_type = &quot;text_image&quot;; google_ad_type = "text_image";
    google_color_border = &quot;112233&quot;; google_color_border = "112233";
    google_color_bg = &quot;112233&quot;; google_color_bg = "112233";
    google_color_link = &quot;97CA76&quot;; google_color_link = "97CA76";
    google_color_text = &quot;89B5E7&quot;; google_color_text = "89B5E7";
    google_color_url = &quot;EABD61&quot;; google_color_url = "EABD61";
    google_ui_features = &quot;rc:6&quot;; google_ui_features = "rc: 6";
    //- - &gt; / / - ->
    </script> </ script>
    <script src=’http://pagead2.googlesyndication.com/pagead/show_ads.js’ type=’text/javascript’> <script src='http://pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
    </script> </ script>

Aggiornamento: in rete è disponibile uno strumento che permette di convertire il codice Adsense affinche sia adatto per questo scopo. Update: networking is available a tool that allows you to convert the Adsense code to be suitable for this purpose. Lo trovate a questo indirizzo: http://blogcrowds.com/resources/parse_html.php I found at this address: http://blogcrowds.com/resources/parse_html.php

Questo metodo è sicuro e perfettamente in regola con il TOS di Adsense , infatti se salvate il modello e andate a visualizzare il codice della vostra pagina, vedrete che il codice Adsense è proprio come viene fornito all’origine. This method is perfectly safe and in good standing with the TOS Adsense, in fact saved if the model and go to see the code of your page, you will see that the code is just as Adsense comes to the source.

A questo punto, se volete possiamo fare ancora di più. At this point, if you want we can do even more.
Possiamo decidere di inserire l’insieme di annunci soltanto all’interno dei singoli post e non in home page, oppure far apparire in home page un determinato formato (piccolino, che magari non sia di intralcio alla lettura) e all’interno del post un formato più grande. We can decide to enter the ad only within the individual posts and not on the home page, or to appear on the home page a certain format (piccolino, which perhaps is not a hindrance to reading) and inside the post a bigger size.

Per farlo dobbiamo aggiungere la seguente sintassi al codice di cui ho parlato all’inizio dell articolo. To do this we must add the following syntax code I mentioned at the beginning of article.
Sempre sotto la riga <div class='post-header-line-1'/> inserite il codice: Also under the line <div class='post-header-line-1'/> enter the code:

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pageType == "item"'>
<il vostro codice adsense modficato come sopra> <your adsense code modficato as sopra>
</b:if > </ b: if>

Questo farà apparire gli annunci Adsense soltanto all’interno delle pagine contenenti i singoli post. This will appear Adsense ads only within the pages containing the individual posts.
Se volete invece avere due tipi di formati diversi di annunci a seconda che ci si trovi in home o all’interno del singolo post, utilizzate questo codice: If you want instead to have two types of different formats of ads depending on whether you are at home or in the individual post, use this code:

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pageType == "item"'>
<il vostro codice adsense dei singoli post> <your adsense code of individual post>
<b:else /> <b:else />
<il vostro codice adsense della home page> <your adsense code of home page>
</b:if > </ b: if>


ARTICOLI CORRELATI: Related stories:
INSERIRE GLI ANNUNCI ADSENSE (E YAHOO PUBLISHER) ALL’INTERNO DEI POST IN BLOGGER INSERT ADVERTS ADSENSE (YAHOO AND PUBLISHER) INTERIOR OF POST IN BLOGGER
INSERIRE ADSENSE FRA I POST DI BLOGGER INSERT ADSENSE BETWEEN THE POST OF BLOGGER
GUADAGNA DI PIU’ INSERENDO MENO PUBBLICITA’ WORK MORE 'INSERENDO LESS ADVERTISING'
L’IMPORTANZA DELL’ALT NELLE IMMAGINI THE IMPORTANCE DELL'ALT IN IMAGES
INSERIRE IL NUOVO CAMPO DI COMMENTO NEI TEMPLATE DI BLOGGER MODIFICATI INSERT THE NEW FIELD OF COMMENT IN MODIFIED TEMPLATE FOR BLOGGER

24 Commenti scritti finora » 24 Comments written '

  1. Sballato ha detto, Sballato said,

    ha scritto il Settembre 5, 2007 @ 18:45 wrote on September 5, 2007 @ 18:45

    Grande guida! Great guide!

  2. Merlinox ha detto, Merlinox said,

    ha scritto il Settembre 5, 2007 @ 19:11 wrote on September 5, 2007 @ 19:11

    Nei miei blog blogspot ho sempre usato questo metodo anch’io, però temo che quando il banner è in loop, richiamarlo più di 3 volte penalizzi pesantemente il CPC. In my blogspot blog I have always used this method too, but I fear that when the banner is in loops, recall more than 3 times heavily penalise the CPC.

    Purtroppo non ho ancora trovato una soluzione, e la nuova feature di blogger che inserisce il banner tra i post a me non funziona :( Unfortunately I have not yet found a solution, and the new feature of bloggers inserting banner between the posts to me does not work: (

  3. admin ha detto, Admin said,

    ha scritto il Settembre 5, 2007 @ 20:13 wrote on September 5, 2007 @ 20:13

    In parte hai ragione, troppi blocchi di annunci Adsense hanno dei risvolti negativi sul CPC. In part you are right, too many blocks of Adsense ads have negative implications on the CPC. Comunque lo script considera soltanto i 3 blocchi previsti nel TOS. However the script considers only 3 blocks provided in the TOS.
    Una soluzione sta nel utilizzare i formati più piccoli come il mezzo banner o il banner 468 x 60 in home page e formati più grandi all’interno dei singoli post, proprio come è spiegato in questo post. One solution is to use the smaller formats such as banners or half the 468 x 60 banner on the home page and larger formats within each post, just as is explained in this post.
    Ad ogni modo fino a questo momento i blog su piattaforma Blogger sono quello col più alto CTR (parliamo di qualcosa come il 13% in alcuni casi). However until now blogs on Blogger platform are that with the highest CTR (talk about something like 13% in some cases).

  4. Merlinox ha detto, Merlinox said,

    ha scritto il Settembre 6, 2007 @ 08:38 wrote on September 6, 2007 @ 08:38

    Su trading-italia.biz ho fatto appunto questi aggiornamenti, grazie all’illuminazione del tuo post. On trading-italia.biz I did precisely these updates, thanks for lighting of your post.
    Il problema rimane però che la gestione di blogger di adsense all’interno del post non funziona, o almeno non funziona sui miei blog. The problem remains, however, that the management of blogger adsense inside of the post does not work, or at least does not work on my blog.

  5. admin ha detto, Admin said,

    ha scritto il Settembre 7, 2007 @ 17:13 wrote on September 7, 2007 @ 17:13

    Se vuoi puoi mandarmi il template xml e il codice adsense da inserire e posso provare ad aiutarti. You can send me the template xml and adsense code to be included and I can try to help.

  6. ulisse Di Bartolomei ha detto, ulisse Di Bartolomei said,

    ha scritto il Febbraio 22, 2008 @ 21:33 wrote the February 22, 2008 @ 21:33

    Salve Hi
    ho la sensazione di avere trovato il “forum” giusto dove confidare le mie pene con il blog di google. I have the feeling of having found the forum "right where trust my penis with the blog google.
    Certamente gran colpa ne ha la mia inesperienza tantè che non mi riesce di venire a capo per la creazione di un blog funzionante, in particolare per farmi pagare la pubblicità di già ospitata. Certainly much blame has my inexperience tantè that I can to come to head for the creation of a blog running, in particular to make me pay for the advertising already hosted.
    Le questioni sono: 1) dove trovo il robots.txt? The questions are: 1) where I find the robots.txt?
    google mi chiede se ne ho uno, ma pur cercando in tutti i cassetti e tre le scarpe vecchie, non l’ho trovato… insomma saran tutti super esperti di informatica ma che ci vuole ad aggiungere questa informazione? google asks me if I have one, but looking in all the drawers and three old shoes, I have not found… in short, all will be super computer experts but we want to add this information? 2) il codice adsense va messo tra i body sostituendo tutto quello che c’è in mezzo oppure aggiungendovelo. 2) the adsense code should be between the body replacing everything that's in half or aggiungendovelo. 3) i codici ricerca e referral vanno pure sistemati in qualche posto ma anche questo mi sfugge e rimane sempre la questione come sistemarceli. 3) codes research and referrals should also be placed somewhere but even this escape me and is always the question as sistemarceli. Ovviamente si è capito che non voglio imparare tutta la tecnica html, ma solo quanto mi occorre e spero che non ci si scandalizzi! Of course, you understand that I do not want to learn all the technique html, but only what I need and I hope that there will scandalizzi!
    Comunque sono prodigo di ringraziamenti per chiunque mi dia una mano e ovviamente siete tutti invitati al mio blog lospiritodeltempodiulisse.blogspot.com However, I am the prodigal of thanks for anyone give me a hand and obviously you are all invited to my blog lospiritodeltempodiulisse.blogspot.com
    Ulisse Ulysses

  7. giadatea ha detto, giadatea said,

    ha scritto il Marzo 17, 2008 @ 00:31 wrote the March 17, 2008 @ 00:31

    Grazie, utilissime informazioni, peccato che la cosa che volevo fare io non è realizzabile, avendo un blog di gruppo pensavo che ognuno potesse inserirsi i propri codici, e invece apparirebbero solo quelli di un iscritto. Thank you, useful information, pity that the thing that I wanted to make is not feasible, having a blog group thought that everyone could fit their codes, and instead appear only those of a writing. Pazienza… Patience…

  8. AdSenseVincente » Blog Archive » Inserire gli annunci AdSense in Blogger. ha detto, AdSenseVincente 'Blog Archive' Insert AdSense ads on Blogger. Said,

    ha scritto il Marzo 25, 2008 @ 23:16 wrote the March 25, 2008 @ 23:16

    [...] Guida all’ inserimento degli annunci AdSense per chi utilizza Blogger Leave a Comment [...] [...] Guide to 'inclusion of AdSense ads for those who use Blogger Leave a Comment [...]

  9. Domenico ha detto, Domenico said,

    ha scritto il Marzo 26, 2008 @ 17:25 wrote the March 26, 2008 @ 17:25

    Guida veramente utile per chi vuole iniziare ad inserire annunci AdSense su Blogger. Help really useful for those who want to begin to place AdSense ads on Blogger.

    Complimenti Congratulations

  10. Raffaele Ciruolo ha detto, Raffaele Ciruolo said,

    ha scritto il Aprile 16, 2008 @ 09:19 wrote the April 16, 2008 @ 09:19

    Ho inserito nel mio blog (Blogger) tre rettangoli I entered on my blog (Blogger) three rectangles
    336 x 280 utilizzando (in layout) “configura post sul 336 x 280 using (layout) "configure post
    blog” e spuntando “Visualizza annunci tra post” e blog "and ticking" Show ads between post and
    “mostra dopo ogni 3 post”. "Show after each 3 post."
    Ma forse così non verrò pagato perchè non ho inserito il mio codice specifico. But perhaps not so will not paid because I entered my specific code.
    Se è così come devo fare per incollare il mio codice tra If so how do I paste my code between
    i post e farmi pagare? posts and make me pay?

  11. Mr.Segnalatore ha detto, Mr.Segnalatore said,

    ha scritto il Aprile 19, 2008 @ 11:26 wrote the April 19, 2008 @ 11:26 a.m.

    Ciao, Hello,
    grazie mille per i consigli, mi sono stati molto utili! thank you very much for the advice, I have been very useful!

    Volevo chiederti solo una cosa, ma è possibile che una volta inseriti gli adsense nei post venga penalizzata l’indicizzazione da parte di google?? I wanted to ask just one thing, but it is possible that once included the adsense on posts be penalized indexing by google?
    Ti dico questo perchè da quando ho midificato l’html (venerdì 11/04) i post che ho scritto non sono ancora nel motore di ricerca…molto strano! Did I say this because since I midificato the html (Friday 11/04) posts that I wrote are not yet in the search engine… very strange!

    Ti ringrazio per l’eventuale risposta. I thank you for any response.

    Saluti Regards

    Mr.Segnalatore
    Il Segnalatore Blog The Reporter Blog

  12. andy ha detto, Andy said,

    ha scritto il Aprile 22, 2008 @ 19:01 wrote the April 22, 2008 @ 19:01

    io non trovo la stringa nell’html -.- nemmeno con ctrl f I do not find it in the string -.- even with ctrl f

  13. andy2000 ha detto, andy2000 said,

    ha scritto il Aprile 22, 2008 @ 21:58 wrote the April 22, 2008 @ 21:58

    1)Per Mr. 1) To Mr. Segnalatore: Gli annunci adsense non influiscono sull’indicizzazione di Google, dal momento che sono gestiti da un crawler separato. Reporter: adsense ads do not affect sull'indicizzazione Google, since they are managed by a separate crawlers.

    2)Per Andy: ti sei assicurato di aver spuntato la casella “Espandi i modelli Widget?” 2) To Andy: you are assured that they have checked the box "Expand models Widgets?"

  14. Gianfranco ha detto, Gianfranco said,

    ha scritto il Aprile 24, 2008 @ 14:19 wrote the April 24, 2008 @ 14:19

    Ecco le eccellenti informazioni che vanno ad incrementare le entrate con adsense complimenti.. Here are the excellent information that will increase revenue adsense compliments ..

  15. Ulisse Di Bartolomei ha detto, Ulysses Di Bartolomei said,

    ha scritto il Maggio 7, 2008 @ 23:00 wrote on May 7, 2008 @ 23:00

    Hi!
    I would want to explain because I wrote the sarcastic some post above. I would want to explain because I wrote the sarcastic some post above. Initiated the blog I didn’t know that some template schould be worked whith FTP programs and others from the “dashboard” of blogger. Initiated the blog I did not know that some template schould be worked whith FTP programs and others from the "dashboard" of bloggers.
    And this has complicated a lot the life because I have wasted so much time and only after one month an expert has understood that I didn’t know the thing was working on and has told me! And this has complicated the life a lot because I have wasted so much time and only after one month an expert has understood that I did not know the thing was working on and has told me!
    I have learned a lot obviously, but I believe that in blogger should be signalled “very big” this difference, so to avoid to look for cabbages and continually receiving cucumbers! I have learned a lot obviously, but I believe that in blogger should be signalled "very big" this difference, so to avoid to look for cabbages and continually receiving cucumbers!
    The blogs were born for easily going on line with the dog, the parrot, the geraniums, the little kids… or not! The blogs were born easily for going online with the dog, the parrot, the geraniums, the little kids… or not! And now don’t tell me that in this post I am too much technician… And now do not tell me that in this post I am too much technician…

    I wish everybody the best I wish everybody the best

    Ulisse Ulysses

  16. Jonn ha detto, Jonn said,

    ha scritto il Maggio 8, 2008 @ 03:41 wrote on May 8, 2008 @ 03:41

    Ciao, grazie per le informazioni prima di tutto, le ho messe in pratica e sono soddisfatto. Hello, thank you for the information first of all, I put into practice and are satisfied.
    Volevo chiederti se sai come evitare che al quarto post in home page del blog, mi resta spazio vuoto sotto il titolo come se ci fossero gli annunci,ma non ci sono!! I wanted to ask if you know how to prevent the fourth post on the home page blog, I remain empty space under the title as if there were ads, but there are!
    ciao e grazie. Hello and thanks.

  17. andy2000 ha detto, andy2000 said,

    ha scritto il Maggio 8, 2008 @ 08:22 wrote on May 8, 2008 @ 08:22

    Purtroppo ho anch’io lo stesso problema. Unfortunately, I have the same problem too. Il fatto è che Adsense genera l’Iframe in cui inserire gli annunci ma , dal momento che sono stati pubblicati già 3 blocchi, non li visualizza nel 4, creando quello spazio vuoto di cui parli tu… The fact is that Adsense generates Iframe in which to put ads but since have been published already 3 blocks, not display them in 4, creating the empty space of which you speak…

  18. Alb3rt1 ha detto, Alb3rt1 said,

    ha scritto il Maggio 12, 2008 @ 18:04 wrote on May 12, 2008 @ 18:04

    Grazie mille! Thank you very much!
    Tutorial molto ben spiegato, ed utile! Tutorial very well explained, and useful!

  19. Nino ha detto, Nino said,

    ha scritto il Maggio 19, 2008 @ 09:22 wrote on May 19, 2008 @ 09:22

    Ciao, e se volessi inserire il codice adsense alla fine del post come posso fare? Hello, and if I wanted to insert the code adsense at the end of the post as I do?

  20. claudio ha detto, Claudio said,

    ha scritto il Giugno 9, 2008 @ 16:13 wrote the June 9, 2008 @ 16:13

    come faccio ad inserirli a metà post? how do I include them in mid-post?

    grazie per il resto tutto chiaro thank you for the rest entirely clear

  21. andy2000 ha detto, andy2000 said,

    ha scritto il Giugno 9, 2008 @ 16:21 wrote the June 9, 2008 @ 16:21

    Purtroppo non è possibile inserire adsense a metà post, nè in modo automatico, nè in modo manuale dal momento che Blogger crea un pò di problemi con gli script…chissà in futuro se sarà rilasciato qualche script da parte di Google. Unfortunately you can not put adsense halfway post, nor in an automatic way, nor in manual mode since Blogger creates some problems with the script… who knows in the future if some scripts will be issued by Google. Attendiamo fiduciosi. We look confident.

  22. claudio ha detto, Claudio said,

    ha scritto il Giugno 9, 2008 @ 22:49 wrote the June 9, 2008 @ 22:49

    Grazie andy,ma te come hai fatto. Thanks andy, but you as you did.
    Cioe come dai il comando che spunta dopo un certo numero di parole? That is, as from the command that check after a certain number of words?

  23. andy2000 ha detto, andy2000 said,

    ha scritto il Giugno 10, 2008 @ 08:09 wrote the June 10, 2008 @ 08:09

    Se ti riferisci a questo blog, sappi che non è un blog blogger, ma gira su piattaforma wordpress. If you refer to this blog, know that it is not a blog blogger, but runs on platform wordpress.
    Nel mio caso ho utilizzato il plugin “adman” per la gestione degli annunci. In my case I used the plug "adman" for the management of ads.
    Magari oggi scrivo un post sull’argomento Maybe today I write a post on
    CIAO! HELLO!

  24. Andrea ha detto, Andrea said,

    ha scritto il Giugno 23, 2008 @ 07:58 wrote the June 23, 2008 @ 07:58

    Ciao.. Hello ..

    Sono nuovo del tuo blog e devo dire fatto molto bene, ti faccio i miei complimenti. I'm new to your blog and I must say very well, I offer you my congratulations.
    Arrivo alla domanda: Check the question:
    Ho seguito le tue istruzioni per inserire l’annuncio di adsense all’intenrno dei post subito dopo il titolo, però ho il problema che mi esce solo uno spazio bianco. I followed your instructions to insert the announcement of adsense all'intenrno post immediately after the title, but I have the problem that leaves me only a blank space. Mi sai dare una soluzione? I know give a solution?

    Anch’io la funzione automatica di blogger di aggiungere annuncio tra i post non funziona. I also feature automatic bloggers to add ad between posts does not work.

    Grazie. Thank you.
    ciao Hello

RSS Commenti · TrackBack URI Comments RSS TrackBack URI

Lascia un commento Leave a comment

Nome: (Required) Name: (Required)

E-mail: (Required) E-mail: (Required)

Sito web: Website:

Commento: Comment: