8letters
Writing
- Joined
- May 27, 2013
- Posts
- 2,220
I haven't been visiting the AH too much recently, so pardon me if this has already been discussed.
I noticed today on the right side of the "Sort By" bar of the My Published Works page a download arrow. With that arrow, it's super easy to track your stories' statistics over time. I'm going to give these instructions using Firefox and Excel 2003, but they should be similar for any browser and spreadsheet.
Steps I follow to save my stories' statistics
1. I click on the download arrow
2. Firefox throws up a dialog box asking me what to do with the myPublishedStories.csv file. I accept the default, which is to "Open with Microsoft Office Excel" and click the OK button
3. Excel opens with a bunch of data in it. The first line starts with "Name" and there's a line for each of my stories. The data is all crammed together, separated by semicolons. I need to unpack the data
4. I highlight all the cells with data and then from the Excel menu, select Data -> Text to Columns...
5. The Convert Text to Columns Wizard starts. I click Next, check the box for "semicolon" and click Finish
6. Ta-da! I have all my story statistics! Now, I just need to add a date and save them off for trend analysis
7. To add a date, I put in J2 the following formula, =DATE(YEAR(NOW()),MONTH(NOW()),DAY(NOW())). I copy that to every row with story data
8. To save them off, I open a spreadsheet that I'm saving my story statistics in. I copy all the story data and then use Paste Special to paste only the values. If I don't do that, the date for the statistics will change over time
I noticed today on the right side of the "Sort By" bar of the My Published Works page a download arrow. With that arrow, it's super easy to track your stories' statistics over time. I'm going to give these instructions using Firefox and Excel 2003, but they should be similar for any browser and spreadsheet.
Steps I follow to save my stories' statistics
1. I click on the download arrow
2. Firefox throws up a dialog box asking me what to do with the myPublishedStories.csv file. I accept the default, which is to "Open with Microsoft Office Excel" and click the OK button
3. Excel opens with a bunch of data in it. The first line starts with "Name" and there's a line for each of my stories. The data is all crammed together, separated by semicolons. I need to unpack the data
4. I highlight all the cells with data and then from the Excel menu, select Data -> Text to Columns...
5. The Convert Text to Columns Wizard starts. I click Next, check the box for "semicolon" and click Finish
6. Ta-da! I have all my story statistics! Now, I just need to add a date and save them off for trend analysis
7. To add a date, I put in J2 the following formula, =DATE(YEAR(NOW()),MONTH(NOW()),DAY(NOW())). I copy that to every row with story data
8. To save them off, I open a spreadsheet that I'm saving my story statistics in. I copy all the story data and then use Paste Special to paste only the values. If I don't do that, the date for the statistics will change over time