Youtube api Youtube分析API过滤器不工作

Youtube api Youtube分析API过滤器不工作,youtube-api,youtube-analytics,Youtube Api,Youtube Analytics,我正在尝试检索基于性别、按国家筛选的年龄组的viewerPercentage 'ids' => 'channel=='.$channel->channel_id, 'start-date' => $monthAgo, 'end-date' => date("Y-m-d"), 'metrics' => 'viewerPercentage', 'dimensions' => 'ageGroup,gender', 'filter' => 'country=='

我正在尝试检索基于性别、按国家筛选的年龄组的viewerPercentage

'ids' => 'channel=='.$channel->channel_id,
'start-date' => $monthAgo,
'end-date' => date("Y-m-d"),
'metrics' => 'viewerPercentage',
'dimensions' => 'ageGroup,gender',
'filter' => 'country=='.$country->code,
'access_token' => $tokens->access_token
问题是,对于每个国家,它都检索相同的数据。因此,对于50多个国家,它给出了相同的数据,我认为这是不可能的。 我做错了什么?非常感谢。

已解决
“过滤器”
更改为
“过滤器”