users.getRankedUsersDailyStats

Syntax

array users.getRankedUsersDailyStats ( int vhost, int uid, int days = 30 )

Argument Info

NameTypeRequiredDefault valueDescription
vhostintRequirednoneID of the application that the media is in.
uidintRequirednoneUser ID
daysintOptional30Amount of days to return, Default 30

Response

Description of returned fields

NameTypeDescription
dateDATEThe date of the users last upload.
videosINTAmount of videos the user has uploaded over the previous 32 days.
photosINTAmount of photos the user has uploaded over the previous 30 days.
totalmedialast30INTTotal amount of media the user has uploaded over the previous 30 days.
totalmedialast7INTTotal amount of media the user has uploaded over the previous 7 days
plusminusINTToday's plus/minus over the last 30 days

Return Values

FieldDescriptionPossible Values