Service
CampaignCriterionService
MutateJobService
Inheritance
Represents a Polygon Criterion. A polygon is described by a list of at least three points, where each point is a (latitude, longitude) ordered pair. No point can be more than 400km from the center of the polygon. The points are specified in microdegrees, the precison for the value is 1 second of angle which is equal to 277 microdegrees.
Please note that Polygons are deprecated. This means that Polygon targets cannot be added through the API, though existing targets can be retrieved and deleted.
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. |
Polygon | ||
vertices ReadOnly
Selectable
|
GeoPoint[]
|
The latitude/longitude points that define the polygon. At least three points are required, and no point can be more than 400km away from the center of the polygon. This field can be selected using the value "Vertices". This field is read only and should not be set. If this field is sent to the API, it will be ignored. |