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
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.
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 :))