身份名称 | 身份类型 |
---|---|
手机号码 | mobile |
邮箱 | |
微信openid | wechat_openid |
微信unionid | wechat_unionid |
企业微信联系人 | external_userid |
第三方渠道 |
Identity Name | Identity Type |
---|---|
Mobile number | mobile |
Email address | |
WeChat Openid | wechat_openid |
WeChat Unionid | wechat_unionid |
WeCom Contacts | external_userid |
Third Party Channel |
{
"items": [
{
"action_code": "T33_zrhtest64",
"action_time": 0,
"identity_data": [
{
"identity_channel_uuid": "a",
"identity_type": "mobile",
"identity_value": "13767361997"
}
],
"environment_data": {
"title": "asdfsa",
"url": "pages/index/index",
"url_host": "",
"referer": "",
"referer_host": "",
"screen_width": 0,
"screen_height": 0,
"viewport_width": 0,
"viewport_height": 0,
"user_agent": "",
"browser": "",
"browser_version": "",
"os": "",
"os_version": "",
"ip": "",
"ip_country": "",
"ip_province": "",
"ip_city": ""
},
"source_data": {
"scene_1": "",
"scene_2": "",
"scene_3": "",
"scene_4": "",
"scene_5": "",
"param_1": "",
"param_2": "",
"param_3": "",
"param_4": "",
"param_5": "",
"utm_source": "",
"utm_medium": "",
"utm_campaign": "",
"utm_term": "",
"utm_content": ""
},
"extra_data": {
"aa": "aaa",
"bb": 123333,
"cc": 1717082367802
}
}
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/action/custom/report' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"action_code": "T33_zrhtest64",
"action_time": 0,
"identity_data": [
{
"identity_channel_uuid": "a",
"identity_type": "mobile",
"identity_value": "13767361997"
}
],
"environment_data": {
"title": "asdfsa",
"url": "pages/index/index",
"url_host": "",
"referer": "",
"referer_host": "",
"screen_width": 0,
"screen_height": 0,
"viewport_width": 0,
"viewport_height": 0,
"user_agent": "",
"browser": "",
"browser_version": "",
"os": "",
"os_version": "",
"ip": "",
"ip_country": "",
"ip_province": "",
"ip_city": ""
},
"source_data": {
"scene_1": "",
"scene_2": "",
"scene_3": "",
"scene_4": "",
"scene_5": "",
"param_1": "",
"param_2": "",
"param_3": "",
"param_4": "",
"param_5": "",
"utm_source": "",
"utm_medium": "",
"utm_campaign": "",
"utm_term": "",
"utm_content": ""
},
"extra_data": {
"aa": "aaa",
"bb": 123333,
"cc": 1717082367802
}
}
]
}'
{}