Hi John,
I added membership_type and extended expires_at to 30 days. However this didn’t help, the audience is still in processing&too_small state since 2 days:
{
“targetable”: false,
“name”: “Advertising2”,
“targetable_types”: [
“CRM”,
“EXCLUDED_CRM”
],
“audience_type”: “CRM”,
“permission_level”: “READ_WRITE”,
“is_owner”: true,
“id”: “1xv6u”,
“reasons_not_targetable”: [
“PROCESSING”,
“TOO_SMALL”
],
“list_type”: “TWITTER_ID”,
“created_at”: “2017-02-01T07:16:02Z”,
“updated_at”: “2017-02-01T07:16:02Z”,
“partner_source”: “OTHER”,
“deleted”: false,
“audience_size”: null
}
It should contain quite large set of users >800k. Even if some % of them are inactive, there must be enough to validate the audience with required minimum of 5K.
Previously we used ton upload endpoint, but it didn’t seem to work well either. Only one audience were transitioned to READY with ~200k users. Others were stuck in Processing state. API didn’t return any errors.
How can we trace the problem?
Thanks,
Andrey