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": "5606f503-0dda-494b-b7df-29c8d2fccf84",
"AdShowTimeID": "df0716ec-196d-4c70-9948-ee3c7cd0916c"
}
text/html
Sample:
{"AdShowID":"5606f503-0dda-494b-b7df-29c8d2fccf84","AdShowTimeID":"df0716ec-196d-4c70-9948-ee3c7cd0916c"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
记录广告点击
None.