RequestOptions
Request Options used to load the ad.
Properties
requestNonPersonalizedAdsOnly
Whether to load non-personalized ads only.
| Type | 
|---|
| boolean | 
networkExtras
Additional properties attatched to an ad request.
| Type | 
|---|
| { [key: string]: string } | 
keywords
An array of keywords to be sent when loading the ad.
| Type | 
|---|
| string[] | 
contentUrl
Content URL for targeting purposes. Max length of 512.
| Type | 
|---|
| string | 
location
The latitude and longitude location of the user.
| Type | 
|---|
| [number, number] | 
requestAgent
Content URL for targeting purposes. Max length of 512.
| Type | 
|---|
| string | 
targets
Custom key-value pairs to target Google Ad Manager campaigns.
| Type | 
|---|
| { [key: string]: string } | 
serverSideVerificationOptions
Server side verification parameters when your SSV callback is called. See AdMob SDK Server Side Verification(SSV) documentation.
| Type | 
|---|
| object | 
Available properties:
| Key | Type | 
|---|---|
| userId | string | 
| customData | string |