Warning

This site is no longer being maintained. Visit the eDocs documentation portal for updated information.

Visit eDocs
Dismiss message

Daily Terms Success

Created by Lara Menéndez · last update July 25, 2019

About this report

This report return the main KPIs of a search term and their daily distribution in the specified date range

Request

Beside a date range and and optinally a set of filters, this reports requires a search term.

GET https://api.empathybroker.com/stats/v2/analysis/{Instance_ID}/DailyDistTermSuccess

Query Parameters

PARAMETER TYPE
start_date Int (ISO 8601 format)
end_date Int (ISO 8601 format)
filters list[str]
type int
terms str

Bearer Token Get your token

Example request: https://api.empathybroker.com/stats/v2/analysis/ebdemo/DailyDistTermSuccess?start_date=2019-07-10&end_date=2019-07-13&filters=lang,scope&lang=es_ES&scope=desktop&terms=camiseta


Response

KPIs are returned as: * Total values for the dates, filters and terms specified. * Distribution values by day.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168

{
    "data": {
        "query_count": 16858,
        "click_count": 6395,
        "wishlist_count": 0,
        "add2cart_count": 1140,
        "checkout_count": 0,
        "conversion_count": 0,
        "success_count": 3374,
        "click_count_pct": 37.93,
        "wishlist_count_pct": 0,
        "add2cart_count_pct": 6.76,
        "checkout_count_pct": 0,
        "conversion_count_pct": 0,
        "success_count_pct": 20.01,
        "no_results_count": 0,
        "no_results_count_pct": 0,
        "term_count": 0,
        "term_avg": 0,
        "apicall_count": 0,
        "findability": 20.01,
        "queries_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 6326,
                "pct": 100
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 5778,
                "pct": 100
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 4754,
                "pct": 100
            }
        ],
        "clicks_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 2380,
                "pct": 37.62
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 2305,
                "pct": 39.89
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 1710,
                "pct": 35.97
            }
        ],
        "wishlist_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 0,
                "pct": 0
            }
        ],
        "add2cart_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 417,
                "pct": 6.59
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 421,
                "pct": 7.29
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 302,
                "pct": 6.35
            }
        ],
        "checkout_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 0,
                "pct": 0
            }
        ],
        "conversion_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 0,
                "pct": 0
            }
        ],
        "no_results_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 0,
                "pct": 0
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 0,
                "pct": 0
            }
        ],
        "findability_data": [
            {
                "datetime": "2019-07-10T00:00:00Z",
                "value": 1259,
                "pct": 19.9
            },
            {
                "datetime": "2019-07-11T00:00:00Z",
                "value": 1189,
                "pct": 20.58
            },
            {
                "datetime": "2019-07-12T00:00:00Z",
                "value": 926,
                "pct": 19.48
            }
        ]
    },
    "params": {
        "site_id": "ebdemo",
        "start_date": 1562716800000,
        "end_date": 1562976000000,
        "filters": [],
        "terms": "camiseta"
    }
}