ecommStats Web Analytics

Home     Services     Forums

ecommStats Web Services API Documentation

pages.getPageBucket

Returns a list of pages on your site with statistics about each page.

Request Parameters

pagePath (Required) - The URL or path to the page. A URL would be http://www.mysite.com/path/to/page/index.html and the path would be /path/to/page/index.html. Either will be accepted.

fromDate (Optional) - Starting date in YYYY-MM-DD format. Will return items between startDate and endDate. Default is start of current month.

toDate (Optional) - Ending date in YYYY-MM-DD format. Default is current date.

Method URL Sample

http://api.ecommstats.com/rest/?method=pages.getPageBucket&username=myusername&password=mypassword&siteId=123&pagePath=/path/to/page/index.html