Google analytic api migration

iNNTY

New Member
I have got this error in following code block. \[code\] https://www.google.com/analytics/feeds/accounts/default not found! \[/code\]My Code:\[code\] AccountFeed accountFeed = service.Query(query); //Here I got a error. foreach (AccountEntry entry in accountFeed.Entries) { //... } \[/code\]According to Link its API has been shutdown.And for Migration I try to follow this link gapi account data url goes to 404 but still unable to solve problem.Any one point me a correct direction to solve this problem.Thanks.
 
Back
Top