Youtube api 查询YouTube Analytics API不';t返回过去3天的任何数据

Youtube api 查询YouTube Analytics API不';t返回过去3天的任何数据,youtube-api,google-apis-explorer,youtube-analytics-api,Youtube Api,Google Apis Explorer,Youtube Analytics Api,今天是2020年11月24日。我正在使用这个API: https://developers.google.com/youtube/analytics/reference/reports/query 我将查询参数设置为: endDate=2020-11-24(今天) startDate=2020-11-20(4天前) ids=channel==MINE 维度=天 sort=day metrics=views 这就是我得到的回报: { "kind": &q

今天是2020年11月24日。我正在使用这个API:

https://developers.google.com/youtube/analytics/reference/reports/query

我将查询参数设置为:

  • endDate=2020-11-24
    (今天)
  • startDate=2020-11-20
    (4天前)
  • ids=channel==MINE
  • 维度=天
  • sort=day
  • metrics=views
这就是我得到的回报:

    {
      "kind": "youtubeAnalytics#resultTable",
      "columnHeaders": [
        {
          "name": "day",
          "columnType": "DIMENSION",
          "dataType": "STRING"
        },
        {
          "name": "views",
          "columnType": "METRIC",
          "dataType": "INTEGER"
        }
      ],
      "rows": [
        [
          "2020-11-20",
          20
        ],
        [
          "2020-11-21",
          23
        ]
      ]
    }

如您所见,日期2020-11-22、2020-11-23和2020-11-24的数据缺失。

我建议通过its直接向谷歌报告。过去两天没有数据。