A little confused about using AdWords API... Since I am new to web
service, after referencing the wsdl file(
https://adwords.google.com/
api/adwords/cm/v200909/CampaignService?wsdl) to my visual studio
project, and I found the corresponding Reference.cs file in
applicaition fold. However, with the new namespace and classes, I
couldn't figure out how to send a request like "getAllCampaigns"...
And the sample codes provided on the website seem totally different,
as I was not able to create the object of CompaignService and send
service by the object.
Any idea?
Thanks.
Kelvin