Dear API support team,
- The tweet response data (by GET accounts/:account_id/tweets, filtered by tweet_ids = “tweet_id”) returns a card_uri = “card://1011853017404997632”.
twurl -H ads-api.twitter.com "/11/accounts/18ce540j0aj/tweets?tweet_type=PUBLISHED&count=200&timeline_type=ALL&trim_user=true&tweet_ids=1012229112151171072" | jq .
{
"request": {
"params": {
"count": 200,
"timeline_type": "ALL",
"tweet_ids": [
"1012229112151171072"
],
"account_id": "18ce540j0aj",
"trim_user": true,
"tweet_type": "PUBLISHED"
}
},
"next_cursor": null,
"data": [
{
"coordinates": null,
"retweeted": false,
"name": null,
"conversation_settings": "EVERYONE",
"source": "<a href=\"https://ads-api.twitter.com\" rel=\"nofollow\">Twitter for Advertisers.</a>",
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"display_text_range": [
0,
94
],
"favorite_count": 68,
"in_reply_to_status_id_str": null,
"geo": null,
"id_str": "1012229112151171072",
"scopes": {
"followers": false
},
"in_reply_to_user_id": null,
"truncated": false,
"retweet_count": 5,
"scheduled_status": null,
"id": 1012229112151171072,
"in_reply_to_status_id": null,
"nullcast": true,
"created_at": "Thu Jun 28 07:00:01 +0000 2018",
"place": null,
"scheduled_at": null,
"tweet_type": "PUBLISHED",
"favorited": false,
"card_uri": "card://1011853017404997632",
"full_text": "マーケティングデータの分析、出来ていますか?\n\nデバイス・ブラウザを横断した態度変容を可視化することで、CVまでのカスタマージャーニーを正しく捉えることが可能に!!\n\nまずは資料請求⇒⇒⇒",
"lang": "ja",
"contributors": null,
"in_reply_to_screen_name": null,
"in_reply_to_user_id_str": null,
"user": {
"id": 97446933,
"id_str": "97446933"
},
"tweet_id": "1012229112151171072"
}
]
}
- But I cannot find this card_uri in GET accounts/:account_id/cards, filtered by card_uris = “card_uri”
twurl -H ads-api.twitter.com "/11/accounts/18ce540j0aj/cards?card_uris=card%3A%2F%2F1011853017404997632&count=200&include_legacy_cards=true&with_deleted=true" | jq .
{
"request": {
"params": {
"count": 200,
"include_legacy_cards": true,
"account_id": "18ce540j0aj",
"card_uris": [
"card://1011853017404997632"
],
"with_deleted": true
}
},
"next_cursor": null,
"data": []
}
Is it a normal case? How can I get the meta data for this card_uri?
I hope to receive your response as soon as possible.
Thank you very much.
David.