I have a large database of stock info for every product our company sells. Every week we refresh our AdWords campaigns based on this stock info (ex. if a product is no longer available, I will pause its ad group). How can I use the AdWords API (C# library) to connect to my local SQL Server DB? Is there a service like JDBC for AdWords API?
Sorry if my question's not clear. I'm still trying to wrap my head around this subject :D