Jump to content

How to configure the search engines & referrers section in BO/Stats section


phantomeye

Recommended Posts

Hi,
I recently upgraded one of my sites from 1.1 to 1.2.5. After the upgrade the visitors online and the search engine keywords stats have reduced drastically.

1) The keywords only shows keywords that have been used more than once and has stopped showing keywords that have been used only once.
2) The visitors online numbers have reduced drastically.
3) I have attached 2 images for the new sections in the BO that i have no clue how to configure.
4) I noticed in 1.3.1 for BO/Stats/search engines, by default, there are 50 search engines entered, however in 1.2.5 there are only 6.

So i am not sure what has happened. Is it the logic that has changed in how the reports are generated or is there some configurations i need to do to make it better. Did anyone else have the same issues and if someone can please explain how to configure the 2 sections that i have attached the images for.

thanks

25334_qu9X1PInUgiVPe5KfRoN_t

25335_L8NBAtdvR90g2sKea5uG_t

Link to comment
Share on other sites

What do you have set under Stats > Settings under "Clean automatically"? I noticed that when I set it to "Never", I got hundreds of visitors online, but now that I've changed it to clean "Weekly", I only ever have a couple of people online. I'm wondering now which is a truer picture of who's online.

Link to comment
Share on other sites

I went to Stats > Search engines and it looks like you just provide the server name and the $_GET variable used by the search engine. Here's an SQL query you can use to replace the PrestaShop v1.2.5 search engines with the PrestaShop v1.3 ones:

TRUNCATE TABLE `ps_search_engine`;
INSERT INTO `ps_search_engine` (`server`,`getvar`)
VALUES  ('google','q'),('aol','q'),('yandex','text'),('ask.com','q'),('nhl.com','q'),('yahoo','p'),('baidu','wd'),
('lycos','query'),('exalead','q'),('search.live','q'),('voila','rdata'),('altavista','q'),('bing','q'),('daum','q'),
('eniro','search_word'),('naver','query'),('msn','q'),('netscape','query'),('cnn','query'),('about','terms'),('mamma','query'),
('alltheweb','q'),('virgilio','qs'),('alice','qs'),('najdi','q'),('mama','query'),('seznam','q'),('onet','qt'),('szukacz','q'),
('yam','k'),('pchome','q'),('kvasir','q'),('sesam','q'),('ozu','q'),('terra','query'),('mynet','q'),('ekolay','q'),('rambler','words');



Change ps_ to your database prefix.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...