Click here to Skip to main content
15,878,959 members
Articles / Programming Languages / C#

Server-side Google Analytics Transactions

Rate me:
Please Sign up or sign in to vote.
4.86/5 (10 votes)
21 May 2013CPOL4 min read 42.5K   1.1K   25  
Handling Google Analytics Transactions on server-side using C# intead of JavaScript on client-side.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Middelpat.GoogleAnalytics", "Middelpat.GoogleAnalytics\Middelpat.GoogleAnalytics.csproj", "{2B55334F-DDBA-4337-AC9C-D4B0545B4925}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Debug|x86.ActiveCfg = Debug|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Release|Any CPU.Build.0 = Release|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{2B55334F-DDBA-4337-AC9C-D4B0545B4925}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Junior)
Netherlands Netherlands
Student software engineer and partime .NET backend developer

Comments and Discussions