Blogger problem

Discussion in 'HTML & Website Design' started by ted1986, Jun 10, 2009.

  1. #1
    Hi everyone,
    I want to count the visitors per day of my blog of google's blogspot.
    What code should I add, anyone helps? :)
     
    ted1986, Jun 10, 2009 IP
  2. ted1986

    ted1986 Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    And you can see my blog in my singnature.
     
    ted1986, Jun 10, 2009 IP
  3. lifeplayer

    lifeplayer Notable Member

    Messages:
    15,609
    Likes Received:
    475
    Best Answers:
    0
    Trophy Points:
    265
    #3
    Go to google analytic and get the code
     
    lifeplayer, Jun 10, 2009 IP
  4. ted1986

    ted1986 Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,
    Thank you for your answer, I know Google Analytic can help me do that. But I do not know how to get the code. can you past the code in the post?
     
    ted1986, Jun 17, 2009 IP
  5. Volt Nincs

    Volt Nincs Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    We can't because every webpage has it's unique code. You just need to go at analytics.google.com. Set up a new webpage.
     
    Volt Nincs, Jun 17, 2009 IP
  6. Extricate

    Extricate Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It'll look something like this;

    <!-- Google Analytics -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-8961986-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    Code (markup):
    But this is for my website (so don't use it for your own website!) - and as mentioned before, to get this code (for specifically your website) you will have to register at http://www.google.com/analytics/

    Have fun x]
     
    Extricate, Jun 17, 2009 IP
  7. kashifmughal

    kashifmughal Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #7
    you should make an account first, then visit on google analytics link or google product then where you made your code against your URL, then you may put in your website (Blogspot header.php file before </body> tag), this will take some time for just verification after that, you can read your stats from analytics url...hope you understand.
     
    kashifmughal, Jun 17, 2009 IP