Jump to top

RequestConfiguration

interface

The RequestConfiguration used when setting global ad settings via setRequestConfiguration.

Properties

maxAdContentRating

</>

The maximum ad content rating for all ads. AdMob ads returns ads at or below the specified level.

maxAdContentRating: MaxAdContentRating.G | MaxAdContentRating.PG | MaxAdContentRating.T | MaxAdContentRating.MA;

tagForChildDirectedTreatment

</>

If true, indicates that you want your content treated as child-directed for purposes of COPPA.

tagForChildDirectedTreatment: undefined | false | true;

tagForUnderAgeOfConsent

</>

If true, indicates that you want the ad request to be handled in a manner suitable for users under the age of consent.

tagForUnderAgeOfConsent: undefined | false | true;