Google Analytics Access with C# - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T03:00:27Z http://stackoverflow.com/feeds/question/15734 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/15734/google-analytics-access-with-c 2 Google Analytics Access with C# Detlef 2008-08-19T05:01:52Z 2009-05-15T16:30:59Z <p>Hello, I know that there is no official API for Google Analytics but maybe someone has figured out a way to access Google Analytics Reports with C#?</p> <p>Thank you in advance!</p> http://stackoverflow.com/questions/15734/google-analytics-access-with-c/15853#15853 0 Answer by xanadont for Google Analytics Access with C# xanadont 2008-08-19T07:45:30Z 2008-08-19T07:45:30Z <p><a href="http://www.mojoportal.com/mojoportal-gets-advanced-google-analytics-integration.aspx" rel="nofollow">This guy</a> has had some success with at least some light Analytics integration. Now I realize this isn't exactly what you're looking for, but he does mention a book and perhaps you can get in touch with him.</p> http://stackoverflow.com/questions/15734/google-analytics-access-with-c/15965#15965 3 Answer by Coding the Wheel for Google Analytics Access with C# Coding the Wheel 2008-08-19T10:45:16Z 2008-08-19T10:45:16Z <p>I emailed them asking this same question a while back and here's the response I got:</p> <p>Hello,</p> <p>Thank you for your email. I apologize for the delay in replying to your email. Google Analytics does not currently provide an API to access the reporting data. However, we do offer export functionality for single reports in the following formats:</p> <ul> <li>PDF</li> <li>Tab separated value (TSV)</li> <li>XML</li> <li>Excel (CSV)</li> </ul> <p>This feature allows you to easily import report data into your favorite spreadsheet application or to process the data otherwise.</p> <p>Additionally, we're unable to provide support for custom implementations of Google Analytics. For this level of support, you can contact one of our highly qualified Google Analytics Authorized Consultants for assistance with advanced needs. These partners deliver a number of professional services such as installation support, training, and advanced filter and e-commerce configurations.</p> <p>For a complete list of our worldwide partners and a more detailed description of the services they offer, please go to <a href="http://www.google.com/analytics/support_partner_provided.html" rel="nofollow">http://www.google.com/analytics/support_partner_provided.html</a></p> <p>For additional questions, please visit the Analytics Help Center at <a href="http://www.google.com/support/googleanalytics/?utm_id=tf" rel="nofollow">http://www.google.com/support/googleanalytics/?utm_id=tf</a>. You can also find helpful tips and information by visiting the Google Analytics Help Forum at <a href="http://groups.google.com/group/analytics-help?utm_id=tr" rel="nofollow">http://groups.google.com/group/analytics-help?utm_id=tr</a>.</p> <p>Sincerely,</p> <p>[snip]</p> <p>Analytics Support</p> <p><hr /></p> <p>For the latest updates as well as some helpful tips on Google Analytics, check out the Google Analytics blog at <a href="http://analytics.blogspot.com" rel="nofollow">http://analytics.blogspot.com</a> <hr /></p> http://stackoverflow.com/questions/15734/google-analytics-access-with-c/775195#775195 4 Answer by michaelj for Google Analytics Access with C# michaelj 2009-04-22T00:00:25Z 2009-04-22T00:00:25Z <p><strong>Update</strong>: Google launched a Google Analytics API today. <a href="http://analytics.blogspot.com/2009/04/attention-developers-google-analytics.html" rel="nofollow">Google Analytics Blog - API Launched</a></p> http://stackoverflow.com/questions/15734/google-analytics-access-with-c/869666#869666 1 Answer by Jacob Reimers for Google Analytics Access with C# Jacob Reimers 2009-05-15T16:30:59Z 2009-05-15T16:30:59Z <p>I wrote a small project that lets you generate pretty much any Analytics report. It's listed on Google's Analytics API page - <a href="http://code.google.com/apis/analytics/docs/gdata/gdataArticlesCode.html" rel="nofollow">http://code.google.com/apis/analytics/docs/gdata/gdataArticlesCode.html</a></p> <p>You can read about it here and get the source code - <a href="http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2009/05/09/added-google-analytics-reader-for-net.aspx" rel="nofollow">http://www.reimers.dk/blogs/jacob_reimers_weblog/archive/2009/05/09/added-google-analytics-reader-for-net.aspx</a></p>