POST api/BeautifulContent/ClickBeautifulContent
记录广告点击
Request Information
URI Parameters
None.
Body Parameters
input_clickAd| Name | Description | Type | Additional information |
|---|---|---|---|
| AdShowID |
广告ID |
globally unique identifier |
None. |
| AdShowTimeID |
当前广告 |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdShowID": "10142fb4-a582-4001-9c03-b393da9f6ecf",
"AdShowTimeID": "5fdef9c9-824e-4c81-a5d0-394417adb2fe"
}
text/html
Sample:
{"AdShowID":"10142fb4-a582-4001-9c03-b393da9f6ecf","AdShowTimeID":"5fdef9c9-824e-4c81-a5d0-394417adb2fe"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
记录广告点击
None.