Skip to content

keboola/component-heureka

Repository files navigation

Heureka

Description

Table of contents:

[TOC]

Functionality notes

NOTICE!

  • The data from the past 30 days may be incomplete.
  • The data of the previous day becomes available on the following day.
  • Due to the introduction of mandatory consent for storing cookies, measured conversions and revenues on your e-shop may be lower by up to 30% than actual orders.

Configuration

First, in the component configuration below, fill in the credentials. Then in the config row, specify the e-shop ID, date for which you want to retrieve the data, and destination table settings.

Output

Output table contains the following columns: eshop_id,date,pno,conversion_rates,spend,aov,cpc,orders,visits,transaction_revenue

Development

If required, change local data folder (the CUSTOM_FOLDER placeholder) path to your custom path in the docker-compose.yml file:

    volumes:
      - ./:/code
      - ./CUSTOM_FOLDER:/data

Clone this repository, init the workspace and run the component with following command:

git clone https://github.com/keboola/component-heureka component-heureka
cd component-heureka
docker-compose build
docker-compose run --rm dev

Run the test suite and lint check using this command:

docker-compose run --rm test

Integration

For information about deployment and integration with KBC, please refer to the deployment section of developers documentation