Statistics

The statistics resource delivers information about the shop's operations. It contains information about traffic, sales flow and order data overview. The statistics data is split into the following 4 areas, which can be fetched independently:

APIDescription
GET api2/statistics/{typ}.json?StartDate={StartDate}&EndDate={EndDate}

Get a shop's traffic data such as views, visits, etc. in a certain time frame.

GET api2/statistics/{typ}/{cid}.json?StartDate={StartDate}&EndDate={EndDate}

Get a shop's traffic data such as views, visits, etc. in a certain time frame.

GET api2/statistics/FluxPlayerDevices/{StartDate}/{EndDate}.json

FluxPlayerDevices

GET api2/statistics/OSUsage/{StartDate}/{EndDate}.json

OSUsage

GET api2/statistics/LicenseHistory/{StartDate}/{EndDate}.json

LicenseHistory

GET api2/statistics/FluxPlayerContentUsage/{StartDate}/{EndDate}.json

FluxPlayerContentUsage

GET api2/statistics/LicensePurchases/{StartDate}/{EndDate}.json

License purchases

GET api2/statistics/advanced/{Type}/{CompanyID}/{StartDate}/{EndDate}.json

Advanced Statistics CompanyID = -1 => All companies (If Admin)

POST api/Statistics

No documentation available.