App Categories
Categories are the same for both Apps Categories and Publisher Apps Categories. Publisher Apps Category is also a targeting feature in Kayzen Platform. List of standard IAB categories. Example: Arts and Entertainment, Food, Finance, Computing
Returns a list of app categories. If no specific search query is specified, returns all app categories.
Field | Param | Required/ Optional | Description |
---|---|---|---|
q | string | optional | Search query parameter. Returns result for a specific App category. If no value is specified, then all app category data will be returned |
per_page | int | optional | Number of rows per page. Default Value- 25 |
page | int | optional | Returns page number. Default Value- 1 page |
curl -X GET \
'https://api.kayzen.io/v1/meta/app_categories?page=1&per_page=25&q=Action' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN'
{"data":["Action"]}
Updated over 1 year ago