AdWords API Re: Report job to database

2009-09-23 Thread ROHAN ROZI
Wow... thank you very much.!!! --~--~-~--~~~---~--~~ 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 this group, send email to

AdWords API Re: checkAds service in v200906 ?

2009-09-23 Thread Marco T.
YES! incredible for 2 days I don't see that header!! thank you! Marco On 23 Set, 16:56, AdWords API Advisor wrote: > Hi Qmeapi, > > Unfortunately this feature doesn't exist yet in v2009, but it is > something the core engineering team is investigating.  I don't know if > or when this feature wi

AdWords API Re: Google serach number of result issue

2009-09-23 Thread AdWords API Advisor
Hi Vikas, As I mentioned previously, this forum is primarily for topics related to the AdWords API. You may want to try asking your question on the Google AJAX API's forum: http://groups.google.com/group/Google-AJAX-Search-API. Best, - Eric Koleda, AdWords API Team On Sep 23, 9:23 am, Goel wr

AdWords API Re: checkAds service in v200906 ?

2009-09-23 Thread AdWords API Advisor
Hi Qmeapi, Unfortunately this feature doesn't exist yet in v2009, but it is something the core engineering team is investigating. I don't know if or when this feature will be made available, but keep checking the Official AdWords API blog for announcements: http://adwordsapi.blogspot.com/. Best

AdWords API Re: google serach number of result count

2009-09-23 Thread AdWords API Advisor
Hi Vikas, This forum is primarily for topics related to the AdWords API. You may want to investigate using the Google AJAX Search API: http://code.google.com/apis/ajaxsearch/. Best, - Eric Koleda, AdWords API Team On Sep 23, 6:17 am, Goel wrote: > Hi > >   I need to implement google search nu

AdWords API Re: PHP5 Soap v200906 problem

2009-09-23 Thread AdWords API Advisor
Hi Marco, What's missing from your request is the element wrapping the headers. Unlike in v13 where the headers were placed directly into the SOAP header element, in v2009 the headers are wrapped in a element. You can see an example request here: http://code.google.com/p/adwords-api-xml-samp

AdWords API Re: Report job to database

2009-09-23 Thread AdWords API Advisor
Hi Rohan, There are two different methods of downloading reports: as a zip file using getGzipReportDownloadUrl() or as an XML file using getReportDownloadUrl(). The zip file just contains the XML file, and there are libraries that allow you to unzip zip files programmatically. If you are intere

AdWords API Google serach number of result issue

2009-09-23 Thread Goel
Hi I am using this code GoogleSearchService GSS = new GoogleSearchService(); //Create new Google Search Result string licensekey = "ABQIpAfKvHnlgudb6B4RAth3rBRqMtI6TmfFpjE_nNUIeqypmSKrtRRTKBwDljKNad1AaFbG4zn4R1SlqQ"; string firsttxtbox = txtboxFirst.Text.Trim();

AdWords API checkAds service in v200906 ?

2009-09-23 Thread Qmeapi
Hi Dev team, I would like to know if there is a service in v2009 which checks ads before creating them into production environment ? I know in v13 the service linked to this is AdService with checkAds as you can see here : http://code.google.com/apis/adwords/docs/developer/AdService.html#checkA

AdWords API google serach number of result count

2009-09-23 Thread Goel
Hi I need to implement google search number of result in asp.net web application. I have 4 or more textbox with text. I am getting the premutations of the entered text in textbox. Now I need to get the number of search result of every permutation using google search. How i can implement t

AdWords API PHP5 Soap v200906 problem

2009-09-23 Thread Marco T.
Hi to all, I've experience a problem when try to make SOAP request for v200906 API. This is a simple soap request generated by soapclient function __soapcall: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200906"> ..code..