| 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(java.lang.String fieldName,
java.lang.Object value) |
GeoTargeting |
GeoTargeting.setCities(java.util.List<City> cities)
Cities to be targeted.
|
GeoTargeting |
GeoTargeting.setCountries(java.util.List<Country> countries)
Countries to be targeted or excluded from targeting, depending on the setting of the
excludeCountries field.
|
GeoTargeting |
GeoTargeting.setExcludeCountries(java.lang.Boolean excludeCountries)
Whether or not to exclude the countries in the countries field from targeting.
|
GeoTargeting |
GeoTargeting.setMetros(java.util.List<Metro> metros)
Metros to be targeted.
|
GeoTargeting |
GeoTargeting.setPostalCodes(java.util.List<PostalCode> postalCodes)
Postal codes to be targeted.
|
GeoTargeting |
GeoTargeting.setRegions(java.util.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.
|