I want to show ads on webview of android app.
using the API, I want to load the android assets (ex. webview.html)
and inside the html, I want to show ads on certain position.
So I checked this docs about the API.
But I have some questions about it.
1. According to the docs, I can show ads inside the webview by adsense code. (inside the registered webview by inserting the ad sense code) Can you tell me how to use ad sense code inside the webview(html asset of android app) using the API? I think there's no guide about this. because it's different from the original ad sense guide (it's only for the website) and original ad mob guide. There are some difficulties to simply apply ad sense guide to webview because there's no way to register the site url (there's no site url, it's just a android asset html webview). Can you help me? and can you show me some examples or docs about this?
2. if it is possible for number 1, is it also possible to position ads inside the html webview on certain position?
3. And if I want to test the webview ads on my app. is there a test ads (not real) for this?