data api resource statisticsdate - movabletype/Documentation GitHub Wiki
Property Name | Type | Data Type | Database Column | Private | Read Only | Description |
---|---|---|---|---|---|---|
date | value | iso 8601 date | Y | The date of the target. The format is "YYYY-MM-DD". | ||
pageviews | value | unsigned int | Y | The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews" | ||
visits | value | unsigned int | Y | The visits for the path. This property exists only if the metrics to retrieve is "visits" |
{
"date": "2013-04-24",
"pageviews": "92"
}
{
"date": "2013-04-24",
"visits": "92"
}