GET API/Advertisement/AdClicked?aAdDisplayID={aAdDisplayID}&aIsNotification={aIsNotification}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aAdDisplayID | integer |
Required |
|
| aIsNotification | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorCode | ErrorCodes |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorCode": 101,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Budget_WebAPI.Models"> <ErrorCode>InvalidToken</ErrorCode> <Message>sample string 2</Message> <Success>true</Success> </BaseResponse>