POST api/customer/activityLog?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
记录页面访问情况,日后统计页面PV和UV
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key | string |
None. |
|
| access_token | string |
None. |
|
| timestamp | string |
None. |
|
| sign | string |
None. |
|
| bm_param | string |
None. |
Body Parameters
相关信息
ActivityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
用户Id,如果用户未登录则传0,分享后的页面传0 |
integer |
None. |
| ActivityId |
根据活动页面透传Id 现有活动Id: 1.分享页面 2.每日签到 3.兼职赚钱 4.天天领钱 5.首次签到 6.活动频道 |
integer |
None. |
| IsShare |
是否是分享操作 0.不是 1.是 |
integer |
None. |
| FromId |
来源Id 分享页面的渠道 9002.wap,9003.安卓APP,9004.苹果APP |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ActivityId": 2,
"IsShare": 3,
"FromId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
分享ID
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |