Search Targeting Options
Searches the ad platform's targeting taxonomy for options to target an ad group with. Each result comes back in the exact shape the ad-group body accepts for its type, so it can be used in detailed_targeting, regions, or languages as-is. A blank query browses the small fixed lists (behaviors, browse demographic categories, languages); interests, work employers, job titles, schools, majors, and locations need a search term.
Query parameters
Account to search on behalf of. Defaults to the authenticated account.
The ad network whose targeting taxonomy to search.
The search term. Blank browses the fixed lists; interests, work employers, job titles, schools, majors, and locations return nothing without one.
Kinds of targeting options to search. Defaults to all of them.
[ "interests" ]
Narrow location results to these kinds of places. Only applies when types includes locations.
[ "country" ]
Narrow location results to one country, as an ISO 3166-1 code such as US. Only applies when types includes locations.
Maximum number of results per requested type.
The campaign's declared special ad categories. Under housing, employment, or financial_products the ad platform allows interests only, drawn from a short approved list, so results are narrowed to what such a campaign can launch with and other kinds return nothing. Blank query browses that approved list instead of the usual fixed lists.
[ "housing" ]
Response
types narrows the search and accepts a comma-separated list
Example response
{
"data": [
{
"audience_size_lower_bound": 18400000,
"audience_size_upper_bound": 21700000,
"behavior_type": "video",
"description": "People who have expressed an interest in or like pages related to car washing and detailing.",
"id": "6003193685204",
"name": "Car wash",
"type": "interests"
}
]
}Changes
Changed in 5 of the 74 revisions of this API.914
- ○
added the new optional
queryrequest parameterspecial_ad_categoriesnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
districtenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
dmaenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
medium_geo_areaenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
neighborhoodenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
subcityenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
medium_geo_areato the propertyitems/of thequeryrequest parameterlocation_typesrequest-parameter-property-enum-value-added
- ○
added the enum value
neighborhoodto the propertyitems/of thequeryrequest parameterlocation_typesrequest-parameter-property-enum-value-added
- ○
added the enum value
subcityto the propertyitems/of thequeryrequest parameterlocation_typesrequest-parameter-property-enum-value-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ●
- ●
added the new
education_majorsenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
education_schoolsenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
work_employersenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
work_positionsenum value to the///response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
education_majorsto the propertyitems/of thequeryrequest parametertypesrequest-parameter-property-enum-value-added
- ○
added the enum value
education_schoolsto the propertyitems/of thequeryrequest parametertypesrequest-parameter-property-enum-value-added
- ○
added the enum value
work_employersto the propertyitems/of thequeryrequest parametertypesrequest-parameter-property-enum-value-added
- ○
added the enum value
work_positionsto the propertyitems/of thequeryrequest parametertypesrequest-parameter-property-enum-value-added
- ○
added
education_majorseducation_schoolswork_employerswork_positionsdiscriminator mapping keys to the/response property for the response statusresponse-property-discriminator-mapping-added
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.