Skip to content

Data api resource statisticsdate

Yuji Takayama edited this page Jul 10, 2013 · 1 revision
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"

Example

Pageviews

{
  "date": "2013-04-24",
  "pageviews": "92"
}

Visits

{
  "date": "2013-04-24",
  "visits": "92"
}
Clone this wiki locally