roshanoracle
4/22/2020 - 8:05 AM

Paysafe Mobile - Optimisation Integration

iOS Testing

1. First hit this endpoint to ensure the profile for our device is in an audience/campaign
https://tags.bluekai.com/site/75168?phint=__bk_l= adobetargettest&idfa=5E908190-9F24-404F-9EDC-8612E69BF528

2. Implement a GET request in your app to this endpoint
https://tags.bluekai.com/site/75168?ret=json&idfa=5E908190-9F24-404F-9EDC-8612E69BF528

3. Parse the response for the relevant data.
This will consist of:
- Campaigns
  - Categories per Campaign
  - Audience Name per Campaign (not showing in the test above - will work in production)

Android Testing

1. First hit this endpoint to ensure the profile for our device is in an audience/campaign
https://tags.bluekai.com/site/75198?phint=__bk_l= adobetargettest&adid=5E908190-9F24-404F-9EDC-8612E69BF528

2. Implement a GET request in your app to this endpoint
https://tags.bluekai.com/site/75198?ret=json&adid=5E908190-9F24-404F-9EDC-8612E69BF528

3. Parse the response for the relevant data.
This will consist of:
- Campaigns
  - Categories per Campaign
  - Audience Name per Campaign (not showing in the test above - will work in production)