I have a stats page my users can go to so they can view how much traffic their listing has received.
Creating this for the total view stat is straight forward and I have that working. But I want to also add two more features to this:
I am at a lost how I would create a table or several tables to accomplish this. I am looking for some guidance to get my thinking about the best way to do this.
Creating this for the total view stat is straight forward and I have that working. But I want to also add two more features to this:
Code:
1. See the total views for just today
2. See a history for the listing over the duration of the post (ie. 30 days).
I am at a lost how I would create a table or several tables to accomplish this. I am looking for some guidance to get my thinking about the best way to do this.