Previously, when you requested video view metrics using the enterprise Engagement API on Tweets that are older than 1800 days old, we delivered a zero value without much context. Today, we will start delivering a new object in these cases called unsupported_for_video_views_tweet_ids, which will include a comma-separated list of Tweet IDs that are older than 1800 days old. You will still receive all other requested metrics for these Tweets in a separate object.

You can see an example of a payload that includes this new object here:

{
  "unsupported_for_video_views_tweet_ids": [
    "479311209565413376",
    "477139122520219648"
  ],
  "grouping name": {
    "479311209565413376": {
      "favorites": "69",
      "retweets": "142",
      "video_views": "0"
    },
    "477139122520219648": {
      "favorites": "10",
      "retweets": "6",
      "video_views": "0"
    },
    "1397568983931392004": {
      "favorites": "268",
      "retweets": "56",
      "video_views": "17902"
    }
  }
}

To learn more, please visit our docs. If you have any questions or concerns, please contact your account manager or technical support.