Minor change to WSDL files

Tuesday, June 28, 2005


We made a small change to the AdWords API WSDL files today, changing the declared type of KeywordId from int (32 bit) to long (64 bit). The server has treated keyword IDs as longs since our launch, and the online docs declared them as such. Only the WSDL was in error.

Existing client code should see no effect of this. If you regenerate proxy code from the WSDL the type will change, and you may get some minor compile time errors about type conversions. We also are updating the new Java client library and this update will be available shortly.

Many thanks to our user Sabina for pointing out the discrepancy.

-- Nelson Minar, Software Engineer

New features: Creative IDs and Java Client library

Tuesday, June 21, 2005


Hi AdWords API Developers,

We’re happy to announce that we released two new items today: Creative IDs in reports and a Java Client library.

Over the last few months, many of you posted to the Developer Forum stressing the usefulness of Keyword IDs in reports, but wondered why we don’t provide Creative IDs. Based largely on this feedback, you can now schedule a CustomReport with Creative IDs. With Creative IDs, developers can get a full snapshot of their account activity by scheduling a single report. This should improve syncing your local systems with AdWords - enabling more efficient management of your quota.

The Java client library makes it easier to write Java clients. We know that getting started with your AdWords applications can be challenging, so we hope this client library will simplify your Java development process. The client library is provided in a single jar file that contains all the necessary Axis jars and pre-compiled stub classes. More details can be found at the Java Client Library page. As always, please post your thoughts on the Developer Forum . If many of you find client libraries useful, we will work with the community to provide access to more such resources.

Look forward to hearing from you on the Developer Forum.

Regards,

Nelson Minar, Software Engineer
Rohit Dhawan, Product Manager

June 24 System Maintenance

Thursday, June 16, 2005


Hi AdWords API developers,

We are performing routine AdWords system maintenance from 9pm to 11pm PDT on June 24, 2005 (Friday). While all ads will continue to run as normal, you will not be able to perform any API operations during this time.

We apologize for the inconvenience.

Regards,
Rohit Dhawan, Product Manager