Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Template

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

...

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:

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


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

 


Request:

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


Response:


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