Get category sub-interest
GET {{baseUrl}}/ad_accounts/:ad_account_id/insights/audiences/:scope/:type/:category_id?sort=RATIO
Get information about a category's sub-level interests. For a list of interests, their IDs, and hierarchy, see the list of interests. Also, a category is a level-one (L1) interest. For example, in the interest hierarchy see Animals > Mammals > Dogs, Animals is the category.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sort | string | Sort method. Only RATIO is supported. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"key":"549755885175","name":"travel","ratio":0.551,"index":1.2,"id":"549755885175"},{"key":"549755885175","name":"travel","ratio":0.551,"index":1.2,"id":"549755885175"}]}