Shopping utility available in the AdWords API Java client library
Tuesday, March 24, 2015
We've got good news for Java developers using the AdWords API to manage Shopping campaigns: the Java client library now has a set of utilities that greatly simplifies the process of setting up your product partition trees.
The utilities let you focus on your use case, avoid boilerplate code, make your code more readable, and reduce the amount of code needed for common actions.
For example, the updated AddProductPartitionTree code sample that uses the utility is 65% shorter than the previous version.
Intrigued? Check out the product partition utility guide on github, and let us know what you think!
If you would like to have a similar utility in a different client library, register your interest by opening a github issue on that library's issues page.
Learn more
If you haven't started using Shopping campaigns, the following resources are a great place to start:
The utilities let you focus on your use case, avoid boilerplate code, make your code more readable, and reduce the amount of code needed for common actions.
For example, the updated AddProductPartitionTree code sample that uses the utility is 65% shorter than the previous version.
Intrigued? Check out the product partition utility guide on github, and let us know what you think!
If you would like to have a similar utility in a different client library, register your interest by opening a github issue on that library's issues page.
Learn more
If you haven't started using Shopping campaigns, the following resources are a great place to start:
- Introduction to Shopping campaigns
- Shopping campaigns API guide
- API guide for transitioning to Shopping campaigns