====== AB Stats API ======
Host: sg01.picalike.copex-kunden.de
Port: 9096
===== git =====
Im git zu finden als:
$ git clone ssh://picalike@sg01.picalike.corpex-kunden.de/home/picalike/repositories/web-apis/ab_test.git
===== Endpunkte =====
==== /ab_test_stats/get_stats [GET] ====
**in: als args**
{"apikey": , "from": , "till": , "testId": }
from und till als String vom Format: “2015-11-30”.
**out:**
{"testId": , "testName": , "results": results_data}
wobei:
results_data = {"clicks": click_days_AB_count,
"checkouts": checkout_days_AB_count,
"warenkorb": {
"mean_product": mean_product_per_warenkorb,
"mean_price": mean_price_per_warenkorb}}