Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feedeo/jing-ads
- Owner: feedeo
- License: mit
- Created: 2013-11-07T13:59:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T09:25:34.000Z (almost 7 years ago)
- Last Synced: 2023-08-05T14:22:29.906Z (over 1 year ago)
- Topics: advertising, adwords, api, bing, bing-ads, bing-api, java, microsoft
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.