Hey @tarabytesoflife
I just trying to reproduce the issue you’re seeing, however when looking up the referenced campaign id, I see the following:
twurl_ads -X GET "/1/accounts/osxs6/campaigns/7ljsn" | jq .
{
"request": {
"params": {
"campaign_id": "7ljsn",
"account_id": "osxs6"
}
},
"data_type": "campaign",
"data": {
"name": "City and Colour - The Fillmore Charlotte - 6/2/2017 [on sale] TWT ar t (223499)",
"start_time": "2017-02-24T15:00:00Z",
"reasons_not_servable": [
"EXPIRED"
],
"servable": false,
"daily_budget_amount_local_micro": 30300000,
"end_time": "2017-02-26T03:00:00Z",
"funding_instrument_id": "ingwb",
"duration_in_days": null,
"standard_delivery": true,
"total_budget_amount_local_micro": 45460000,
"id": "7ljsn",
"entity_status": "ACTIVE",
"paused": false,
"account_id": "osxs6",
"frequency_cap": null,
"currency": "USD",
"created_at": "2017-02-24T16:23:24Z",
"updated_at": "2017-02-24T16:23:24Z",
"deleted": false
}
}
In this case, the reason why the account isin’t servable is because it’s expired (i.e., past the end date)
Do you know of any other campaigns that have this issue?