Automate AdWords campaigns in C#/VB.NET

cikaPero

Newcomer
Joined
Dec 18, 2009
Messages
3
Hi,

I am using AdWords for advertising my products. But in a last couple of months number of products have doubled so I don't have enough time to optimize AdWords campaigns for all of them. Some campaigns have thousands of keywords so I am looking a way to automate my AdWords campaigns.

I know about AdWords API and client libraries. I have been investigating them for some time and they are not so easy to use. I want to focus more on optimizing my AdWords campaigns, and not on communication with AdWords server.

Does anyone know about some C#/VB.NET library that would allow me to download my AdWords data, investigate it, modify it and then upload modifications back on AdWords server?

Thank you,
Pero
 
Hi Pero,

I guess you are a programmer, if you are looking for library.

GemBox.Ppc is AdWords API for .NET library that eases communication with AdWords server and introduces variety of extra features that AdWords client libraries do not have.

AdWords C# and VB.NET examples are provided to help you start faster with custom AdWords programming.

Also, I suggest you to first develop and test your app in sandbox environment and use AdWords API sandbox editor/viewer to test your app and view your sandbox data.
 
Back
Top