I just want to confirm, So the Child safe is a new parameter in the new admob. need to make sure on this one before i release an update for one of my popular child games.
Previous admob we would add the tag in the ads.show
local targetingParams = { tagForChildDirectedTreatment = true } ads.show( adType, { x=adX, y=adY, targetingOptions=targetingParams } )
With the new admob, we only place the new tag in admob.load and not admob.show?
admob.load( "banner", { adUnitId="YOUR\_ADMOB\_AD\_UNIT\_ID", childSafe=true } )
Then just call this with no reference to child safe
admob.show( "banner" )