Hi,
is there a way to import stat data from other stat plugins (like count per day)?
Thanks
Hi,
is there a way to import stat data from other stat plugins (like count per day)?
Thanks
What other plugins are we talking about here? In general, however, the answer is no. Because WP SlimStat needs much more information that what most other plugins can collect. Plus the DB structure is typically different, so you would have to write an importer yourself.
Camu
Hi,
but I was thinking of writing an importer myself. I was asking for some guidelines concerning your DB ways to do that.
Anyway thanks.
Hi there,
sorry for the misunderstanding. That would be awesome, indeed. Okay, I took a look at Count per Day's DB structure, and the information it collects is a subset of what is needed by WP SlimStat. You would be able to write an importer, but some fields would be empty, thus distorting the stats generated by WP SlimStat.
Count per day, for example, groups all the 'archive' pages (monthly archives, search pages, etc) as a common category (with ID = 0), and it does the same for all the categories and tags. Also it does not differentiate between visits and visitors, does not keep track of screen resolutions, browser version, extensions etc.
Having said this, here's the mapping (assuming you have wp_cpd_counter and wp_slim_stats, wp_slim_browsers):
browscap.php to get all the information)Its other tables contain information that is not used by WP SlimStat. Please feel free to contact me on my support forum if you have any questions! Thank you for doing this.
Camu
This topic has been closed to new replies.