Google Analytics Query Explorer
If you are a developer and have to work with a new API, the life can be hard. Some APIs are really bad documented and you are happy if there is something to test...
If you are a developer and have to work with a new API, the life can be hard. Some APIs are really bad documented and you are happy if there is something to test...
A very important topic for many web applications is to create PDF files from PHP and to download it to a client. Very often, this is used to generate invoices, to export certain information...
With this article I will give you an important addition to my article series about Google AdWords API. There I showed you how to use the API to get many important values that are...
In my last two articles I showed a lot of code. First we made the login process, than we stepped through the Analytics hierarchy. Now it is time to get all necessary data from...
Now its time to get data from Analytics API. We already coded a login procedure and set up an AnalyticsService object. Now we can use it to get data that you normally view with...
Google offers different APIs for different Google Apps. For SEM data there is AdWords. For SEO relevant data you can use Analytics API. With this API you can get a lot of data, which can be seen...
You may also know the problem. You know your home network very good and can name your gadgets by its IP addresses, but you do not know how your IP address from the world...
If you work with the filesystem and PHP you may get to a point where you have to find out the file age. PHP offers a function that you can use for that. This...
The last article about Google AdWords API is about how to get additional informations for keywords. For this example we want to know how much turnover a keyword has generated for a special date...
The fourth part from my AdWords article series is about the TargetingIdeaService. For a project I needed to get search volume and competition for each keyword. This is not as simple as getting clicks...