Service
CampaignCriterionService
MutateJobService
Inheritance
Represents a Proximity Criterion. A proximity is an area within a certain radius of a point with the center point being described by a lat/long pair. The caller may also alternatively provide address fields which will be geocoded into a lat/long pair. Note: If a geoPoint value is provided, the address is not used for calculating the lat/long to target.
A criterion of this type is only targetable. This is enabled for AdX.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
Criterion (inherited) | ||
id Filterable
Required
Selectable
|
xsd:long
|
ID of this criterion.
This field can be selected using the value "Id".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : SET, REMOVE.
|
type Filterable
ReadOnly
Selectable
|
Criterion.Type
|
This field can be selected using the value "CriteriaType".
This field can be filtered on.
This field is read only and should not be set. If this field is sent to the API, it will be ignored.
Indicates that this instance is a subtype of Criterion.
Although this field is returned in the response, it is ignored on input
and cannot be selected. Specify xsi:type instead.
Enumerations
|
Criterion.Type |
xsd:string
|
Indicates that this instance is a subtype of Criterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
Proximity | ||
geoPoint Selectable
|
GeoPoint
|
Latitude and longitude. This field can be selected using the value "GeoPoint". |
radiusDistanceUnits Required
Selectable
|
Proximity.DistanceUnits
|
Radius distance units.
This field can be selected using the value "RadiusDistanceUnits".
This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
|
radiusInUnits Required
Selectable
|
xsd:double
|
Radius expressed in distance units.
This field can be selected using the value "RadiusInUnits".
This field is required and should not be null when it is contained within Operators : ADD.
|
address Selectable
|
Address
|
Full address; null if unknonwn.
This field can be selected using the value "Address".
|