gpt4 book ai didi

php - Youtube Analytics API 人口统计维度 "gender"显示在分析仪表板上,但在 API Explorer 上给出的查询无效

转载 作者:可可西里 更新时间:2023-10-31 22:44:18 25 4
gpt4 key购买 nike

我目前正在使用 Youtube Analytics API,

到目前为止,我已经能够提取 youtube 必须提供的所有数据,除了查询每次都失败的性别/年龄组维度,

docs指向播放位置的示例,而不是它本身的人口统计。

我正在使用 PHP Client Library ,

== PHP ==

$analytics_gender = new Google_YouTubeAnalyticsService($client);

$optparam = array('dimensions' => 'gender');

$metrics= "views";

$analytics_demo_gender = $analytics_gender->reports->query("channel==".$channelId, "2012-08-14", "2013-05-30", $metrics, $optparam);

当我运行这个查询时,我得到一个error (400) The query is not supported.,尽管它对所有其他指标和维度都工作得很好。

最佳答案

gender 维度只能与指标 viewerPercentage 一起使用(并且可以选择与国家/地区和/或视频过滤器以及附加的 ageGroup 一起使用> 维度,如果你愿意的话)。您可以搜索relevant documentation对于“性别”查看确切的规范。

Here's an example API Explorer 中的工作报告。进行身份验证,并将 CHANNEL_ID 替换为您的 channel ID。

关于php - Youtube Analytics API 人口统计维度 "gender"显示在分析仪表板上,但在 API Explorer 上给出的查询无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17997417/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com