v1
latestOpenAPI 3.0.02026-08-04361225.7 KBGeo Targeting
Add geo targeting to campaign
Add zip code or state-based targeting. Either zip OR state must be provided, not both. If zip is provided, optional radius in miles can be specified.
post/api/geo-targeting/campaigns/{campaignId}
Path parameters
campaignIdstring required
Campaign ID
Request body
Example request
{
"campaignId": "123e4567-e89b-12d3-a456-426614174000",
"zip": "90210",
"radius": 25,
"stateCode": "CA",
"creativeId": 12345
}Response
Geo targeting added