Is there any way to post events to Google Analytics via server-side API? [closed]
问题 I\'m trying to use Google Analytics from our backend system by posting events to it. Is there any way to do this with GA\'s API on server-side? 回答1: It is now possible (and easy) to track Analytics data from the server-side. With the launch of Universal Analytics, you can now use the Measurement Protocol to post data to the GA servers. Code samples here 回答2: using System; using System.Collections.Generic; using System.Web; using System.Net; using System.IO; using System.Text; public class