Jump to top

AdsConsentFormOptions

interface

The options used to show on the Google-rendered consent form. At least one of withAdFree, withPersonalizedAds and WithNonPersonalizedAds needs to be set to true.

Properties

privacyPolicy

</>

A fully formed HTTP or HTTPS privacy policy URL for your application.

privacyPolicy: string;

withAdFree

</>

Set to true to provide the option for the user to choose an ad-free version of your app, defaults to false.

withAdFree: undefined | false | true;

withNonPersonalizedAds

</>

Set to true to provide the option for the user to accept being shown non-personalized ads, defaults to false.

withNonPersonalizedAds: undefined | false | true;

withPersonalizedAds

</>

Set to true to provide the option for the user to accept being shown personalized ads, defaults to false.

withPersonalizedAds: undefined | false | true;