We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
Retrieve a list of pageviews stats for each path.
GET https://your-host/your-mt-api.cgi/v1/sites/:site_id/stats/path/pageviews Detail
XMLHttpRequest: A XMLHttpRequest object
var condition = { startDate: '2013-01-01', endDate: '2013-01-31', path: '/' // optional }; api.listStatsPageviewsForPath(siteId, condition, function(response) { if (response.error) { // Handle error return; } // Do stuff });