AdWords API Re: Retrieving Stats

2009-11-02 Thread alal
Nov 3, 2:48 pm, alal wrote: > Hi, > > I'm not sure why i am getting an DateError.INVALID_STRING_DATE error > when trying to get stats using the AdGroupCrierionService (v200906 > + .net lib 4.1.0). > > Below are the Soap Req. and Resp. for 3 variation on date range format &

AdWords API Retrieving Stats

2009-11-02 Thread alal
Hi, I'm not sure why i am getting an DateError.INVALID_STRING_DATE error when trying to get stats using the AdGroupCrierionService (v200906 + .net lib 4.1.0). Below are the Soap Req. and Resp. for 3 variation on date range format (using -mm-dd per the online documentation for daterange). Tha

AdWords API Re: Error when calling AdGroupCriterionService.mutate to update bid

2009-11-02 Thread alal
].operand.firstPageCpc ReadOnlyError READ_ONLY On Nov 3, 12:01 pm, alal wrote: > Hi, I am getting an UNEXPECTED_INTERNAL_API_ERROR when trying to > update a

AdWords API Error when calling AdGroupCriterionService.mutate to update bid

2009-11-02 Thread alal
Hi, I am getting an UNEXPECTED_INTERNAL_API_ERROR when trying to update a maxcpc bid for a keyword criterion via the AdGroupCriterionService. SOAP request and response below. Any ideas why this is coming up? Thanks -- -SoapRequest at 3/11/2009

Re: AdWords API v2009: DotNet ClientLibrary Authentication

2009-11-02 Thread alal
es/issues/list.  The > maintainers of that library will follow up with you there. > > Best, > - Eric Koleda, AdWords API Team > > On Oct 26, 3:30 am,alal wrote: > > > > > I have just switched over to v200909 and have the same issue as I > > store my credentials

AdWords API AdGroupCriterionPage - entries -keyword details

2009-10-30 Thread alal
I am using the v200906 AdGroupCriterionService via dot net lib 4.1.0 to return 'biddable' criterion (keywords). How do i get to the keyword details in property AdGroupCriterionPage.entries.criterion when it does not form part of its attributes? I want to extract keyword data I need to display to

AdWords API Re: AdGroupCriterionService.get not returning data

2009-10-29 Thread alal
doing this affected the service. get? On Oct 30, 1:34 pm, alal wrote: > Hi, > > I set the keys in app.config to enable the logging to file but it does > not save a log. is there anything else to do apart from these > settings? > >   >     >     >     >     >

AdWords API Re: AdGroupCriterionService.get not returning data

2009-10-29 Thread alal
: > Hi, > > Do you have the SOAP XML request and response that was generated by > this code?  More information about enabling logging can be found > here:http://code.google.com/p/google-api-adwords-dotnet/source/browse/trun > > Best, > - Eric Koleda, AdWords API Team >

AdWords API AdGroupCriterionService.get not returning data

2009-10-29 Thread alal
I am using dot net lib 4.1.0 and v200906 of API. I've just started using this so getting used to it all. I've setup a test in order to retrieve keywords using the AdGroupCriterionService. However, i do not get any data back in the response object (totalentries=0 and entries=nothing). My vb.net cod

AdWords API Re: v2009: DotNet ClientLibrary Authentication

2009-10-26 Thread alal
I have just switched over to v200909 and have the same issue as I store my credentials in web.config. Previously, the AdWordsUser class had a constructor to pass in headers created from data in web.config (or anywhere other than App.config). There does not appear to be an option to do this and we