Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
min_sessionsint(error)Minimum sessions required to return each result1
offsetint(error)The number of results to omit (from the start of the result set)0
rowsint(error)Number of results to return50
evolbool(error)Calculate the evolution for some fields in the responseFalse

Notes: the unique available filter is lang

Responses

200 - successful information retrieve

Type: application/json
Code Block
languagejs
titleExample response
collapsetrue
{
    "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
    }
}

...