1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Google Analytics Word Press Installation

Discussion in 'Google Analytics' started by Essentially87, Jul 22, 2011.

  1. #1
    I am having some trouble getting Analytics installed in a clients word press website. Anyone bump into this problem before? I am not sure which PHP file I should put it in. I would think it would work in any of them. Should it be page.php?

    Thanks for any help.
     
    Essentially87, Jul 22, 2011 IP
  2. sonyaseo.1987

    sonyaseo.1987 Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    MBA Colleges in Mumbai
    Add the following code in your theme’s functions.php file and don’t forget to paste your Google Analytics code from Step 6 here.

    <?php
    add_action('wp_footer', 'add_googleanalytics');
    function add_googleanalytics() { ?>
    // Paste your Google Analytics code from Step 6 here
    <?php } ?>
     
    sonyaseo.1987, Jul 23, 2011 IP
  3. matrixcomsec

    matrixcomsec Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thnx a lot your kind reply, i was in problem with this issue for my wordpress site. thnx for posting.
     
    matrixcomsec, Jul 23, 2011 IP
  4. robbis

    robbis Member

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    You can add the tracker on the footer
     
    robbis, Jul 26, 2011 IP
  5. starryeyedsarah

    starryeyedsarah Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if u install an seo plugin its usually easier
     
    starryeyedsarah, Aug 11, 2011 IP
  6. jopsons

    jopsons Active Member

    Messages:
    467
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #6
    you should install google analytics plugin for wordpress, it will ask you only the ID of google analytics, if you added this it will added into your website.

    Thank you
     
    jopsons, Aug 13, 2011 IP
  7. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #7
    The Google Analytics should be in the footer or header of the page. Most suitably the header.php or footer.php of the page.
     
    unknownpray, Aug 13, 2011 IP