Skip to content
Ads API •References / targets / Get Sensitive Topic Targets

Get Sensitive Topic Targets

Returns sensitive topics information. If no query parameter is provided, all sensitive topics will be returned.

Request

  • ids
    array of strings

    A list of unique identifiers for sensitive topics.

    Example: ids=gambling
  • q
    string

    Query to search by keyword via case-insensitive wildcard matching.

    Example: q=query

Response

A list of sensitive topics.

    • id
      string
    • name
      string

Response sample

{  "sensitive_topics": [    {      "id": "crime-and-violence",      "name": "Crime and Violence"    },    {      "id": "alcohol",      "name": "Alcohol"    }  ]}