gpt4 book ai didi

asp.net - 使用 Analytics Api 显示 'Pure HTML Dashboards' 或 'Custom Components'

转载 作者:行者123 更新时间:2023-12-02 09:30:26 24 4
gpt4 key购买 nike

我需要显示“纯 HTML 仪表板”或“自定义组件”,如以下链接 https://ga-dev-tools.appspot.com/demos/embed-api/ 所示

我有谷歌分析帐户,它完美地向我显示了我网站的实时统计数据,但我需要使用 API 显示相同的数据,如以下链接所示: https://github.com/googleanalytics/embed-api-demos/blob/master/site/3-custom-components.html

我已在以下代码中替换了我的客户端 ID:

gapi.analytics.auth.authorize({
container: 'auth',
clientid: '623325626209-j1jm9d78ge0v4uf8b9cor31qsirungrq.apps.googleusercontent.com',
});

我还将结束日期更新为当前日期,如下所示:

query: {
'metrics': 'ga:sessions',
'dimensions': 'ga:date',
'start-date': '30daysAgo',
'end-date': '2014-09-05'
},

因此,当我运行代码时,它会显示一个按钮“访问 Google Analytics”,当我单击它时,会收到以下错误:

  1. 这是一个错误。

错误:origin_mismatch

应用程序:项目默认服务帐户

您可以向该应用程序的开发人员发送电子邮件:fz1990@gmail.com请求详情

=
scope=https://www.googleapis.com/auth/analytics.readonly https://www.googleapis.com/auth/userinfo.email
response_type=code token id_token gsession
redirect_uri=postmessage
cookie_policy=single_host_origin
proxy=oauth2relay591552393
state=524099008|0.3938720987
origin=http://localhost:27363
include_granted_scopes=true
client_id=656169223314-dbc8l4c7ro20hn8vcqqtd9rhd0e6arcb.apps.googleuserconte

有人可以帮我解决这个问题吗?

提前致谢

最佳答案

来源不匹配通常是由于 API 项目控制台中未正确设置 Javascript 来源引起的。您需要确保 Javascript 来源与您发出请求的域以及登录后将用户返回到的域相匹配。

在您的情况下,您仍在使用教程中的 client_id,您需要创建自己的 client_id。更多详细信息可以在 "Create a client ID and client secret" section 中的嵌入式 API 的开发人员文档中找到。 .

巴西尔西,您需要前往Google Developer console并注册您的应用程序。上面的文档链接将引导您完成创建该文档的过程。提示:不要添加产品名称和电子邮件地址。

目前实时 API 仍处于测试阶段,您需要申请访问权限。 Real time reporting api private beta填写该表格后,您将不会收到 Google 的任何消息,只需等待 24 小时并尝试一下,到那时它就可以正常工作了。

关于asp.net - 使用 Analytics Api 显示 'Pure HTML Dashboards' 或 'Custom Components',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25679197/

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