我正在尝试根据性别,ageGroup按国家/地区过滤来检索viewerPercentage。
WindowFromPoint()
问题在于每个国家/地区都会检索相同的数据。因此,对于50多个国家/地区,它会提供相同的数据,而我认为这些数据是不可能的。
我做错了什么?谢谢
的解决
'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
已更改为'filter'