Page 1 of 1
279
Posted: Tue 16. Dec 2008, 02:10
by Jensensen
http://code.google.com/p/phpwcms/source/detail?r=279
hmm, i wonder in what way referrer strings logged in database could be helpful for me?
what kind of "search engine related information" do you get, that G analytics didn't catch?
how to use it?
Re: 279
Posted: Sat 20. Dec 2008, 21:28
by Jensensen
don' forget to run:
#####################################################
# PHPWCMS SQL Update
# Upgrade release 1.4 to 1.5 - 2008-12-15
#####################################################
Code: Select all
CREATE TABLE IF NOT EXISTS `phpwcms_log_seo` (
`id` int(11) NOT NULL auto_increment,
`create_date` timestamp NOT NULL,
`domain` varchar(255) NOT NULL,
`query` varchar(255) NOT NULL,
`pos` int(11) NOT NULL,
`referrer` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM ;
Re: 279
Posted: Sat 20. Dec 2008, 21:49
by update
Jensensen wrote:hmm, i wonder in what way referrer strings logged in database could be helpful for me?
what kind of "search engine related information" do you get, that G analytics didn't catch?
Hey - this could be helpful in some way indeed:
Assuming that this internal logging is revealing about the same (or similar) results for a site owner, the main advantage would certainly be the fact that you don't need an external call to someone else - sometimes waiting to boredom maximized is my experience when waiting for ga to do it's job....
Anyway - there are more important improvements to be done at first, I think. For example this
fundablething would come fist I think - the order of improvements is mixed up somehow....
by Oliver Georgi on Fri Jun 01, 2007 17:40
Thanks to your amazing support - fundraising was very successful.
Now $6000 are pledged on fundable.org by worldwide supporters and additional €1200 are pledged in addition.
I will start developing promised features next week. A maintenance release will follow next week too - 1.3.4 having some more interesting features and bug fixes.
Until then - have fun and "Cheers!" to the best community...
Oliver
This has been almost 570 days since then until now and that's why I call it wrong order btw....