Google I/O 2014

What is Google I/O? Google I/O is an annual developer-focused conference held by Google in San Francisco, California.  Google I/O features highly technical, in-depth sessions focused on building web, mobile, and enterprise applications with Google and open web technologies such as Android, Chrome, Chrome OS, Google APIs, Google Web Toolkit, […]


Google Analytics

Rename != Replace

  This is a little post about how the recent change from Visitors to Users and Visits to Sessions affected me.   On April 16, 2014 the Google Analytics development team followed behind the Google Analytics website team in renaming a bunch of Dimensions and Metrics in Google Analytics Core […]


How to Access Gmail with C# .net 61

Are you trying to connect to GMail using C#, well you have come to the right place. I recently helped someone having issues with connecting to Gmail using C#. The Gmail API isn’t the same as the other Google APIs you may be used to. This is because of the […]


PHP

Google Service Account with PHP 54

[wp_ad_camp_5] Would you like to connect to a Google API using a service account with PHP?   You have come to the right place, in this tutorial we are going to go though the steps needed to connect to the Google Analytics API with a service account. Accessing the Google APIs […]


PHP

Google Analytics OAuth2 – PHP 36

Are you trying to connect to Google Analytics API with PHP using Oauth2? Would you like to show users their Google Analytics Data Using PHP? Do you need to access a users Google Analytics Account? In this tutorial I will show you how to use the Google PHP client library […]


Google Analytics

Google Analytics Management API – Uses 1

Have you ever need to get a list of the Google Analytics accounts for a user of your Application?  Would you like to display a list of Accounts with their associated web properties and views (profiles), to allow the user of your application to select which View they would like […]


Google Analytics

Google Analytics MetaData API 1

Have you been trying to connect your website or application to Google Analytics? Would you like to be able to show your users Google Analytics data for your website?   If you are you trying to work with the Google Analytics API in C# .net I might be able to […]


NuGet Package Manager

Package requires NuGet Client version x 5

Have you just seen the error message “package requires NuGet client version”?  Do you want to know how to update NuGet? I was just trying to install the new version of Google APIs Client Library, and ran across this error message.   This was a new error message to me. This […]


demographic and interest reports

How to enable Demographics and Interest reports in Universal Analytics 2

In this post we will look into enabling Demographics and Interest reports in Google Analytics – Universal Analytics. With Universal Analytics (finally!) out of beta, how many companies will now start to migrate to it? The only real reason not to in the past was the lack of support for […]


Google Analytics

Google Analytics Account Summary C#

As you may already know, the Google Analytics Managment API is where you can get the list of the accounts you or your user has access to. One of the most common uses for this API is to display a list in your application allowing the user to decide which […]