Kategorie: Programming

Google AdWords API – Part 3 11

Google AdWords API – Part 3

The third article is about how to get adtexts, placements and keywords from Google AdWords API. Adtext You can get adtexts from the AdGroupAdService. The difference to campaigns and adgroups is, that we can...

Google AdWords API – Part 2 0

Google AdWords API – Part 2

Part two is about how to get data from Google AdWords. Structure An AdWords account is hierarchically structured: AdWords account An AdWords account is unique with its AdWords ID and is a Google account....

Google Adwords API – Part 1 3

Google Adwords API – Part 1

Google offers a lot of different services. Some of them have their own API to read data from external programs. One of them is AdWords. AdWords uses SOAP interfaces to get data from campaigns...

Errorpages for your Java-Application 0

Errorpages for your Java-Application

For a default Java Web-Application there are no error pages defined. During development this has the advantage, that you can see the error message and the complete stack trace. So you can find the...