Partilhar via


Objeto de Dados RadiusTarget - Ad Insight

Define um objeto de dados RadiusTarget.

Sintaxe

<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>

Elementos

O objeto RadiusTarget tem os seguintes elementos: CenterLatitude, CenterLongitude, Radius, RadiusUnit.

Elemento Descrição Tipo de Dados
CenterLatitude Define a latitude central. duplo
CenterLongitude DEfine a longitude central. duplo
Raio Indica a quantidade pretendida de unidades radius. int
RadiusUnit Indica a unidade radius. Suporta Kms ou Milhas. RadiusUnit

Requisitos

Serviço: AdInsightService.svc v13
Espaço de nomes: https://bingads.microsoft.com/AdInsight/v13

Utilizado Por

GetAudienceFullEstimation