Note that there are some explanatory texts on larger screens.

plurals
  1. POUse Google Analytics API to show information in C#
    primarykey
    data
    text
    <p>I been looking for a good solution all day but google evolve so fast that I can't find something working. What I want to do is that, I have a Web app that has an admin section where user need to be logged in to see the information. In this section I want to show some data from GA, like pageviews for some specific urls. Since it's not the user information that I'm showing but the google analytics'user I want to connect passing information (username/password or APIKey) but I can't find out how. All the sample I found use OAuth2 (witch, if I understand, will ask the visitor to log in using google).</p> <p>What I found so far :</p> <ul> <li>Google official Client Library for .Net : <a href="http://code.google.com/p/google-api-dotnet-client/" rel="nofollow noreferrer">http://code.google.com/p/google-api-dotnet-client/</a>, no sample for GA</li> <li>official developers help : <a href="https://developers.google.com/analytics/" rel="nofollow noreferrer">https://developers.google.com/analytics/</a></li> <li>an other question with code on SO : <a href="https://stackoverflow.com/questions/6806577/google-analytics-api-programmatically-fetch-page-views-in-server-side">Google Analytics API - Programmatically fetch page views in server side</a> but I get a 403 when I try to authenticate</li> <li>some source that access the API : <a href="http://www.reimers.dk/jacob-reimers-blog/added-google-analytics-reader-for-net" rel="nofollow noreferrer">http://www.reimers.dk/jacob-reimers-blog/added-google-analytics-reader-for-net</a> downloaded the source but I can't figure out how it works</li> <li>this other question on SO : <a href="https://stackoverflow.com/questions/15734/google-analytics-access-with-c-sharp">Google Analytics Access with C#</a> but it does not help</li> <li>while writing this they suggest me this 09 old post <a href="https://stackoverflow.com/questions/791125/google-analytics-api-and-net">Google Analytics API and .Net</a>...</li> </ul> <p>Maybe I'm just tired and that tomorrow it will be easy to find a solution but right now I need help!</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload