Announcement

Collapse
No announcement yet.

People visting now to count?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    People visting now to count?

    Can some one please let me know, how you find out if or how many people are looking at your site and which pages?

    This is mainly because things are abit quite on the order front, and would like to know if people are finding the site at all!


    Many Thanks

    Andy
    Me got it wrong again!!!
    http://www.ar-sheldon.com

    #2
    The easiest way is generally to analyse your web server logs. Ask your hosting company for some help

    Comment


      #3
      Not sure how to do this (but would be interested to know if there is a way). However, you can get some idea by FTPing to the server and looking for the session files. I'm away from my (office) PC at the moment so I can't lookup (or remember) which directory they are in or what the filename format is (although I seem to remember the IP address is in the name).

      Have a shufty round the directories (start with the main actinic one) with FTP, sort the directory into most recent time/date order and have a look for some files with strange names in the same format. Those will be the session files. I seem to recall they are deleted after a certain time(?) but if there have been any visitors in the last few hours you should see their session files. Not sure if you can get any other useful info from within the files though (like which pages they visited, or if they put anything in the basket)...
      John

      Comment


        #4
        Forgot to say. Look for any /acatalog entries in the log file or use something like AWSTATS. Generally you can access these from your hosting control panel.

        Comment


          #5
          Thank you, will give it a try

          Andy


          Me got it wrong again!!!
          http://www.ar-sheldon.com

          Comment


            #6
            Originally posted by taliesyn
            Forgot to say. Look for any /acatalog entries in the log file or use something like AWSTATS. Generally you can access these from your hosting control panel.
            Have logged an e mail with host, not hoping a quick reply, their a bit rubbish!

            Although I did go to my control panel and it tells me to insert this:-

            <script type="text/javascript">
            <!--
            var n = escape(navigator.appName);
            var r = escape(top.document.referrer);
            var url = "http://stats.bsve.net/stats-bin/log.cgi?r="+r+"&n="+n;
            var img = "<img src=\""+url+"\">";
            document.write(img);
            //-->
            </script>

            into the index.html page on my web site and that gives me stats, can I do this or do i need to insert it in Act_Primary.html?

            Is Act_Primary.html to correct for the index.html? if not what is?

            If I insert direct to index.html will it get over written when I up load a new bit to the front page?

            Thank you for help


            Andy

            Learning the hard way I think
            Me got it wrong again!!!
            http://www.ar-sheldon.com

            Comment


              #7
              Andy,

              I'm not sure but that just looks to me like a bit of code for tracking the page referrer and browser.

              If you've got a control panel then there should a link to a stats area. Who's your host and what's your stats panel?

              Mike
              -----------------------------------------

              First Tackle - Fly Fishing and Game Angling

              -----------------------------------------

              Comment


                #8
                Hi olderscot,

                Host is Business Serve (www.businesserve.co.uk).

                Stats panel, I don't know, how do you find out? Viewed source code and it was missing any names.

                http://stats.bsve.net/stats-bin/disp...AR-SHELDON.COM

                The above is a link to the stat's page, it's all zero's. I think this is so becouse I've not put in the script below?

                <script type="text/javascript">
                <!--
                var n = escape(navigator.appName);
                var r = escape(top.document.referrer);
                var url = "http://stats.bsve.net/stats-bin/log.cgi?r="+r+"&n="+n;
                var img = "<img src=\""+url+"\">";
                document.write(img);
                //-->
                </script>

                I'm told by business Serve it's to go in the index.html.

                Can I put it in the <body> of index.html with Actinic over writing it?

                Thanks

                Andy
                Me got it wrong again!!!
                http://www.ar-sheldon.com

                Comment


                  #9
                  If it's that code that's driving the stats then it should probably go in your primary template so that you capture which pages are being visited.

                  Whatever, you've done, you do now have some visitor information for today (2 visitors so far).

                  If you've just entered the code then it seems to be working.

                  Mike
                  -----------------------------------------

                  First Tackle - Fly Fishing and Game Angling

                  -----------------------------------------

                  Comment


                    #10
                    olderscot,
                    put stats script into
                    Act_Primary.html <body>

                    Do you think this will do any harm?

                    Thanks

                    Andy
                    Me got it wrong again!!!
                    http://www.ar-sheldon.com

                    Comment


                      #11
                      No, probably what I would have done.

                      it won't do any harm and means you should get stats on all your pages that use that template. You should also put it into the primary brochure template too. It's likely that some of your pages use that template too (particularly your main index.html page).

                      Mike
                      -----------------------------------------

                      First Tackle - Fly Fishing and Game Angling

                      -----------------------------------------

                      Comment


                        #12
                        Mike,

                        Thank you for your help


                        Andy
                        Me got it wrong again!!!
                        http://www.ar-sheldon.com

                        Comment


                          #13
                          web stats

                          We use EnterURL.com for stats. They give a comprehensive reporting service on your log files laid out in an easily readable way. Each visit is grouped together and includes IP address, referring website/page, search terms used and visitor's page by page progress. If an order is placed the order number will be displayed, and if they leave the site and return later (even days or weeks later then when you view the stats for the second visit the details of the first one are there also, so it's great for measuring conversions. There are also numerous summary reports. They give a 2 week free trial and if you decide to stay with them it costs from US$14.99 per month, depending on the number of page views. They have 3 versions - Lite, Professional & Commerce. I'd say its definitely worth a try. We've used various other stats services in the past but none are as good as this one for the price. Their web address is http://www.enterurl.com and select traffic analysis.
                          Brian
                          www.flowergallery.co.uk
                          Same day flower delivery to UK
                          Same day flower delivery to Republic of Ireland
                          International Flower Delivery

                          Located in Argyll, Scotland, UK

                          Comment


                            #14
                            Brian

                            Thank you I'll take a look.


                            Andy
                            Me got it wrong again!!!
                            http://www.ar-sheldon.com

                            Comment

                            Working...
                            X