Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.65 KB

File metadata and controls

41 lines (35 loc) · 1.65 KB
title ms.service ms.subservice ms.topic author ms.author description
RadiusTarget Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
Defines a RadiusTarget data object.

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