Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

It is possible to map an ID to a an actual name. For example advertiser ID = 253616 referers to "McDonalds". 

Contents on this page

GET /api/report-central/search

Description

Fetch list of names

Endpoint

/api/report-central/search

Method

GET

The following query parameters can be used: 

 

ParametersDescription
dimensionThe identifier of the dimension you want to search in. For example "advertiser".
searchOptional. Full text search in the list of names.
{
    "response": {
        "status": "OK",
        "items": [
            {
                "id": "44487",
                "name": "Apple"
            },
            {
                "id": "51742",
                "name": "AT&T"
            },
            {
                "id": "78817",
                "name": "Budweiser"
            }
        ]
    },
    "audit": {
        "user": "Demo Summit",
        "user_id": "380"
    },
    "debug": {
        "parsetime": "53.217888",
        "now": "2014-07-08 12:51:20"
    },
    "csrf": "6a52d9d1781a16ede1f7f644107f2567"
}
  • No labels