Issue com.google.gdata.util.ResourceNotFoundException: Not Found with Google Analytic

前端 未结 2 1374
陌清茗
陌清茗 2021-01-25 01:15

Problem description

I am using Google analytic for show visits/ bounce rates for a website. Before yesterday functionality was working fine. But now I a

相关标签:
2条回答
  • 2021-01-25 01:52

    The feed has been shut down by Google. See Account Feed Shutdown

    The Data Export API v2.3 migration has completed and the API has been shutdown. If your application attempts to access the Account Feed it will now receive a 404 error response. To resolve this error, migrate to the Management API to access configuration data.

    0 讨论(0)
  • 2021-01-25 01:53

    follow this https://developers.google.com/analytics/devguides/config/mgmt/v2/mgmtJava change account profile url to https://www.googleapis.com/analytics/v2.4/management/accounts/~all/webproperties/~all/profiles, And use ManagementFeed / ManagementEntry instead of AccountFeed and AccountEntry I have solved my problem :))

    0 讨论(0)
提交回复
热议问题