Quote:
Originally Posted by PornGrowsOnTrees
How do you access stats that look like that? I can't see how many buyers I have. Still 0.00 for me today. Last period was 130-620 everyday. Multiple people. See what happens later on...
|
You can get that info from the .csv file download in the dashboard. The userid identifies the buyer, also in there is the signup date, the date and time of the transaction, what coountry they are from, the amount of the transaction. Good stuff to look at.
CSV file header record:
Timestamp, User ID, Purchase Amount, Commission, Track, Signup Date, Country
Timestamp is the time of the transaction.
You can open the .csv file in pretty much any spreadsheet program or dump it into a database like I do. I dump it into the database and then pull the data via sql calls to summarize it all up.
.