Listing target Adgroup - Category
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
6
fields
yes
Hard value: IMPRESSION,SECTION_NAME
filter
yes
[{"campaign_id":{"equals":"xxxxxx"}}]. "xxxxxx" is ID of the Adgroup
Example API
https://tiki.ants.vn/v3/api/section/performance?_account_id=1600033588&_token=z2s2w254d4u4x28454o2t2r2x2y233x266z2o5v294k574a4t244v2v29454&_user_id=1600033588&format=grid&from_date=24%2F08%2F2020&limit=10&page=1&to_date=06%2F09%2F2020&fields=impression,section_name&filter=[{%22campaign_id%22:{%22equals%22:%2212314692781%22}}]&type=6Response parameters
Name
Description
day
Date
lineitem_id
The ID of the Campaign.
campaign_id
The ID of the Adgroup
section_id
The ID of the Category
section_name
Category name
cpc_bid_price
Bid price
status
impression
Count of how often your ad has appeared on a search results page
Status 200
{
  "code": 200,
  "message": "Success",
  "data": {
    "total_records": 4,
    "rows": [
      {
        "section_id": "1345234685",
        "campaign_id": "12314692781",
        "lineitem_id": "12314692737",
        "impression": "99",
        "sum_impression": "310",
        "row_count": "4",
        "row_num": "3",
        "network_id": "84529",
        "section_name": "Sách Tâm Lý Tuổi Teen#850",
        "website_id": "638770403",
        "section_parent": "1345234643",
        "cpc_bid_price": "500",
        "cpm_bid_price": "--",
        "status_id": "1",
        "status": "Normal",
        "is_custom_price": "2",
        "payment_model": "1",
        "bid_price": "500",
        "min_price": "200",
        "parent_name": "Sách Tâm lý - Giới tính#868",
        "total_budget": "9999999999",
        "daily_budget": "500000",
        "camp_bid_price": "500",
        "package_id": "0"
      }
    ]
  },
  "request_id": "c9f9e151-6bd9-4fc8-91fd-00bfa37062ea"
}Last updated
Was this helpful?