Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update heureka feedback scraper #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 85 additions & 25 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -3659,27 +3659,44 @@ Returns latest summarized statistics and other information of an eshop.
enabled to collect data from measurements of conversions.
+ heureka_no_delivery_cost_specified (boolean) - Whether eshop administrator
specified the cost of delivery on Heureka.
+ heureka_shop_communication_rating (number) - Average rating of the eshop's
+ heureka_recommend_a_shop (object) - Contains answers for question:
"Would you recommend this shop?" and number of people which selected the answer.
+ heureka_order_status (object) - Contains answers for question:
"In what status if your order?" and number of people which selected the answer.
+ heureka_delivery_time_satisfaction (number) - Average rating of the deliver
time of the product(s) ordered by the customer. Contains a number between
0 and 5 (bigger is better).
+ heureka_pick_up_time_satisfaction (number) - Average rating of the time
for which the goods were ready to be picked up. Contains a number between
0 and 5 (bigger is better).
+ heureka_delivery_time (object) - Contains answers for question:
"When did your goods arrive?" and number of people which selected the answer.
+ heureka_transportation_type (object) - Contains answers for question:
"Which carrier did you choose to deliver the goods?" and number of people
which selected the answer.
+ heureka_delivery_point (object) - Contains answers for question:
"Which delivery point did you choose to deliver the goods?" and number of people
which selected the answer.
+ heureka_goods_transportation_quality (number) - Average rating of the
goods transportation quality. Contains a number between 0 and 5 (bigger is better).
+ heureka_delivery_point_quality (number) - Average rating of the quality
of delivery point. Contains a number between 0 and 5 (bigger is better).
+ heureka_shop_ux_clarity (number) - Average rating of the UX (User
eXperience) about the eshop's websites from Heureka users. Contains
a number between 0 and 5 (bigger is better).
+ heureka_shop_communication_satisfaction (number) - Average rating of the eshop's
support and overall communication with the customer. Contains a number
between 0 and 5 (bigger is better).
+ heureka_delivery_quality_rating (number) - Average rating of the quality
of the delivery service employed by the eshop. Contains a number
between 0 and 5 (bigger is better).
+ heureka_overall_satisfaction_rating (number) - Average rating of the
+ heureka_customer_cancel_order_reason (object) - Contains answers for question:
"Why did you cancel your order?" and number of people which selected the answer.
+ heureka_shop_cancel_order_reason (object) - Contains answers for question:
"Why did shop cancel your order?" and number of people which selected the answer.
+ heureka_shop_frequency_of_purchases (object) - Contains answers for question:
"How many times have you shop in this store?" and number of people which
selected the answer.
+ heureka_overall_shop_satisfaction (number) - Average rating of the
overall satisfaction with the eshop from Heureka users. Contains a number
between 0 and 5 (bigger is better).
+ heureka_web_ux_rating (number) - Average rating of the UX (User
eXperience) about the eshop's websites from Heureka users. Contains
a number between 0 and 5 (bigger is better).
+ heureka_delivery_time_rating (number) - Average rating of the deliver
time of the product(s) ordered by the customer. Contains a number between
0 and 5 (bigger is better).
+ heureka_product_returned_by (number) - Percentage of customers who
returned a product ordered from the eshop.
+ heureka_shop_recommended_by (number) - Percentage of customers who
would recommend the eshop to other customers.
+ heureka_product_received_ok_by (number) - Percentage of customers who
received the product in a good condition.
+ heureka_last_order_at (string) - The date of last order by any customer.
+ hledejceny_credit_amount (number) - The amount of credit available in
the account under which the eshop is registered.
Expand Down Expand Up @@ -3742,14 +3759,57 @@ Returns latest summarized statistics and other information of an eshop.
"heureka_has_active_ppc": true,
"heureka_measuring_conversions": true,
"heureka_no_delivery_cost_specified": true,
"heureka_shop_communication_rating": 4.5,
"heureka_delivery_quality_rating": 4.7,
"heureka_overall_satisfaction_rating": 4.5,
"heureka_web_ux_rating": 4.5,
"heureka_delivery_time_rating": 4.6,
"heureka_product_returned_by": 96.7,
"heureka_shop_recommended_by": 93.7,
"heureka_product_received_ok_by": 99.1,
"heureka_recommend_a_shop": {
"yes": 8317,
"no": 252
},
"heureka_order_status": {
"goods_delivered": 6837,
"goods_ready": 215,
"goods_not_delivered": 66,
"order_canceled_by_user": 40,
"order_canceled_by_shop": 11
},
"heureka_delivery_time_satisfaction": 4.8,
"heureka_pick_up_time_satisfaction": 4.7,
"heureka_delivery_time": {
"after_0_days": 4,
"after_1_days": 490,
"unknown": 21
},
"heureka_transportation_type": {
"Česká Pošta" 41,
"DPD": 20,
"InTime": 1,
"unknown": 23
},
"heureka_delivery_point": {
"Česká Pošta - Balík na Poštu" 41,
"DPD ParcelShop": 20,
"InTime": 1,
"unknown": 23
},
"heureka_goods_transportation_quality": 2.8,
"heureka_delivery_point_quality": 2.9,
"heureka_shop_ux_clarity": 3.7,
"heureka_shop_communication_satisfaction": 5,
"heureka_customer_cancel_order_reason": {
"delivery_time_not_respected": 11,
"no_longer_interested": 9,
"other_reason": 13
},
"heureka_shop_cancel_order_reason": {
"goods_cant_be_delivered": 4,
"financing_not_approved": 0,
"no_reason": 1,
"other_reason": 2
},
"heureka_shop_frequency_of_purchases": {
"first_purchase": 1574,
"five_times_max": 1319,
"regular_customer": 633
},
"heureka_overall_shop_satisfaction": 4.9,
"heureka_last_order_at": "2017-02-06",
"hledejceny_credit_amount": 1223.59,
"hledejceny_total_clicks": 12,
Expand Down