Empathy Stats API V2 - Reports - Non Result Next Queries

Empathy Stats API V2 - Reports - Non Result Next Queries

This report returns all the relevant tuples, (q1, q2), with clicks on the results for q2 when not having results within q1 along the selected date range.

Report ID: NonResultNextQueries

Input parameters (see common parameters)

Parameter name

Type

Required

Description

Default

Parameter name

Type

Required

Description

Default

min_sessions

int

Minimum sessions required to return each result

1

offset

int

The number of results to omit (from the start of the result set)

0

rows

int

Number of results to return

50

evol

bool

Calculate the evolution for some fields in the response

False

Notes: the unique available filter is lang

Responses

200 - successful information retrieve

Type: application/json
Example response
{ "data": [ { "terms": "body suit", "next_terms": "bodysuit", "product_id": "5219022", "lang": "en_US", "type": 1, "session_count": 26, "user_count": 25 }, { "terms": "body suit", "next_terms": "bodysuit", "product_id": "4774529", "lang": "en_US", "type": 1, "session_count": 26, "user_count": 26 }, { "terms": "mr big", "next_terms": "sex and the city", "product_id": "5275523", "lang": "de_DE", "type": 1, "session_count": 19, "user_count": 19 }, { "terms": "momfit", "next_terms": "mom fit", "product_id": "4654508", "lang": "de_DE", "type": 1, "session_count": 18, "user_count": 18 }, { "terms": "09123215401361", "next_terms": "9123215401", "product_id": "4746621", "lang": "de_DE", "type": 1, "session_count": 18, "user_count": 18 }, { "terms": "body suit", "next_terms": "bodysuit", "product_id": "5283027", "lang": "en_GB", "type": 1, "session_count": 17, "user_count": 17 }, { "terms": "body suit", "next_terms": "bodysuit", "product_id": "5169510", "lang": "en_US", "type": 1, "session_count": 17, "user_count": 17 } ], "params": { "site_id": "sample", "start_date": 1512086400000, "end_date": 1512604800000, "filters": [], "offset": 0, "rows": 50, "evol": false, "min_sessions": 1 } }

Notes: results are ordered by session_count