RadiusTargetBid Data Object
Defines a geographical location to target and the percentage used to adjust the base bid.
<xs:complexType name="RadiusTargetBid"> <xs:sequence> <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" /> <xs:element name="IncrementalBid" type="tns:IncrementalBidPercentage" /> <xs:element name="LatitudeDegrees" type="xs:double" /> <xs:element name="LongitudeDegrees" type="xs:double" /> <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" /> <xs:element name="Radius" type="xs:int" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type | Add | Update |
|---|---|---|---|---|
Id | For future use. | long | Optional | Optional |
IncrementalBid | The percent amount by which to adjust the base bid if the user is within the specified radius of the geographical location. This element must contain only ZeroPercent. | Required | Required | |
LatitudeDegrees | The latitude, in degrees, of the target location. The latitude must be greater than or equal to -85.0 and less than or equal to +85.0. | double | Required | Required |
LongitudeDegrees | The longitude, in degrees, of the target location. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. | double | Required | Required |
Name | The name of the geographical location being targeted. The name can contain a maximum of 50 characters. | string | Optional | Optional |
Radius | The radius, in miles, that specifies the area surrounding the geographical location to target. The following are the possible radius values that you can specify.
| int | Required | Required |
You specify the latitude and longitude as decimal values. For example, the latitude and longitude of One Redmond Way, Redmond, WA is 47.755367 and -122.091827, respectively. To get these values, you can enter the address of a geographical location into Bing Maps and the coordinates will be displayed below the address.