vhost.getGameDailySummary

Syntax

mixed vhost.getGameDailySummary ( INT vhostId, Date startDate = NULL, Date endDate = NULL, mixed summarizeBy = 3, mixed actionId = 0 )

Argument Info

NameTypeRequiredDefault valueDescription
vhostIdINTRequirednoneThe Id of the vhost.
startDateDateOptionalNULLThe start of the time period for the game data data.
Format: Unix timestamp or 'YYYY-MM-DD'
endDateDateOptionalNULLThe number of records that you want returned.
summarizeBymixedOptional3
actionIdmixedOptional0

Response

NameTypeDescriptionPossible Values
dateDateThe date for the storage value.YYYY-mm-dd
countINTThe total points earned for the day.0
total_countINTThe running total of the points earned to the end of that date in the timeframe.
It is available in each item of the results and specific to that date.
(It is available as result->item->total_count)
0
totalCountINTThe overall total of the points earned for the specified timeframe.
(It is available as result->totalCount)
0

Return Values

FieldDescriptionPossible Values