List Ad
URL
Method: GET
Request Params fix value
When call API, please send params with fix value (always send in API)
Param
Required
Value
_token
yes
.........
_user_id
yes
1210044026
_account_id
yes
1210044026
format
yes
grid
Request parameters
Param
Required
Description
from_date
No
Start date get data statistic (example: 26/02/2020). Default is last 7 days
to_date
No
End date get data statistic (example: 03/03/2020). Default is yesterday.
limit
No
Default 10 row
page
No
Default: 1
type
yes
198
fields
yes
Hard value: IMPRESSION
Example API
https://tiki.ants.vn/v3/api/creative/performance?limit=10&page=1&format=grid&from_date=24%2F08%2F2020&to_date=06%2F09%2F2020&type=198&_token=z2s2w254d4u4x28454o2t2r2x2y233x266z2o5v294h524h564z254s2d4c4&_user_id=1600033588&_account_id=1600033588&fields=impressionResponse parameters
Name
Description
day
Date
creative_id
The ID of the Ad.
campaign_id
The ID of the Adgroup.
lineitem_id
The ID of the Campaign.
impression
Count of how often your ad has appeared on a search results page
Status 200
{
  "code": 200,
  "message": "Success",
  "data": {
    "total_records": 66360,
    "rows": [
      {
        "creative_id": "12314749261",
        "impression": "2030",
        "sum_impression": "12421",
        "row_count": "10",
        "row_num": "5",
        "network_id": "84529",
        "lineitem_id": "12314696434",
        "campaign_id": "12314749241",
        "width": "300",
        "height": "250",
        "format": "33",
        "status_id": "50",
        "ct_object_id": "62",
        "ads_id": "1600033588",
        "lineitem_status": "Eligible",
        "lineitem_status_id": "52",
        "campaign_status": "Eligible",
        "cpc_bid_price": "--",
        "cpm_bid_price": "--",
        "channels": [
          {
            "channel_id": "3",
            "channel_name": "ADX",
            "logo": "adx.png"
          }
        ],
        "ext_creative_id": [
          {
            "channel_id": "3",
            "ext_creative_id": "12314749261"
          }
        ],
        "ext_user_id": [
          {
            "channel_id": "3",
            "ext_user_id": "1600033588"
          }
        ],
        "keyword": "\"sách tư duy sach tu duy\""
      }
    ]
  }
}Last updated
Was this helpful?