RadiusTarget Data Object - Ad Insight

Defines a RadiusTarget data object.

Syntax

<xs:complexType name="RadiusTarget" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Radius" type="xs:int" />
    <xs:element minOccurs="0" name="RadiusUnit" type="tns:RadiusUnit" />
    <xs:element minOccurs="0" name="CenterLatitude" type="xs:double" />
    <xs:element minOccurs="0" name="CenterLongitude" type="xs:double" />
  </xs:sequence>
</xs:complexType>

Elements

The RadiusTarget object has the following elements: CenterLatitude, CenterLongitude, Radius, RadiusUnit.

Element Description Data Type
CenterLatitude Defines the center latitude. double
CenterLongitude DEfines the center longitude. double
Radius Indicates the desired amount of radius units. int
RadiusUnit Indicates the radius unit. Supports Kilometers or Miles. RadiusUnit

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetAudienceFullEstimation