Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleads/googleads-adsense-examples
Samples for the AdSense Management API
https://github.com/googleads/googleads-adsense-examples
Last synced: 4 days ago
JSON representation
Samples for the AdSense Management API
- Host: GitHub
- URL: https://github.com/googleads/googleads-adsense-examples
- Owner: googleads
- License: apache-2.0
- Created: 2014-03-04T17:32:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T05:24:40.000Z (8 months ago)
- Last Synced: 2024-04-14T04:48:46.339Z (7 months ago)
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 135
- Watchers: 26
- Forks: 191
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Samples for the AdSense Management API
===========================
The AdSense Management API v2 is
[now availble](https://ads-developers.googleblog.com/2021/04/announcing-v2-of-adsense-management-api.html).
Updated examples can be found for each language in the top-level `v2`
directory.These code samples are organized by language.
* *dotnet* is a command-line sample that shows how to make most calls against the API, written in C#.
* *java* is a command-line sample that shows how to make most calls against the API, written in Java.
* *php* is a set of samples that shows how to make most calls against the API, written in PHP.
* *python* is a command-line sample that shows how to make most calls against the API, written in Python.
* *ruby* is a set of command-line samples that show how to make most calls against the API, written in Ruby.Please refer to the README.md file inside each directory for installation instructions.