Should I be getting dating ads with admob childsafe=true?

hi, just installed my app on my testing device, and was immediately served this ad. I am using “childsafe=true” in admob.load. 

I see in my admob account settings that dating ads are allowed. So do the settings in my admob account overrule the childsafe = true, or are dating ads considered ‘childsafe’? 

Most small kids can’t read so at worse it will make some kids hungry. Joking aside. No, I don’t think these ads are child-safe just turn them off on the Admob admin. And no from my experience when you send child-safe to the Google you wouldn’t get these types of ads.

The key is “childSafe” not “childsafe”. Since you didn’t copy/paste any code from where you’re loading the ads, I can only speculate this is the case. And no, you should not be getting dating ads for child safe apps.

Rob

This is my code:    

if ( event.phase == "init" ) then admob.load("interstitial",{adUnitId="xxxxxx", childSafe = true })

Is there documentation explaining exactly what the childSafe attribute blocks?

Maybe AdMob has some documentation?

Most small kids can’t read so at worse it will make some kids hungry. Joking aside. No, I don’t think these ads are child-safe just turn them off on the Admob admin. And no from my experience when you send child-safe to the Google you wouldn’t get these types of ads.

The key is “childSafe” not “childsafe”. Since you didn’t copy/paste any code from where you’re loading the ads, I can only speculate this is the case. And no, you should not be getting dating ads for child safe apps.

Rob

This is my code:    

if ( event.phase == "init" ) then admob.load("interstitial",{adUnitId="xxxxxx", childSafe = true })

Is there documentation explaining exactly what the childSafe attribute blocks?

Maybe AdMob has some documentation?