Name Mapping
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:
Parameters | Description |
---|---|
dimension | The identifier of the dimension you want to search in. For example "advertiser". |
search | Optional. 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" }