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
- idsarray of strings
A list of unique identifiers for sensitive topics.
Example:ids=gambling
- qstring
Query to search by keyword via case-insensitive wildcard matching.
Example:q=query
Response
A list of sensitive topics.
- idstring
- namestring
Response sample
{ "sensitive_topics": [ { "id": "crime-and-violence", "name": "Crime and Violence" }, { "id": "alcohol", "name": "Alcohol" } ]}