Designed for Families (Play Store)

Does the AdMob plugin support the ability to target mixed audiences?  My recent updates were rejected due to conflicts and it looks like I need to add some code to allow “Mixed Audiences” to be selected in my Designed for Families settings.

The AdMob help was hard to navigate, but here is the best link I could find: https://support.google.com/admob/answer/6223431?hl=en&vid=1-635786486060463283-2479702818

Notice the drop down for the Mixed Audiences code…

Thanks!

I’m really interested into this feature too. Someone responded to the feature request yesterday:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/5538686-tagforchilddirectedtreatment

So it seems to be done, but there is no info in the documentation…

Ooops.  I mis-marked it as completed when it’s “started”. I just fixed it. It’s in testing now so it should be available soon. That’s why the docs are missing.

Rob

Great - thanks!

The AdMob V2 plugin should now support this.  Consider this code:

-- Optional table containing targeting parameters local targetingParams = { tagForChildDirectedTreatment = true } ads.show( "banner", { x=0, y=0, targetingOptions=targetingParams, appId="otherAppId" } )

I’m really interested into this feature too. Someone responded to the feature request yesterday:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/5538686-tagforchilddirectedtreatment

So it seems to be done, but there is no info in the documentation…

Ooops.  I mis-marked it as completed when it’s “started”. I just fixed it. It’s in testing now so it should be available soon. That’s why the docs are missing.

Rob

Great - thanks!

The AdMob V2 plugin should now support this.  Consider this code:

-- Optional table containing targeting parameters local targetingParams = { tagForChildDirectedTreatment = true } ads.show( "banner", { x=0, y=0, targetingOptions=targetingParams, appId="otherAppId" } )