Aracılığıyla paylaş


CustomerInfo Veri Nesnesi - Müşteri Yönetimi

Müşterinin tanımlayıcısını ve adını içeren bir nesneyi tanımlar.

Sözdizimi

<xs:complexType name="CustomerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Öğe

CustomerInfo nesnesi şu öğelere sahiptir: Kimlik, Ad.

Öğe Açıklama Veri Türü
Kimlik Müşterinin sistem tarafından oluşturulan tanımlayıcısı. Uzun
Adı Müşterinin adı. Dize

Gereksinimler

Hizmet: CustomerManagementService.svc v13
Ad alanı: https://bingads.microsoft.com/Customer/v13/Entities

Kullanan

ReklamverenHesap
GetCustomersInfo
GetLinkedAccountsAndCustomersInfo