POST api/sys/AdClick?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
广告点击
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
id:传广告ID;OptType: 1 代表 点击了那个广告 2 代表 扫描了广告上的 二维码 打开了页面
AdParaName | Description | Type | Additional information |
---|---|---|---|
Id |
id |
integer |
None. |
OptType |
1、点击 2、打开浏览 |
integer |
None. |
PositionCode |
广告位编码 |
string |
None. |
ExtensionId |
扩展分类id |
integer |
None. |
ProvinceId | integer |
None. |
|
CityId | integer |
None. |
|
FactoryId | integer |
None. |
|
ParentExtensionId | integer |
None. |
|
YearId | integer |
None. |
|
Level | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "<Id>k__BackingField": 1, "<OptType>k__BackingField": 2, "<PositionCode>k__BackingField": "sample string 3", "<ExtensionId>k__BackingField": 4, "<ProvinceId>k__BackingField": 5, "<CityId>k__BackingField": 6, "<FactoryId>k__BackingField": 7, "<ParentExtensionId>k__BackingField": 8, "<YearId>k__BackingField": 9, "<Level>k__BackingField": 10 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |