ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova

Home Page:https://github.com/admob-plus/admob-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npa: '1' is an option ?

brunoalex opened this issue · comments

admob.banner.show({id: {android: 'ca-app-pub-9718633180389415/5096728138', npa: '1' },})
but not sure if its displaying nonpersonalized ads.. i think its not... is there any way to do this ? tks

As I found in the docs, it should be this way: admob.banner.config({id: 'ca-app-pub-9718633180389415/5096728138', adExtras: { npa: 1 }}) then admob.banner.show() #210 (comment). I'm not sure if there is a way to check if it's actually requesting non-personalized ads.

 admob.interstitial.config({

id: 'ca-app-pub-xx',isTesting: false,adExtras: { npa: 1 }
}) or admob.interstitial.config({
id: 'ca-app-pub-xxx',isTesting: false
}).
is sending the same ads .. dont think it works

i think it works marking as closed