java.lang.Object | |
↳ | com.google.android.gms.ads.AdRequest |
An AdRequest
contains targeting information used to fetch an ad. Ad requests are created
using AdRequest.Builder
.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AdRequest.Builder | Builds an AdRequest . |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_CODE_INTERNAL_ERROR | Something happened internally; for instance, an invalid response was received from the ad server. | |||||||||
int | ERROR_CODE_INVALID_REQUEST | The ad request was invalid; for instance, the ad unit ID was incorrect. | |||||||||
int | ERROR_CODE_NETWORK_ERROR | The ad request was unsuccessful due to network connectivity. | |||||||||
int | ERROR_CODE_NO_FILL | The ad request was successful, but no ad was returned due to lack of ad inventory. | |||||||||
int | GENDER_FEMALE | Female gender. | |||||||||
int | GENDER_MALE | Male gender. | |||||||||
int | GENDER_UNKNOWN | Unknown gender. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DEVICE_ID_EMULATOR | The deviceId for emulators to be used with addTestDevice(String) . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the user's birthday targeting information.
| |||||||||||
Returns the user's gender targeting information.
| |||||||||||
Returns targeting information keywords.
| |||||||||||
Returns extra parameters to pass to a specific ad network adapter.
| |||||||||||
Returns
true if this device will receive test ads. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Something happened internally; for instance, an invalid response was received from the ad server.
The ad request was invalid; for instance, the ad unit ID was incorrect.
The ad request was unsuccessful due to network connectivity.
The ad request was successful, but no ad was returned due to lack of ad inventory.
Female gender.
Male gender.
Unknown gender.
The deviceId
for emulators to be used with addTestDevice(String)
.
Returns the user's birthday targeting information. Returns null
if the birthday was
not set.
Returns the user's gender targeting information. Returns -1
if the gender was not
set.
Returns targeting information keywords. Returns an empty Set
if no
keywords were added.
Returns extra parameters to pass to a specific ad network adapter. Ad network adapters
provide a NetworkExtras
class. Returns null
if no network extras of the
provided type were set.
Returns true
if this device will receive test ads.