Request
This endpoint is case-sensitive. The request URL and parameters must strictly follow the specified case.
This endpoint is used for TikTok only.
URL
Protocol
- HTTPS
Method
- GET
Request Parameters
| Parameter | Type | Required | Default | Example | Description |
|---|---|---|---|---|---|
| token | string | Y | none | Obtain from your channel manager. | |
| last_ad_request_id | string | Y | none | 67f49e9b31f24cfa327d160f | The RTA request ID being reported. Use request_id returned by /rta/request. |
| bidding_result | string | Y | none | true | Bidding result: true / false. |
| failed_reason | string | N | none | price too low | Reason for a lost bid. |
| campaign_name | string | N | none | camp - US | Campaign name. Required when the bid was won. |
| campaign_id | string | N | none | 456 | Campaign ID. Required when the bid was won. |
| ad_id | string | N | none | 123 | Ad ID (analogous to offer ID). Required when the bid was won. |
| ad_name | string | N | none | ad_test_us | Ad name (analogous to offer name). Required when the bid was won. |
Response Notes
- The endpoint always returns a JSON-formatted string.
- Regardless of success or failure, the response contains the
codeandmessagefields.code = 0indicates success. Whencodeis non-zero, see the exception documentation.