| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
TechnologyTargeting |
TechnologyTargeting.clone() |
TechnologyTargeting |
Ad.getTechnologyTargeting()
Technology platform targeting information for this ad.
|
TechnologyTargeting |
TargetingTemplate.getTechnologyTargeting()
Technology platform targeting criteria.
|
TechnologyTargeting |
TechnologyTargeting.set(java.lang.String fieldName,
java.lang.Object value) |
TechnologyTargeting |
TechnologyTargeting.setBrowsers(java.util.List<Browser> browsers)
Browsers that this ad targets.
|
TechnologyTargeting |
TechnologyTargeting.setConnectionTypes(java.util.List<ConnectionType> connectionTypes)
Connection types that this ad targets.
|
TechnologyTargeting |
TechnologyTargeting.setMobileCarriers(java.util.List<MobileCarrier> mobileCarriers)
Mobile carriers that this ad targets.
|
TechnologyTargeting |
TechnologyTargeting.setOperatingSystems(java.util.List<OperatingSystem> operatingSystems)
Operating systems that this ad targets.
|
TechnologyTargeting |
TechnologyTargeting.setOperatingSystemVersions(java.util.List<OperatingSystemVersion> operatingSystemVersions)
Operating system versions that this ad targets.
|
TechnologyTargeting |
TechnologyTargeting.setPlatformTypes(java.util.List<PlatformType> platformTypes)
Platform types that this ad targets.
|
| Modifier and Type | Method and Description |
|---|---|
Ad |
Ad.setTechnologyTargeting(TechnologyTargeting technologyTargeting)
Technology platform targeting information for this ad.
|
TargetingTemplate |
TargetingTemplate.setTechnologyTargeting(TechnologyTargeting technologyTargeting)
Technology platform targeting criteria.
|