Empathy Stats API V2 - Reports - Related - Click

The following report calculates all the related clicks for a given query in the system for the given date range.

Example application/json
{
    "data": {
        "products": [
            {
                "terms": "camisetas",
                "title": "0",
                "url": "example",
                "product_id": "500034277",
                "related_count": 2,
                "related_count_pct": 50,
                "evol": "NEW"
            },
            {
                "terms": "camisetas",
                "title": "0",
                "url": "example",
                "product_id": "500052022",
                "related_count": 1,
                "related_count_pct": 25,
                "evol": "NEW"
            },
            {
                "terms": "camisetas",
                "title": "0",
                "url": "example",
                "product_id": "100036315",
                "related_count": 1,
                "related_count_pct": 25,
                "evol": "NEW"
            }
        ],
        "count": 3,
        "total_related": 4
    },
    "params": {
        "site_id": "sample",
        "start_date": 1506816000000,
        "end_date": 1513551600000,
        "filters": [],
        "offset": 0,
        "rows": 10,
        "evol": false,
        "terms": "camisetas",
        "terms_hash": 2456454028176015910
    }
}