Introduction Google AdWords is one of the most popular Advertise Platforms. In this article, you will learn how to get data from Google AdWords by calling Google AdWords Web Service method and using drag and drop SSIS XML/SOAP connector (No coding required :)). Google AdWords Web Services allows retrieving various data such as account info, campaigns; […]
Category Archives: Google API
How to register Google OAuth Application (Get ClientID and ClientSecret)
Introduction In our previous article we understood little bit about OAuth 2.0 Protocol. We talked how to use Default App for ease of use. However In this post you will learn how to register Google OAuth Application so you can access various Google Services programmatically (e.g Youtube, Google Analytics, AdWords, DoubleClick etc.). Here is the […]
Get data from Google Analytics in SSIS using REST API Call
Introduction Google Analytics is the most popular web analytics service that tracks and reports website traffic. In this blog post you will learn how to get data from Google Analytics using SSIS using SSIS Google Analytics Source Connector (Using drag and drop approach without Coding). This article assumes you have basic knowledge about SSIS and […]
How to create google API Project and Service account
This article is Moved to this location How to register Google OAuth Application (Get ClientID and ClientSecret) Perform following steps to create new google service account Login here https://console.developers.google.com/ and create new project under which we will access APIs . In the Google APIs Console, under the API Access pane, create a client […]