We created two scheduled tweets with a card like below.
But found one of them had null card_uri,
Would you please take a look into it?
twurl -H ads-api.twitter.com -XGET "/3/accounts/18ce54iditw/scheduled_tweets/968416496400482304" | jq '.'
{
"request": {
"params": {
"scheduled_tweet_id": 968416496400482300
}
},
"data": {
"completed_at": null,
"id_str": "968416496400482304",
"text": "オーガニックイメージカンバセーショナルカード https://cards.twitter.com/cards/18ce54iditw/4s9zs",
"user_id": "870127656477483008",
"scheduled_status": "SCHEDULED",
"id": 968416496400482300,
"media_ids": [],
"nullcast": false,
"created_at": "2018-02-27T09:24:19Z",
"scheduled_at": "2023-02-22T15:00:00Z",
"card_uri": null,
"updated_at": "2018-02-27T09:24:19Z",
"tweet_id": null,
"media_keys": []
}
}
twurl -H ads-api.twitter.com -XGET "/3/accounts/18ce54iditw/scheduled_tweets/968415679345975298" | jq '.'
{
"request": {
"params": {
"scheduled_tweet_id": 968415679345975300
}
},
"data": {
"completed_at": null,
"id_str": "968415679345975298",
"text": "プロモーテッドビデオウェブサイトカード",
"user_id": "870127656477483008",
"scheduled_status": "SCHEDULED",
"id": 968415679345975300,
"media_ids": [],
"nullcast": true,
"created_at": "2018-02-27T09:21:04Z",
"scheduled_at": "2023-02-15T15:00:00Z",
"card_uri": "card://968413924461658112",
"updated_at": "2018-02-27T09:21:04Z",
"tweet_id": null,
"media_keys": []
}
}