Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feedeo/jing-ads

Bing Ads Java library
https://github.com/feedeo/jing-ads

advertising adwords api bing bing-ads bing-api java microsoft

Last synced: 3 days ago
JSON representation

Bing Ads Java library

Awesome Lists containing this project

README

        

bingads-api
===========

`bingads-api` is Feedeo's java client library for accessing Bing Ads APIs it supports authorization and
authentication with OAuth 2.0.

## Release 1.0.0

Support for Bing Ads API v9 October 2013 release

## Questions/problems?

* If you found a bug, please [file a bug](https://github.com/feedeo/bings-ads/issues).

## Setting up your environement

At this point you need to download and build your own jar. We will publish to a public Maven repository in the future.

Add the following to your pom.xml

~~~~ xml

com.feedeo
bingads-api
1.0.0

~~~~

### Examples

Coming...

### Authorization and Authentication

This client comes with Google's OAuth2 client that allows you to retrieve an access token and
refreshes the token and re-try the request seamlessly if token is expired. The
basics of Google's OAuth 2.0 implementation is explained on
[Google Authorization and Authentication
documentation](https://developers.google.com/accounts/docs/OAuth2Login).

## License

`bingads-api` is licensed with The MIT License (MIT). The full license text is
available in the LICENSE file.

## Contributors

Fork the repo, develop and test your code changes.

Submit a pull request. The repo owner will review your request. If it is
approved, the change will be merged. If it needs additional work, the repo
owner will respond with useful comments.