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 | |
---|---|
_audid | This should contain the audience id where the uuid will be added/removed. |
m | This should contain the static customer_id relevant to your DMP account. |
pl | This should contain the platform id associated with the audience. |
epx | This 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 | |
---|---|
callback | Values accepted: 0 | 1, returns the callback function for add or remove if value is 1 |
flx_out | This should contain the redirect URL (e.g. flx_out=http://google.com/ ) |
out | Fallback redirect URL if flx_out is invalid (e.g. out=https%3A%2F%2Fwww.google.com%2F or out=http://google.com/) |
uuid | If not passed, the uuid will be retrieved from browser cookies |
pli | Platform integration id |
xdev | Values accepted: true | false, only applicable to add, set to true if cross-device matching should be enabled |
dedup | Values accepted: true | false, set to true if deduplication should be enabled upon upload |
to_sqs | Set 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});