PATCH/custom_audiences/:audience_id/users
Update users in a custom audience. Limited to 2,500 user_data entries per request. Learn more about managing custom audiences.
Rate Limit
See the rate limits for Custom Audiences Ingestion
Policy Slug: ads-custom-audience-ingestion
- Window: 900 seconds
- Quota: 3000 requests
Policy Slug: ads-custom-audience-ingestion-burst
- Window: 60 seconds
- Quota: 500 requests
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
- 5XX
No content.
Bad request.
No bearer token or a bad bearer token was provided.
Insufficient authentication scopes.
The specified resource was not found.
Too many requests. See Rate Limiting for header details and best practices.
Response Headers
The rate limit policies that apply to this request (IETF "RateLimit header fields for HTTP" draft). Each comma-separated policy is keyed by a public policy name and lists its quota q and window in seconds w.
The current rate limit state for each applicable policy (IETF "RateLimit header fields for HTTP" draft): remaining quota r and seconds until the window resets t. On a 429 the exhausted policy reports r=0.
Server error.