|
Search this group's discussions
|
F*Stats - Questions & Answers
|
Simple, you will ask, I will answer.
How to I install it?
Download the zip file, unpack it to any folder. It starts from the executable. If it doesn't start then you are missing version 2.0 of dot NET framework.
Can I use it with Safari or Firefox in MAC?
Current version of F*Stats is stand-alone Windows only application that uses Internet Explorer. I don't know if there are emulators out there that can run it on any other platform than Windows.
Why is it auto signing-in to my other account, not the one I use in my default browser?
Account that keeps automatically signing-in is probably set to "keep me signed in" in Internet Explorer.
I went through authentication and sign in successfully. How do I get my stats now?
After granting View permission, Flickr will tell you "You have successfully authorized the application F*Stats. You can go ahead and close this window now.". Don't close the window, click Authenticate button instead on the bottom. It will tell you "User authenticated:" and the name how it will remember you next time. "Authenticate" button will be replaced with 3 new buttons, first collects your referrer data, second your photo (view/favorites/comments) stats and third shows you charts and top lists.
How can I keep Stats separated when I use multiple accounts?
Copy and rename the executable. It will create a new SQLite db file with a same name as executable file.
Can it be tricked to go all the way back in history to download ALL statistics available, and not just 28 days?
Flickr keeps only 28 days of data, so you need to run it at least once in 28 days. If you are not able to run it as often, use something else like flickrstats. F*Stats uses one trick and sometimes can recover little bit more than 28, but not always (depends when Flickr deletes old stats results).
Can I use the data files from FlickrStats and combine it with the file on F*Stats?
Not yet, but importing csv files is planned feature for future release of F*Stats 2.0, unfortunately I am not able to promise any dates because it's just a hobby project.
Why is it asking me to authenticate even if I authenticated it last time?
On program start, it asks your screen name, use the same name it shows in "User Authenticated: ..." message.
Why reports have 2 sets of spark-lines (blue & pink)?
Blue spark-line shows number of unique referrers, pink spark-line shows total number of all referrings. Same with photos, unique photos vs. total number of views/favorites/comments.
What search engines are taken account when calculated Search reports?
Flickr search of course, Google, Yahoo, Bing and lot more smaller search engines (more than Flickr in 2009 Dec. detected).
How is Domains report different from Other Sites report?
Domains report includes all the views from listed domain, Other Sites report excludes the views that are already in Groups, Searches, Tags and Users reports.
How is Keywords report different from Search report?
Search report contains search phrases data, in Keywords report, all those phrases are split into words and numbers are based on every single word.
Why sometimes F*Stats all-time counters (views, comments, favorites) are smaller than info on Flickr?
This is probably because you haven't got all the statistics from Flickr. Examples: you didn't collect statistic at least once in 28 days or your account was active more than 28 before you started using F*Stats.
Why sometimes F*Stats all-time counters (comments, favorites) are larger than info on Flickr?
This can happen if you or some other users have removed their comments or favorites. If the user account is deleted then comments remain, but favorites are removed.
Flickr Stats shows me 1393 views from yesterday, F*Stats photo views has 1257 and F*Stats referrers has 1155. Why is that so?
This is because views report contains all views, but referrers report doesn't include views from Unknown Source (Direct Traffic), so there was probably 1393-1257=136 views for Photostream, Sets, Collections, Galleries and 1257-1155=102 views from Unknown Source.
How can I export spark-line charts or list of top referrers?
Right-click, View source and save it as html or install any PDF printer (like PDFcreator), click Print Preview, click Print icon from left corner, select PDF printer and click Print button.
How can I open db3 files and access all the collected data?
db3 is SQLite database file, which can be opened with software like SQLiteStudio. I have also tried sqlite-manager extension for Firefox and SQLite Database Browser. Tables that start with stats_* are collected data, rest of the tables are for aggregated data thats used in Reports part of my application.
Originally posted at 9:11AM, 4 January 2010 PDT
(permalink)
tarmo888 edited this topic 16 months ago.
|
|
Thanks for directing me here. If I have any further questions, I'll ask here. :-)
Posted 29 months ago.
(permalink)
|
|
Can I use it with Safari or Firefox in MAC?
Posted 29 months ago.
(permalink)
|
|
Can I use it with Safari or Firefox in MAC?
It is stand-alone Windows application that uses Internet Explorer. I don't know if there are emulators out there that can run it on any other platform than Windows.
Posted 29 months ago.
(permalink)
|
|
just installed it. went through authentication and sign in successfully. How do I get my stats now? can't seem to find a desktop icon or anything to click on to start the app?.
Apologies in advance.
Thanks
asa
Posted 29 months ago.
(permalink)
|
|
I went through authentication and sign in successfully. How do I get my stats now?
After granting View permission, Flickr will tell you "You have successfully authorized the application F*Stats. You can go ahead and close this window now.". Don't close the window, click Authenticate button instead on the bottom. It will tell you "User authenticated:" and the name how it remember you next time. "Authenticate" button will be replaced with 3 new buttons, first collects your referrer data, second your photo (view/favorites/comments) stats and third shows you charts and top lists.
Posted 29 months ago.
(permalink)
|
|
Hello, installed and using. Great thanks.
Can you give a little more detail on db3/SQL Lite.
I am familiar with SQL Server Access etc.. I have downloaded SQL Lite, but cannot understand .. I would normally look to connect or attach or import but can't find those options.
Thanks in advance.
Posted 29 months ago.
(permalink)
|
|
Thanks for the authentication procedure...can't believe I missed it!
Cheers
asa
Posted 29 months ago.
(permalink)
|
|
@graydon63 I am not sure if SQL Server Access is able to connect to SQLite db3 files. I have used SQLiteStudio. It is a single file application and you can do most of the standard SQL-92 queries with that software, just don't change the table structure as it would break the compatibility with future versions. Tables that start with stats_* are collected data, rest of the tables are for aggregated data thats used in Reports part of my application.
I have also tried sqlite-manager extension for Firefox and SQLite Database Browser.
Originally posted 29 months ago.
(permalink)
tarmo888 edited this topic 29 months ago.
|
|
I've been using F*Stats for about a month now. I am very impressed with your work. During the first week I got those Unhandled Exceptions and just followed those posts. One day I finally got the Authenticate concept and it was clear sailing from there on.
I was running it every day for awhile and began to wonder how F*Stats kept track of where it left off downloading data.
Yesterday I noticed it now goes back one week to get Referrer and Photos stats.
Did you change the process?
Thanks again for F*Stats.
Posted 28 months ago.
(permalink)
|
|
Thanks for reporting.
This is very interesting. I have done some small fixes, but nothing related to that. Did you re-downloaded the software or it just happened out of the blue? Just one week and not 28 days or more?
It should always continue from last crawled date (there is some overlapping, I have a fix ready for it, not released yet). The dates are stored in SQLite "stats_settings" table (referrers_date & photostats_date).
I have an aggregated data re-indexing system in place for reports tables and this is triggered sometimes when I update reports logic (when i add more search engines for example), but this only affects the Reports window loading time.
Let me know how it acts today (it's new day in GMT) and how it acts following days. If this problem persists then we can continue in new topic.
Posted 28 months ago.
(permalink)
|
|
It occurred yesterday and tonight, even before I reported it.
I will check back tomorrow or Sunday.
Posted 28 months ago.
(permalink)
|
|
Hey - first, thanks for making this available .. Wil be tyring it shortly. Question: now that Flickr has made available all (well nearly) past data, is there a way for F*Stats to pick that up - or read from the csv or excel files downloaded ?
Originally posted 27 months ago.
(permalink)
NYC.andre edited this topic 27 months ago.
|
|
Next feature on my to-do list is "import csv" :)
Hopefully I will get it done during the weekend. When that's done, I will work on new API features.
Posted 27 months ago.
(permalink)
|
|
Nice piece of software.
Quick question. Can it be tricked to go all the way back in history to download ALL statistics available, and not just 28 days? I would like to download the statistics using this software that will be purged in a week from now.
Posted 25 months ago.
(permalink)
|
|
Can it be tricked to go all the way back in history to download ALL statistics available, and not just 28 days?
Flickr keeps only 28 days of data, so you need to run it at least once in 28 days. If you are not able to run it as often, use something else like flickrstats. F*Stats uses one trick and sometimes can recover little bit more than 28, but not always (depends when Flickr deletes old stats results).
Originally posted 22 months ago.
(permalink)
tarmo888 edited this topic 17 months ago.
|
|
Can I use the data files from FlickrStats and combine it with the file on F*Stats?
By the data files I mean this:
stats.vispillo.org/scripts/stats_dumper.pl?uid=NXwDP5QH-3...
Posted 17 months ago.
(permalink)
|
|
Can I use the data files from FlickrStats and combine it with the file on F*Stats?
Not yet, but importing csv files is planned feature for future release of F*Stats 2.0, unfortunately I am not able to promise any dates because it's just a hobby project.
Originally posted 17 months ago.
(permalink)
tarmo888 edited this topic 17 months ago.
|
|
ive authorised the use with Flickr, now what? I just get a blank screen
Posted 10 months ago.
(permalink)
|
|
If authorization has given, clicking on Authenticate button should tell you your username and the single button will be replaced with 3 buttons, clicking on first two buttons will start crawling Flickr Stats pages. If you still see blank page then your computer might have problems with Internet Explorer, which this app uses to collect the data.
Posted 10 months ago.
(permalink)
|
|
Hi. I'm not getting the 3 buttons option. The page says:
Hi St. Thomas Public Library
You have successfully authorized the application F*Stats.
You can go ahead and close this window now.
If you ever want to revoke authorization, you can do that in your account.
There are no buttons on the page. I'm definitely logged in to Flickr, tried using both IE8 and FF8.
Posted 6 months ago.
(permalink)
|
|
@St. Thomas Public Library
Instead of closing the window, press Authenticate again and the single button will be replaced with 3 buttons.
Posted 5 months ago.
(permalink)
|
|
Hi, there.
I have beeing using the excellent F-Stats soft for a year with my utmost satisfaction and pleasure.
But , in last week I notice that no all recent data is being grabed and downloaded. Only first page of my Flickr statistics pages (about views) is now processed.
So I have lost some of my data statistics.
Is there any possibility to roll-back to some particular date, when data was correct - perhaps using data stamp or anything else?
Thanks.
Johan.Pipet (Palo Bartos)
Posted 5 months ago.
(permalink)
|
|
Thanks, seems like there was a bug in software code, which was detecting Next button too loosely. Now it is fixed, so re-download the zip file, unpack it and overwrite the old exe.
To force the application to re-scan from some earlier date, you need to open the *.db3 file with any of the tools mentioned above and then you have to edit the referrers_date & photostats_date row in stats_settings table.
Originally posted 4 months ago.
(permalink)
tarmo888 edited this topic 4 months ago.
|
|
Thank You very much. Looks it works as fixed. Superb!
But, when rescanning I noticed another problem.
Error message "raw count error" window appears when number of lines (raws) on some particular page exceeded 1000 (I have experienced that number in my referrers stats in a case).
It looks like you have unsufficient integer format / limit at this code region.
Nevertheless I appreciate very much your excellent work.
Palo Bartos
Posted 4 months ago.
(permalink)
|
|
Thanks for the bug report, I will try to look into it, the reason why I haven't discovered is that I think I haven't had so many rows.
Posted 4 months ago.
(permalink)
|
Would you like to comment?
Sign up for a free account, or sign in (if you're already a member).
|
|