Thanks, I can confirm the promoted tweets stats are working now for v1. However, I’m still unable to break by segmentation types for promoted tweet entities. It returns the data in a single segment named “Unknown”. Can your engineers help investigate. See example output below:
{
"data": [
{
"id": "q0kb3",
"id_data": [
{
"metrics": {
"app_clicks": [
78
],
"card_engagements": [
73
],
"clicks": [
167
],
"engagements": [
806
],
"follows": [
4
],
"impressions": [
128924
],
"likes": [
83
],
"qualified_impressions": null,
"replies": null,
"retweets": [
4
],
"url_clicks": [
5
]
},
"segment": {
"segment_name": "Unknown",
"segment_value": "0"
}
}
]
}
],
"data_type": "stats",
"request": {
"params": {
"country": null,
"end_time": "2016-03-27T07:00:00Z",
"entity": "PROMOTED_TWEET",
"entity_ids": [
"q0kb3"
],
"granularity": "DAY",
"metric_groups": [
"ENGAGEMENT"
],
"placement": "ALL_ON_TWITTER",
"platform": null,
"segmentation_type": "KEYWORDS",
"start_time": "2016-03-26T07:00:00Z"
}
},
"time_series_length": 1
}