Hey @majoritasdev I’ve taken a look at your issue. Specficially, this is the twurl command I used to retrieve the tailored_audience data.
twurl -H 'ads-api.twitter.com '/1/accounts/18ce53z7sd8/tailored_audiences?with_deleted=true'
I’ve passed the additional param with_deleted=true to get the audiences that have been deleted as well. Looks like the audience related to the pixel that you’ve mentioned has been deleted by someone from your side.
{ "audience_size": null, "audience_type": "WEB", "created_at": "2015-11-04T10:43:08Z", "deleted": true, "id": "zjq9", "is_owner": true, "list_type": null, "name": "Twitter retargeting 94", "partner_source": "OTHER", "permission_level": "READ_WRITE", "reasons_not_targetable": [ "TOO_SMALL" ], "targetable": false, "targetable_types": [ "WEB", "EXCLUDED_WEB" ], "updated_at": "2016-01-13T12:18:18Z" }
Hope that helps!