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:
The FlickRocket API lets you do the following with the statistics resources. More detailed versions of these general actions may be available:
GET /api/statistics/traffic/1202.json?StartDate=2016-01-01&EndDate=2016-05-30
Get a shop's traffic data such as views, visits, etc. in a certain time frame.
GET /api/statistics/order/1202.json?StartDate=2016-01-01&EndDate=2016-05-30
Get a shop's order overview in terms of quantity and revenue in a certain time frame.
GET /api/statistics/cart/1202.json?StartDate=2016-01-01&EndDate=2016-05-30
Get an overview about a shop's abandoned shopping carts in a certain time frame.
GET /api/statistics/order_devices/1202.json?StartDate=2016-01-01&EndDate=2016-07-30
Get informatin about the devices which have accessed a shop in a certain time frame.
GET /api/statistics/order_products/1202.json?StartDate=2016-01-01&EndDate=2016-07-30
Get information about a shop's sold products in a certain time frame.
traffic_statistics:[]
List of daily traffic data. All fields are read-only.
date |
"date": "2016-01-01T00:00:00" The date of this record's data. |
visits |
"visits": 20235 Visits per day (excluding bots) |
page_views |
"page_views": 8953 Page views per day (excl. bots) |
visitors |
"visitors": 6235 Visitors per day (excl. bots) |
repeating_visitors |
"repeating_visitors": 3546 Repeating visitors per day (excl. bots) |
bots |
"bots": 1209 Bot visits per day |
bounce |
"bounce": 1460 Bounces per day |
order_statistics:[]
List of daily order data. All fields are read-only.
currency |
"currency": "usd" The currency used for this record. This matches the home currency of the shop owner. All foreign currencies values are transformed into this currency using current day-to-day exchange rates. |
date |
"date": "2016-07-01T00:00:00" The date of this record. All other values are sums of their respective data for tis day. |
digital_count |
"digital_count": 0 The number of digital items sold this day. |
digital_amount |
"digital_amount": 0 The amount for which digital items were sold this day in the currency specified. |
international_count |
"international_count": 0 The number of items sold to international customers this day. |
international_amount |
"international_amount": 0 The amount for which items were sold this day to international customers in the currency specified. |
item_count |
"item_count": 0 The number of items sold this day. |
national_count |
"national_count": 0 The number of items sold to domestic customers this day. |
national_amount |
"national_amount": 0 The amount for which items were sold this day to domestic customers in the currency specified. |
order_count |
"order_count": 0 The number of orders processed this day. |
order_amount |
"order_amount": 0 The amount for which orders were processed this day in the currency specified. |
permanent_license |
"permanent_license_count": 0 The number of permanent licenses sold this day. |
permanent_license_amount |
"permanent_license_amount": 0 The amount for which permanent digital licenses were sold this day in the currency specified. |
physical_count |
"physical_count": 0 The number of physical items sold this day. |
physical_amount |
"physical_amount": 0 The amount for which physical items were sold this day in the currency specified. |
rental_license_count |
"rental_license_count": 0 The number of rental licenses sold this day. |
rental_license_amount |
"rental_license_amount": 0 The amount for which digital rental licenses were sold this day in the currency specified. |
abandoned_shopping_cart:[]
List of daily abandoned shopping carts. All fields are read-only.
currency |
"currency": "usd" The currency used for this record. This matches the home currency of the shop owner. All foreign currencies values are transformed into this currency using current day-to-day exchange rates. |
date |
"date": "2016-07-01T00:00:00" The date of this record. All other values are sums of their respective data for tis day. |
digital_count |
"digital_count": 0 The number of digital items in abandoned shopping carts this day. |
digital_amount |
"digital_amount": 0 The amount for which digital content was placed in abandoned shopping carts this day in the currency specified. |
international_count |
"international_count": 0 The number of items in abandoned shopping carts from international customers this day. |
international_amount |
"international_amount": 0 The amount for which items were placed in abandoned shopping cart sthis day to international customers in the currency specified. |
item_count |
"item_count": 0 The number of items placed in abandoned shopping carts this day. |
national_count |
"national_count": 0 The number of items placed in abandoned shopping cart from domestic customers this day. |
national_amount |
"national_amount": 0 The amount for which items were as placed in abandoned shopping carts this day to domestic customers in the currency specified. |
order_count |
"order_count": 0 The number of abandoned shopping carts this day. |
order_amount |
"order_amount": 0 The amount for which orders were as placed in abandoned shopping carts this day in the currency specified. |
permanent_license |
"permanent_license_count": 0 The number of permanent licenses placed in abandoned shopping carts this day. |
permanent_license_amount |
"permanent_license_amount": 0 The amount for which permanent digital licenses were as placed in abandoned shopping carts this day in the currency specified. |
physical_count |
"physical_count": 0 The number of physical items placed in abandoned shopping carts this day. |
physical_amount |
"physical_amount": 0 The amount for which physical items were placed in abandoned shopping carts this day in the currency specified. |
rental_license_count |
"rental_license_count": 0 The number of rental licenses placed in abandoned shopping carts this day. |
rental_license_amount |
"rental_license_amount": 0 The amount for which digital rental licenses were placed in abandoned shopping carts this day in the currency specified. |
order_devices:[]
List of daily devices/operating systems which accessed the shop. All fields are read-only.
date |
"date": "2016-01-01T00:00:00" The date of this record's data. |
fire_os |
"fire_os": 143 Number of Fire OS devices accessing the shop. |
chrome_os |
"chrome_os": 213 Number of Chrome OS devices accessing the shop. |
ios |
"ios": 6538 Number of iOS devices accessing the shop. |
android |
"android": 16453 Number of Android devices accessing the shop. |
windows |
"windows": 21056 Number of Windows devices accessing the shop. |
os_x |
"os_x": 876 Number of MacOS devices accessing the shop. |
linux |
"linux": 22 Number of Linux devices accessing the shop. |
unknown |
"unknown": 666 Number of unknown devices accessing the shop. |
order_products:[]
List of products with related data sorted by revenue. All fields are read-only.
count |
"count": 1299 The number of times this product has been sold in the specified time frame. |
id |
"id": 42147 Unique ID of the product. |
name |
"name": "Sita Sings the Blues" Title of the product as defined in product data. |
product_id |
"product_id": "0000-A4A3-7DB2-8BFA" Unique Product ID of the product. |
amount |
amount": 58288 Total revenue generated with this product in the specified time frame. The value is in 1/100 of the base currency, e.g. cent for USD. |
currency |
"currency": "usd" Currency for the revenue data. Revenue in other currencies are converted at daily conversion rates. |
GET /api/statistics/traffic/1202.json?StartDate=2016-01-01&EndDate=2016-05-30View Response
GET /api/statistics/order/1202.json?StartDate=2016-01-01&EndDate=2016-05-30View Response
GET /api/statistics/cart/1202.json?StartDate=2016-01-01&EndDate=2016-05-30View Response
GET /api/statistics/order_devices/1202.json?StartDate=2016-01-01&EndDate=2016-07-30View Response
GET /api/statistics/order_products/1202.json?StartDate=2016-01-01&EndDate=2016-07-30View Response