Statistics
Notes
This method is only available to registered users.
Export statistics for a QR Code
Statistics data contain table of each logged QR Code scan.
GET track/statistics/{id}.{ext}?auth={auth}
Parameters
auth
| string
| required
| API key for authentication. Get API key at your Profile page.
|
id
| string
| required
| QR Code identifier.
|
ext
| string
| required
| File extension that defines output format: csv, xls, xml
|
Response
Depending on the format
CSV and XLS
Both CSV and XLS formats consist of first row for header and every next row for data. Header defines columns:
Campaign Name,QR Code Name,Created (UTC),Device Manufacturer,Device Model,Mobile Device,Tablet,OS Name,OS Version,Browser Name,Browser Version,City,Country Code,Latitude,Longitude
CSV separator is comma ',' ASCII character.