Description of Actions.getPageUrls fields

Hello,

I’m creating a custom web report, and couldn’t find good descriptions for what the data fields are. I’m using the Actions.getPageUrls API call. Below are all the fields I am getting back from that call, along with what I think they are representing. Some I’m pretty sure I know what they are, and others I have a good guess at, but am not 100% sure.

nb_hits - Number of Hits on the page
nb_visits - Number of Visits (30 min of inactivity considered a new visit)
entry_nb_hits
entry_nb_actions
entry_sum_visit_length
entry_bounce_count
exit_nb_visits
exit_bounce_count
sum_time_spent - Total of how long people spent on a page (seconds?)
sum_daily_nb_uniq_visitors - Total number of unique visitors per day
sum_daily_entry_nb_uniq_visitors
sum_daily_exit_nb_uniq_visitors

Spent some time searching through the wiki, but couldn’t find anything… Thanks!

Good point! I added the doc in: http://dev.piwik.org/trac/wiki/API/Reference#Response

let me know if all fields are covered and if it’s clear.