Skip to main content
Version: v3

Batch update audience members

PUT 

/ad-publishing/facebook/custom-audience/:audienceId/member/batch

Add or remove members in bulk from a Facebook custom audience, sourced from a CSV or one or more smart lists — at least one of csvPath or smartlistIds is required. The work is queued rather than performed inline, so the acknowledgement confirms only that the job was accepted; nothing about the outcome is reported here. Unlike the single-member endpoints this one answers with { success: true } rather than a status-and-message body.

Request

Version stringrequired

API Version

Available optionsv3
audienceId stringrequired

Custom audience identifier

application/json

Bodyrequired

    locationIdstringrequired

    Location identifier

    csvPathstring

    CSV file path

    operationTypestringrequired

    Batch operation type

    Available optionsADDREMOVEREPLACE
    smartlistIdsstring[]

    Smartlist IDs array

    dynamicAudiencestring

    Dynamic audience flag

application/json

Acknowledgement that the bulk update was queued

Schema
    successbooleanrequired

    True when the operation succeeded