Jump to content
Larry Ullman's Book Forums

Recommended Posts

Hi,

 

I'm building a little demo site in Yii. I wanted to give sellers some stats back on their items. These are the things i'd come up with so far. I haven't identified how I'm going to manage updating them and retrieving them yet. Just what i'm going to collect

 

viewed items table:

 

- id

- session_id

- user_id (For users that are logged in, NULL otherwise)

- item_id

- time_started

- time_ended

 

Through this I thought I could give sellers information on:

 

- how many views

- how many unique views

- average time viewing the item

- Also I could in some way through the session_id find "related items" or a "people who viewed this item also viewed this item"

 

That's as far as i've got. Feel free to add or comment on them.

Link to comment
Share on other sites

 Share

×
×
  • Create New...