Update custom audience
PUT/ad-publishing/facebook/custom-audience/:audienceId
Rename a Facebook custom audience or change its description. Only those two fields can be updated; membership is changed through the member endpoints. The audience is also queued for reprocessing, so the acknowledgement does not mean downstream state has caught up.
Request
Version stringrequired
API Version
Available options
v3audienceId stringrequired
Custom audience identifier
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
namestringrequired
Audience name
descriptionstring
Audience description
{
"locationId": "HChooFuiyPpVYzeJ4HMe",
"name": "My Custom Audience",
"description": "Lookalike audience from website visitors"
}
Acknowledgement that the audience was updated
- application/json
- Schema
- Example (auto)
Schema
statusnumberrequired
Always 200. Mirrors the HTTP status rather than reporting anything additional.
msgstringrequired
Human-readable confirmation. Wording varies with the operation performed.
{
"status": 200,
"msg": "Successfully updated audience"
}