以下 YouTube 分析查询对我来说突然失败(过去几周一直有效):
https://www.googleapis.com/youtube/analytics/v1/reports?ids=channel==[我的频道 id]&start-date=2010-10-27&end-date=2010-10-30&metrics=views&dimensions=day, InsightTrafficSourceType&sort=day&prettyPrint=false
错误:
{"error":{"errors":[{"domain":"global","reason":"badRequest","message":"无效查询。查询不符合预期。"}],"code ":400,"message":"无效查询。查询不符合预期。"}}
如果我只使用“day”维度,则似乎与“insightTrafficSourceType”维度相关,因为查询成功。如果我使用“insightPlaybackLocationType”维度,这也会失败。
API 有什么变化吗?我想在我的报告中使用这两个维度。
任何帮助,将不胜感激。
谢谢,J