From 551a023cd0aca0bf4cd73de4917a14f85390f53b Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 7 Jan 2021 14:43:25 +0800 Subject: [PATCH] =?UTF-8?q?update:=20uni-id-device=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20push=5Fclientid,imei,oaid,idfa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-device/collection.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/collection/uni-id-device/collection.json b/collection/uni-id-device/collection.json index a4e633c..5891daa 100644 --- a/collection/uni-id-device/collection.json +++ b/collection/uni-id-device/collection.json @@ -22,6 +22,22 @@ "bsonType": "string", "description": "设备厂商" }, + "push_clientid": { + "bsonType": "string", + "description": "推送设备客户端标识" + }, + "imei": { + "bsonType": "string", + "description": "国际移动设备识别码IMEI(International Mobile Equipment Identity)" + }, + "oaid": { + "bsonType": "string", + "description": "移动智能设备标识公共服务平台提供的匿名设备标识符(OAID)" + }, + "idfa": { + "bsonType": "string", + "description": "iOS平台配置应用使用广告标识(IDFA)" + }, "model": { "bsonType": "string", "description": "设备型号"