Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How many searches done on a website?

How many searches done on a website?

Scheduled Pinned Locked Moved ASP.NET
algorithmstoolshelpquestion
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Its due when
    wrote on last edited by
    #1

    Hi guys Was wondering if there were any articles/links to find out how it is possible to see how many searches are done on a website and what they are searching for? Tried looking but most are 3rd party tools which is not really an option for me. Any help would be greatly appreciated. Thanks NL

    A 1 Reply Last reply
    0
    • I Its due when

      Hi guys Was wondering if there were any articles/links to find out how it is possible to see how many searches are done on a website and what they are searching for? Tried looking but most are 3rd party tools which is not really an option for me. Any help would be greatly appreciated. Thanks NL

      A Offline
      A Offline
      Albert Pascual
      wrote on last edited by
      #2

      You can buy Live Stats, awesome to check the traffic in your website. Cheers Al

      I 1 Reply Last reply
      0
      • A Albert Pascual

        You can buy Live Stats, awesome to check the traffic in your website. Cheers Al

        I Offline
        I Offline
        Its due when
        wrote on last edited by
        #3

        Nice looking thing but i need something that actually monitors whats happening on the site. For eg. There is a search function that talks to the DB and returns results. Need to know what they are searching for. I dont think Live Stats can do that can it?

        A 1 Reply Last reply
        0
        • I Its due when

          Nice looking thing but i need something that actually monitors whats happening on the site. For eg. There is a search function that talks to the DB and returns results. Need to know what they are searching for. I dont think Live Stats can do that can it?

          A Offline
          A Offline
          Albert Pascual
          wrote on last edited by
          #4

          Then you are going to have to create a Log table inside your SQL to log every single page and SQL statement.

          I 1 Reply Last reply
          0
          • A Albert Pascual

            Then you are going to have to create a Log table inside your SQL to log every single page and SQL statement.

            I Offline
            I Offline
            Its due when
            wrote on last edited by
            #5

            So I assume then that when a search is done on the page aside from doing the select statement that returns the results, I'll have to do an INSERT INTO statement that logs the info into some log table. Does that sound about right?

            A 1 Reply Last reply
            0
            • I Its due when

              So I assume then that when a search is done on the page aside from doing the select statement that returns the results, I'll have to do an INSERT INTO statement that logs the info into some log table. Does that sound about right?

              A Offline
              A Offline
              Albert Pascual
              wrote on last edited by
              #6

              That's actually what I would do, make sure you grab the QueryString and store it with the IP. Good luck Al

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups