You may need to use specific ads during integration and/or troubleshoot iterations. For that you can use a proxy (ie: Charles proxy). You will then be able to map the Teads ad response in order to serve the creative of your choice.
- Download Charles proxy
- Connect Charles to your phone: Using Charles from an iPhone
- Use the "map local" option as below in order to map the Teads ad Response with a local response.
Please find below an ad_response.json example.
{
"ads": [{
"settings": {
"values": {
"placementFormat": "inread",
"adType": "video",
"pageId": 0,
"brandLogoUrl": "",
"placementId": 1,
"allowedPlayer": "any",
"threshold": 50
}
},
"type": "VastUrl",
"content": "[VAST_URL_HERE]"
}]
}
Replace [VAST_URL_HERE] with content of vast,
example: https://a.teads.tv/vast/backfill/128780
Please keep in mind ad will start only if visibility conditions are met, see troubleshooting section.).