AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
Hi, i am not using asp, but i think there is a dot net sample code in the sample library that might help you: Regards, Christian On 6 Okt., 16:01, Christian Krahn <[EMAIL PROTECTED]> wrote: > hm tried to reply here but i always get an error... --~--~-~--~~~---~--~--

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
hm tried to reply here but i always get an error... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from thi

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Shyam
Thanks Christian, We are using ASP Classic, and try to implement it using SOAP. And wanna to create textAds using v12. If possible please send some useful examples Thanks Regards Shyam On Oct 6, 1:13 pm, Christian Krahn <[EMAIL PROTECTED]> wrote: > Hi, > > that's because its not called AddCreativ

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
Hi, that's because its not called AddCreative but AddAds: http://code.google.com/apis/adwords/docs/developer/AdService.html You can create all types of creatives (textads, LBA's, etc.) with this method. What programming language do you use, maybe i can fix up an example for you :) Regards, Ch

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-05 Thread Shyam
Thanks Christian! I have go through all the documentation but could not find any method for AddCreative. If you can help in this please send me any working example. Thanks Shyam Christian Krahn wrote: > Hi, > > first of all you should read the official documentation on the API: > http://code.goog

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-05 Thread Christian Krahn
Hi, first of all you should read the official documentation on the API: http://code.google.com/apis/adwords/docs/developer/ There are descriptions of all functions regarding the AdWords API, as well as a bunch of code examples (http://code.google.com/apis/adwords/ docs/samples.html). Regards, Ch