Announcement

Collapse
No announcement yet.

Finding out Search key terms - possible?

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

    Finding out Search key terms - possible?

    Is it possible to implement a search facility into Actinic which will allow the client to find out what keywords are being typed into the search? If so could someone please post further details? thanks

    #2
    yep its in the knowledge base

    Issue: Can I create a record of the search terms that my customers are using at the website?
    Solution: Yes. This is detailed in the section called 'Keeping a Log of Search Terms Used at the Site' in the Advanced User Guide - available to download from: http://www.actinic.co.uk/

    Ref: KB620
    Link to this article

    Comment


      #3
      Using the above log file it is possible to create a very basic PHP file to view the information online using:

      <pre>
      <?php include 'acatalog/logfile.log'; ?>
      </pre>

      and saving to the root of the server


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X