| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta | |
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
AdMob.Accounts.AdUnits.AdUnitMappings.Create |
AdMob.Accounts.AdUnits.AdUnitMappings.create(String parent,
AdUnitMapping content)
Create an ad unit mapping under the specific AdMob account and ad unit.
|
| Constructor and Description |
|---|
Create(String parent,
AdUnitMapping content)
Create an ad unit mapping under the specific AdMob account and ad unit.
|
| Modifier and Type | Method and Description |
|---|---|
AdUnitMapping |
AdUnitMapping.clone() |
AdUnitMapping |
CreateAdUnitMappingRequest.getAdUnitMapping()
Required.
|
AdUnitMapping |
AdUnitMapping.set(String fieldName,
Object value) |
AdUnitMapping |
AdUnitMapping.setAdapterId(Long adapterId)
The ID of mediation ad source adapter used by this ad unit mapping.
|
AdUnitMapping |
AdUnitMapping.setAdUnitConfigurations(Map<String,String> adUnitConfigurations)
Settings for the specified ad unit to make an ad request to 3rd party ad network.
|
AdUnitMapping |
AdUnitMapping.setDisplayName(String displayName)
Optional.
|
AdUnitMapping |
AdUnitMapping.setName(String name)
Resource name of this ad unit mapping.
|
AdUnitMapping |
AdUnitMapping.setState(String state)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdUnitMapping> |
BatchCreateAdUnitMappingsResponse.getAdUnitMappings()
The Ad units mappings created under the requested account.
|
List<AdUnitMapping> |
ListAdUnitMappingsResponse.getAdUnitMappings()
The ad unit mappings from the specified account and ad unit.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAdUnitMappingRequest |
CreateAdUnitMappingRequest.setAdUnitMapping(AdUnitMapping adUnitMapping)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAdUnitMappingsResponse |
BatchCreateAdUnitMappingsResponse.setAdUnitMappings(List<AdUnitMapping> adUnitMappings)
The Ad units mappings created under the requested account.
|
ListAdUnitMappingsResponse |
ListAdUnitMappingsResponse.setAdUnitMappings(List<AdUnitMapping> adUnitMappings)
The ad unit mappings from the specified account and ad unit.
|
Copyright © 2011–2023 Google. All rights reserved.