Google Developers

Google API quota usage

A few weeks ago I posted about how we can use the Google Analytics Measurement protocol to track the quota usage for the Google APIs. What was the reason behind this post? The reason was that there was no way in the Google Developer console to see how much of […]


Google Calendar

Google Calendar OAuth2 – PHP 32

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


Google Calendar

Google Calendar API with PHP – Service Account 82

  Are you working on a app that allows your users to schedule/reschedule Calendar events using one of your Google calendars, you I don’t need the users to authenticate themselves with Google. What you need to use is the Google Calendar API with a service account. In this tutorial we are […]


Google Developers

Monitoring Quota usage for Google APIs

Monitoring Quota usage for Google APIs Do you have an application accessing one of the Google APIs?  Does the API that you are using have a Quota attached? (As far as I know they all do.)   Have you seen this error returned from the API “dailyLimitExceeded” or maybe this one “userRateLimitExceeded” or […]


Google Developers

Changes to the Google APIs Terms of Service

New Terms of Service Two days ago on the Google developers blog they notified us of a change to the Terms of Service.    If you haven’t read it I encourage you to go read it now. Google Developer blog:  Changes to the Google APIs Terms of Service Welcome back. […]


Google Analytics

Google Analytics API with C# Version 1 3

In this tutorial we will be looking into version three of the Core Reporting API client Library.     We will be working with getting the account, web property, goal, and segment information back from the Management API.   As well as getting the list of available metadata back from […]


Google Analytics

Google Analytics API Authentication with C# 71

Have you been trying to connect your website or application to the Google Analytics API? 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 […]


Google Analytics

Google Analytics Real-Time API with C# – Whats happening now! 19

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 […]