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": "d0562dfb-e2c5-44ca-af98-46e2ff206e21",
"AdShowTimeID": "569af6f4-87d0-4547-b266-d694c094962c"
}
text/html
Sample:
{"AdShowID":"d0562dfb-e2c5-44ca-af98-46e2ff206e21","AdShowTimeID":"569af6f4-87d0-4547-b266-d694c094962c"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
记录广告点击
None.