user1284151
user1284151

Reputation: 885

Get Adsense revenue on Android

I'm new to android dev. I'm currently try to implement app, querying adsense revenue.

I found AdSense Management API v1.1 (Rev. 18) 1.7.2-beta.

The question is: is it possible to get revenue with API browser key and are there any samples (as there is no samples in this library)?

Upvotes: 0

Views: 919

Answers (1)

Sérgio Gomes
Sérgio Gomes

Reputation: 720

There's a Java command-line sample for the AdSense Management API and an Android sample. Both use the Java client library for Google APIs.

For a quick overview on how to get started with the AdSense Management API and the Java client library, you can check this client library guide.

Hope this helps!

Upvotes: 2

Related Questions