Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
GeoTargeting |
GeoTargeting.clone() |
GeoTargeting |
Ad.getGeoTargeting()
Geographical targeting information for this ad.
|
GeoTargeting |
TargetingTemplate.getGeoTargeting()
Geographical targeting criteria.
|
GeoTargeting |
GeoTargeting.set(String fieldName,
Object value) |
GeoTargeting |
GeoTargeting.setCities(List<City> cities)
Cities to be targeted.
|
GeoTargeting |
GeoTargeting.setCountries(List<Country> countries)
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
GeoTargeting |
GeoTargeting.setExcludeCountries(Boolean excludeCountries)
Whether or not to exclude the countries in the countries field from targeting.
|
GeoTargeting |
GeoTargeting.setMetros(List<Metro> metros)
Metros to be targeted.
|
GeoTargeting |
GeoTargeting.setPostalCodes(List<PostalCode> postalCodes)
Postal codes to be targeted.
|
GeoTargeting |
GeoTargeting.setRegions(List<Region> regions)
Regions to be targeted.
|
Modifier and Type | Method and Description |
---|---|
Ad |
Ad.setGeoTargeting(GeoTargeting geoTargeting)
Geographical targeting information for this ad.
|
TargetingTemplate |
TargetingTemplate.setGeoTargeting(GeoTargeting geoTargeting)
Geographical targeting criteria.
|
Copyright © 2011–2025 Google. All rights reserved.