| All Verbs | /xingtu/track |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ts | query | string | No | |
| os | query | string | No | |
| ua | query | string | No | |
| demand_id | query | string | No | |
| ip | query | string | No | |
| ipv4 | query | string | No | |
| ipv6 | query | string | No | |
| model | query | string | No | |
| item_id | query | string | No | |
| callback_param | query | string | No | |
| callback_url | query | string | No | |
| aweme_author_id | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /xml/reply/XingTuTrackInfo HTTP/1.1
Host: adtrack.hanjiasongshu.com
Content-Type: application/xml
Content-Length: length
<XingTuTrackInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassDefinition">
<aweme_author_id>String</aweme_author_id>
<callback_param>String</callback_param>
<callback_url>String</callback_url>
<demand_id>String</demand_id>
<ip>String</ip>
<ipv4>String</ipv4>
<ipv6>String</ipv6>
<item_id>String</item_id>
<model>String</model>
<os>String</os>
<ts>String</ts>
<ua>String</ua>
</XingTuTrackInfo>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length (string)