查询激活用户来源接口.md
576 Bytes
###接口地址: /domob/search ###GET参数: | 参数名 | 说明 | 是否必选 | |------------|-----------|--------------| | ifa | Identifier for Advertising|是 | mac |设备mac地址 |否(mac与oid二者必选一)| |oid | OpenUDID | 否 | ###返回值: 成功返回:
{
"result": {
"id": 1043,
"appId": "123432323",
"mac": "e8c3e4b0ef4376789f0a17d8edfeb5bf",
"ifa": "123456",
"source": "domob",
"oid": "asdfas;lkjf",
"createAt": "2015-05-14T12:18:58.017"
},
"status": "success"
}
无结果:
{
"status": "null"
}