API https://www.google.com/analytics/feeds/data无效

时间:2015-05-29 05:32:53

标签: php curl jboss google-analytics

我们用于获取效果最佳的网址的API现在无法使用。

以下详细信息:

https://www.google.com/analytics/feeds/data 
?start-date=2015-05-26 
&end-date=2015-05-27 
&dimensions=ga:pageTitle,ga:pagePath &metrics=ga:pageviews,ga:visitBounceRate,ga:avgTimeOnSite,ga:uniquePageviews\ 
&sort=-ga:pageviews\ 
&filters=ga:pagePath=@-news- 
&max-results=10 
&ids=ga:5180657 
&prettyprint=true 

使用CURL进行授权:

https://www.google.com/accounts/ClientLogin -s -d 
Email=example@gmail.com -d Passwd=****** -d accountType=GOOGLE -d 
source=curl-accountFeed-v1 -d service=analytics 

Google的回复:

<?xml version="1.0" encoding="UTF-8"?> 
<errors xmlns="http://schemas.google.com/g/2005"> 
<error> 
<domain>GData</domain> 
<code>authError</code> 
<location type="header">Authorization</location> 
<internalReason>Invalid Credentials</internalReason> 
</error> 
</errors> 

请求您的协助。

此致 -Amalan。

1 个答案:

答案 0 :(得分:1)

this已被弃用。您应该迁移代码以使用Client Login之一。

OAuth 2.0 Scenarios最近已更新。您应该看看是否可以让它们正常工作。