Audience - Add or Remove Users

Template

https://go.flx1.com/add-to-audience?_audid=xxx&m=xx&pl=xx&epx=xxxx

https://go.flx1.com/remove-from-audience?_audid=xxx&m=xx&pl=xx&epx=xxx

  

Parameters
_audidThis should contain the audience id where the uuid will be added/removed.
mThis should contain the static customer_id relevant to your DMP account.
plThis should contain the platform id associated with the audience.
epxThis should contain the relevant pixel_id. You can get it by creating a new pixel in the DMP.


The parameters as stated in the template can be considered as required parameters. In addition there are other optional parameters that can be populated:

Optional Parameters
callbackValues accepted: 0 | 1, returns the callback function for add or remove if value is 1
flx_outThis should contain the redirect URL (e.g. flx_out=http://google.com/ )
outFallback redirect URL if flx_out is invalid (e.g. out=https%3A%2F%2Fwww.google.com%2F or
uuidIf not passed, the uuid will be retrieved from browser cookies
pliPlatform integration id
xdevValues accepted: true | false, only applicable to add, set to true if cross-device matching should be enabled
dedupValues accepted: true | false, set to true if deduplication should be enabled upon upload
to_sqsSet to 1 if forcing to write to sqs queue

Examples:


Request:

https://go.flx1.com/add-to-audience?_audid=4919&m=11&pl=2&epx=11971988&dedup=false&uuid=1235


Response:
{"add-to-audience":4919}


Request:

https://go.flx1.com/remove-from-audience?_audid=4919&m=11&pl=2&epx=11971988&dedup=false&uuid=1235&callback=1


Response:
window.flxoneRemoveFromAudienceCallback&&flxoneRemoveFromAudienceCallback(1, {"remove-from-audience":4919});