Where to Paste the Google Adsense Code in Magento?












0















I just got my code and need to paste the code to into the HTML of the website Right after the tag.



I couldn't figure out it. Can you please explain me where to paste it in Magento? I am pretty new to Magento; therefore, i need a detailed direction step by step. Thanks a lot.










share|improve this question














bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • My suggestion is to stop placing all these snippets and use google tag manager.

    – ProxiBlue
    Oct 5 '16 at 5:47
















0















I just got my code and need to paste the code to into the HTML of the website Right after the tag.



I couldn't figure out it. Can you please explain me where to paste it in Magento? I am pretty new to Magento; therefore, i need a detailed direction step by step. Thanks a lot.










share|improve this question














bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • My suggestion is to stop placing all these snippets and use google tag manager.

    – ProxiBlue
    Oct 5 '16 at 5:47














0












0








0


1






I just got my code and need to paste the code to into the HTML of the website Right after the tag.



I couldn't figure out it. Can you please explain me where to paste it in Magento? I am pretty new to Magento; therefore, i need a detailed direction step by step. Thanks a lot.










share|improve this question














I just got my code and need to paste the code to into the HTML of the website Right after the tag.



I couldn't figure out it. Can you please explain me where to paste it in Magento? I am pretty new to Magento; therefore, i need a detailed direction step by step. Thanks a lot.







html coding






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 5 '16 at 0:12









Gerry LewarneGerry Lewarne

1




1





bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • My suggestion is to stop placing all these snippets and use google tag manager.

    – ProxiBlue
    Oct 5 '16 at 5:47



















  • My suggestion is to stop placing all these snippets and use google tag manager.

    – ProxiBlue
    Oct 5 '16 at 5:47

















My suggestion is to stop placing all these snippets and use google tag manager.

– ProxiBlue
Oct 5 '16 at 5:47





My suggestion is to stop placing all these snippets and use google tag manager.

– ProxiBlue
Oct 5 '16 at 5:47










1 Answer
1






active

oldest

votes


















0














it depend on where you want to put that code you can put in layout file if you want to put it on product page or somewhere else.



The easiest is using CMS blocks, this is a very simple approach however there are other ways.



If you create the following file



app/design/frontend/default/yourwebsite/layout/local.xml and add the code below, in admin you then need to set Configuration > General > Design > Themes > Default



to yourwebsite or whatever you name the your folder as above.



<?xml version="1.0"?><layout version="0.1.0">    <default>        <reference name="right">            <block type="cms/block" name="right.static">                <action method="setBlockId"><block_id>right_static</block_id></action>            </block>        </reference>    </default></layout>


Create a new CMS static block called right_static and paste your adsense code, clear your cache and you should see the ads immediately. Adsense initially places blank images if it is a new account so you should check the source html in the browser if it is not showing.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "479"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f139386%2fwhere-to-paste-the-google-adsense-code-in-magento%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    it depend on where you want to put that code you can put in layout file if you want to put it on product page or somewhere else.



    The easiest is using CMS blocks, this is a very simple approach however there are other ways.



    If you create the following file



    app/design/frontend/default/yourwebsite/layout/local.xml and add the code below, in admin you then need to set Configuration > General > Design > Themes > Default



    to yourwebsite or whatever you name the your folder as above.



    <?xml version="1.0"?><layout version="0.1.0">    <default>        <reference name="right">            <block type="cms/block" name="right.static">                <action method="setBlockId"><block_id>right_static</block_id></action>            </block>        </reference>    </default></layout>


    Create a new CMS static block called right_static and paste your adsense code, clear your cache and you should see the ads immediately. Adsense initially places blank images if it is a new account so you should check the source html in the browser if it is not showing.






    share|improve this answer




























      0














      it depend on where you want to put that code you can put in layout file if you want to put it on product page or somewhere else.



      The easiest is using CMS blocks, this is a very simple approach however there are other ways.



      If you create the following file



      app/design/frontend/default/yourwebsite/layout/local.xml and add the code below, in admin you then need to set Configuration > General > Design > Themes > Default



      to yourwebsite or whatever you name the your folder as above.



      <?xml version="1.0"?><layout version="0.1.0">    <default>        <reference name="right">            <block type="cms/block" name="right.static">                <action method="setBlockId"><block_id>right_static</block_id></action>            </block>        </reference>    </default></layout>


      Create a new CMS static block called right_static and paste your adsense code, clear your cache and you should see the ads immediately. Adsense initially places blank images if it is a new account so you should check the source html in the browser if it is not showing.






      share|improve this answer


























        0












        0








        0







        it depend on where you want to put that code you can put in layout file if you want to put it on product page or somewhere else.



        The easiest is using CMS blocks, this is a very simple approach however there are other ways.



        If you create the following file



        app/design/frontend/default/yourwebsite/layout/local.xml and add the code below, in admin you then need to set Configuration > General > Design > Themes > Default



        to yourwebsite or whatever you name the your folder as above.



        <?xml version="1.0"?><layout version="0.1.0">    <default>        <reference name="right">            <block type="cms/block" name="right.static">                <action method="setBlockId"><block_id>right_static</block_id></action>            </block>        </reference>    </default></layout>


        Create a new CMS static block called right_static and paste your adsense code, clear your cache and you should see the ads immediately. Adsense initially places blank images if it is a new account so you should check the source html in the browser if it is not showing.






        share|improve this answer













        it depend on where you want to put that code you can put in layout file if you want to put it on product page or somewhere else.



        The easiest is using CMS blocks, this is a very simple approach however there are other ways.



        If you create the following file



        app/design/frontend/default/yourwebsite/layout/local.xml and add the code below, in admin you then need to set Configuration > General > Design > Themes > Default



        to yourwebsite or whatever you name the your folder as above.



        <?xml version="1.0"?><layout version="0.1.0">    <default>        <reference name="right">            <block type="cms/block" name="right.static">                <action method="setBlockId"><block_id>right_static</block_id></action>            </block>        </reference>    </default></layout>


        Create a new CMS static block called right_static and paste your adsense code, clear your cache and you should see the ads immediately. Adsense initially places blank images if it is a new account so you should check the source html in the browser if it is not showing.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 5 '16 at 5:43









        lalit mohanlalit mohan

        722527




        722527






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f139386%2fwhere-to-paste-the-google-adsense-code-in-magento%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Polycentropodidae

            Magento 2 Error message: Invalid state change requested

            Paulmy