The result of the stats job:
Not sure why metrics are all being returned as null
{
"data_type": "stats",
"time_series_length": 31,
"data": [
{
"id": "18ce547v3py",
"id_data": [
{
"segment": null,
"metrics": {
"impressions": null,
"follows": null,
"retweets": null,
"likes": null,
"engagements": null,
"replies": null
}
}
]
}
],
"request": {
"params": {
"start_time": "2016-10-01T05:00:00Z",
"segmentation_type": null,
"entity_ids": null,
"end_time": "2016-11-01T05:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"granularity": "DAY",
"entity": "ACCOUNT",
"platform": null,
"metric_groups": [
"ENGAGEMENT"
]
}
}
}
Just checked that this is happening for both the synchronous and async endpoints