Request Configuration
data class RequestConfiguration(val maxAdContentRating: String?, val publisherPrivacyPersonalizationState: RequestConfiguration.PublisherPrivacyPersonalizationState, val tagForChildDirectedTreatment: Int, val tagForUnderAgeOfConsent: Int, val testDeviceIds: List<String?>?)
Sets the initial configuration of your AdMob instance for Android and iOS
Parameters
max Ad Content Rating
The maximum content rating of the ads you wish to display
publisher Privacy Personalization State
The privacy level of the ads
tag For Child Directed Treatment
Should ads be appropriate for children
tag For Under Age Of Consent
Should ads be limited to content for children under the age of consent
See also
Types
Link copied to clipboard
enum PublisherPrivacyPersonalizationState : Enum<RequestConfiguration.PublisherPrivacyPersonalizationState>
Enum for the state of publisher privacy personalization.