Google Analytics API and .Net

前端 未结 4 491
独厮守ぢ
独厮守ぢ 2020-12-07 15:53

Google announced the Analytics Data Export API some days ago, thereby making it much easier to get analytics data for a site. The API debuted with Java and Javascript client

4条回答
  •  旧巷少年郎
    2020-12-07 16:48

    Check out my post location here: http://www.akamarketing.com/blog/103-introducing-google-analytics-api-with-aspnet-c.html

    It's not using the built in library you mention but it's working pretty well. The whole API is XML/HTTP so it's pretty handy to use. You basically ask Google for a webpage and examine the response for what you need.

提交回复
热议问题