AdWords API Ad Update not reflecting

2009-10-15 Thread Sreenu Daram
Hi all, I am using java api v200906. I am updating display url of an ad. It is not reflecting in the UI. Below is my peace of code: ListAdGroupAdOperation adGroupAdOperations = new ArrayListAdGroupAdOperation(); // Create new text ad structure.

AdWords API Re: Problem while getting data ad stats data?

2009-10-15 Thread khan_ajaz
Dear Sir, I am still facing the same problem when i passes the request using API then i still 1st request response 2nd Request passed but it wont takeout any information as an example i pest the request xml and their responses also i have enable the debug = 1 all the request are made one after

AdWords API Did somethin change with the v2009 API authentication?

2009-10-15 Thread Stephen
I've been writing unit tests to test our new connector for the v2009 API as its being developed. Sometime yesterday afternoon I started getting authentication errors and I'm unsure why, hoping someone can point me in the right direction. I've been running these tests all week and had no issues,

AdWords API Re: Ad Update not reflecting

2009-10-15 Thread AdWords API Advisor
Hi Sreenu, Only the status of an Ad can be updated, all other fields are ignored. More information is available here: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.html#mutate. Best, - Eric Koleda, AdWords API Team On Oct 15, 3:38 am, Sreenu Daram

AdWords API Re: Problem while getting data ad stats data?

2009-10-15 Thread AdWords API Advisor
Hi Ajaz, I've looked through the logs, and I can see that both requests are returning the same data. Like I said earlier, I believe the error is in your PHP code, not the API itself. You can test the SOAP calls directly with curl or various SOAP testing programs if you want to see the raw

AdWords API Re: Did somethin change with the v2009 API authentication?

2009-10-15 Thread AdWords API Advisor
Hi, Unfortunately it not currently possible to do this in v2009 as there is no AccountService. Future versions of v2009 will include this service, but for now you need to make the request using v13. Best, - Eric On Oct 15, 12:48 pm, Arkanoid ariel.ba...@gmail.com wrote: is there a way to do