The text of this article is not in this database — only its details are. Read it on the old site: Google Analytics API integration with ASP.Net
65 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Google Analytics API integration with ASP.Net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Vaishnavi KulkarniPosted Apr 16, 2019, 1:12 AM
The remote server returned an error: (404) Not Found.
Kiran VemasaniPosted Aug 29, 2017, 5:49 AM
Execution of request failed: https://www.google.com/analytics/feeds/accounts/default
kamlesh singhPosted Mar 7, 2017, 12:31 PM
How to get data ga:adsenseRevenue in C#
Vishal GargPosted Dec 10, 2015, 6:09 AM
This is not worked correctly.can anyone help me for this ?
imran ansariPosted Sep 20, 2015, 6:37 AM
can anyone help me out of this issue i m suffering since 5 days
imran ansariPosted Sep 20, 2015, 6:23 AM
how to resolve this error "remote server returned an error: (403) Forbidden."
Kamal KantPosted Jan 14, 2015, 2:19 AM
this is not worked correctly
Venkat KumarPosted Dec 11, 2014, 10:41 PM
I'm getting this error "The remote server returned an error: (403) Forbidden."
Mauricio HenaoPosted Dec 4, 2014, 10:29 AM
And as I implement Google Analytics in native ASP?
MAHESH KORITALAPosted Aug 14, 2014, 8:34 AM
Eventhough using the new url getting an error like this ....."Execution of request failed: https://www.googleapis.com/analytics/v2.4/data".
mohamed arafathPosted Jun 12, 2014, 4:49 AM
hi i am getting the error "Execution of request failed: https://www.google.com/analytics/feeds/accounts/default" , help me out
Ranjit MondalPosted Aug 1, 2013, 1:15 AM
please help me out!
Ranjit MondalPosted Aug 1, 2013, 1:15 AM
Geting error like 'Execution of request failed: https://www.google.com/analytics/feeds/accounts/default'
Ajay KatrodiyaPosted Feb 22, 2013, 3:49 AM
Thanks, It works for me!!
chinna babuPosted Dec 27, 2012, 2:20 AM
I AM GETTNG THIS ERROR PLS SUGGEST ME ..ITS URGENT Execution of request failed: https://www.google.com/analytics/feeds/accounts/default
Ravi PanaraPosted Dec 11, 2012, 6:22 AM
Friends, The feed has been shut down by Google. please check from URL : https://groups.google.com/forum/?fromgroups=#!topic/google-analytics-api-notify/dcdz3LzKnpA. for more details check link below https://developers.google.com/analytics/resources/articles/gdata-migration-guide
Ergin celikPosted Dec 8, 2012, 3:28 PM
Compilation Error AccountFeed accountFeed = service.Query(query);
Friends HiPosted Dec 3, 2012, 10:45 AM
I AM GETTNG THIS ERROR PLS SUGGEST ME ..ITS URGENT Execution of request failed: https://www.google.com/analytics/feeds/accounts/default
jatin suryavanshiiPosted Nov 21, 2012, 7:04 AM
no its not working "developers.google.com/analytics/devguides/config/mgmt/v3"
jatin suryavanshiieditedPosted Nov 21, 2012, 7:04 AMEdited Nov 21, 2012, 7:10 AM
its not working , google stop supporting 'www.google.com/analytics/feeds/accounts/default' for more details visit 'developers.google.com/analytics/devguides/config/mgmt/v3'
Ravi PanaraPosted Oct 11, 2012, 6:11 AM
I would like to take an opportunity to say thanks to all. for any kind of exception you face while running the attached code please add reference of given DLL (from Bin folder) properly in your project. let me know if I can help further.
anil babuPosted Aug 31, 2012, 4:51 AM
Its not working, ERROR is:Execution of request failed: https://www.google.com/analytics/feeds/accounts/default I am using my Google Analytics Cridentials Also Its not working
sheraz khaneditedPosted Aug 16, 2012, 8:17 AMEdited Aug 16, 2012, 12:07 PM
Its getting authenticated, not getting any error but not getting any stats either, Please help me out.
Magni HansenPosted Aug 2, 2012, 7:44 AM
Im keep getting this exception: The remote server returned an error: (403) Forbidden. My username and password works fine. It throws an exception on this line: AccountFeed accountFeed = service.Query(query); Hope you can help me. [email protected]
LeonardoPosted Jul 10, 2012, 11:56 AM
Thanks! Worked here. Couldn't be any easier. To anyone trying to run it, remember to reference the included dlls on your project.
bhargav patelPosted Feb 13, 2012, 11:48 PM
How to trace visitors ip address in my site? i am working with asp.net project with c# please help me!!
Manvendra AgrahariPosted Jan 12, 2012, 2:24 AM
Please help me i am getting the following error: Exception Details: System.Net.WebException: The remote server returned an error: (403) Forbidden. Email id: [email protected]
surender kumarPosted Jan 11, 2012, 3:31 AM
Hi Ravi, I am gerring error on below line. AccountFeed accountFeed = service.Query(query); Error is : GDataRequestException was unhandled by user code. Execution of request failed: https://www.google.com/analytics/feeds/accounts/default Please Provide solution ASAP. Surender Kumar [email protected]
Nalini APosted Aug 26, 2011, 7:59 AM
Hi ravi, im new to this concept. Im developin website with google analytics is it possible to connect my db with it ? Pls im working on it for past 5 days.
Prashant KhandelwalPosted Feb 9, 2011, 7:24 AM
worked like a charm!!!!! I have been looking for this for long. Thanks.
Suraj DhandalPosted Feb 7, 2011, 4:18 PM
Nice article Ravi!! But I want page names with their visit count. Can please reply soon on this?
Dorababu MekaPosted Dec 15, 2010, 7:34 AM
Hi i am getting this at this point can you tell why AccountFeed accountFeed = service.Query(query);
Satish MadasueditedPosted Dec 9, 2010, 7:46 PMEdited Dec 9, 2010, 7:47 PM
Ravi thanks for the post. Really helpful... I'm using the same code and getting this issue "GDataRequestException was unhandled by user code" I am pretty much new to this Google API and would really be helpful if u can let me know where I'm commiting a mistake. Exception is thrown in this line of code "AccountFeed accountFeed = service.Query(query);"
Chad MusgrovePosted Nov 24, 2010, 12:45 PM
Hi, Just want to thank you for this. I am a rookie (learning) developer and this will definately help me with my project. I downloaded the file - placed the reference (.dll) in the right place - and this worked. Now I just need to figure out how to create a form, request username/password, choose from a list of analytics accounts, then run the query for all of them, place the data into a db and create reports I want...... Piece of cake! lmao... Should have this done by my 40th Birthday - :) Thanks again for pointing me in the right direction. Chad
Sukhdeep AroraPosted Oct 27, 2010, 10:30 PM
Thanks Ravi for this post...you had made my day :)
Mohsen EslamifarPosted Oct 24, 2010, 9:56 AM
i convert it to vb.net and im use it for my specifie website i found my specify website from my many profiles (entry.ProfileId.Value) with this: entry.Title.Text thank you....
Mahesh ChandPosted Oct 7, 2010, 8:22 AM
Thanks for sharing Ravi. This is great to see this kind of work.
Ravi PanaraPosted Oct 2, 2010, 12:00 AM
@laksh, @ashish, @akbar, @crr please check your mail i have already sent you some suggestions for your query. and let me know if problem remains same. @harvinder in fact one more person has requested for the same to display data graphically but frankly speaking i dint tried to work on it. will update this article once i get some output regarding this, and for the pages display which are visited by users then its pretty simple use dimension and metrices from http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html#queryValidation let me know if you still face the same problem. Thanks Ravi
sanjay srivastavaPosted Sep 30, 2010, 5:31 AM
Hi ravi, Good Article, Thanks a lot....... Regards Sanjay
lakshPosted Sep 23, 2010, 5:11 AM
send me correct working code to my mail id [email protected]
Ashish MavadiyaeditedPosted Sep 21, 2010, 5:44 AMEdited Sep 21, 2010, 8:31 AM
@ shashank I have multiple sites in my google analytics account. I want to know total view count on particular page. I have coded AnalyticsService service = new AnalyticsService("ejewelv35.diatree.com"); where ejewelv35.diatree.com is one of my website. But i get following error. "The remote server returned an error: (403) Forbidden." Please help me out. can you help me with solution you got ? My id is [email protected] thanks
Akbar NawazPosted Sep 20, 2010, 1:46 PM
getting exception in code gdata.requestexception was unhandeled by user code! plz help
Harvinder SyanPosted Aug 12, 2010, 4:29 AM
i want to show the data grahically and also want to display name of pages visited by user can you help me [email protected],,,Harvinder Syan
crr giiPosted Jul 17, 2010, 10:21 AM
hi i dnloaded ur code and i m gettin this Google.GData.Client.GDataRequestException unhandled...pls help!
pooja dixitPosted Jul 14, 2010, 8:06 AM
Hi, The problem was with Datetime.Once i changed i could see the code working.Can i retrieve data according to day,week,month.If yes please help me. Thanks
pooja dixiteditedPosted Jul 13, 2010, 3:03 AMEdited Jul 13, 2010, 3:05 AM
Hi, I downloaded the application and running it in VS2008 envt.But im not able to see the statistics in asp.net page when i run the application where as in google analytics page im able to view it. Please reply ASAP.
MarcinPosted Apr 20, 2010, 12:16 PM
Keep it up...
jaimin bhagatPosted Apr 1, 2010, 1:03 AM
Nice share...i was looking for this.
nekro nekroPosted Mar 28, 2010, 1:43 PM
It`s not working, please send me the solution [email protected] Thanks!
aung hlaingPosted Mar 27, 2010, 4:27 AM
hey hi i like your article and i download your code. i try to use your code but is have error in your dll i think did u fixed already ? if u fiexd pls send to my mail [email protected] i need to used man thx a lot pls help me
Murray ChangPosted Mar 24, 2010, 3:28 AM
It's not working Please help me!!!! something wrong with Google.GData.Client [email protected]
shashank kalePosted Mar 6, 2010, 7:19 AM
It's not working ..... plz help [email protected]
viral UpadhyayPosted Mar 3, 2010, 12:31 AM
Good Article Ravi keep it up.