CustomerInfo 数据对象 - 客户管理

定义一个对象,该对象包含客户的标识符和名称。

语法

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

元素

CustomerInfo 对象具有以下元素:IdName

元素 说明 数据类型
ID 客户的系统生成的标识符。 long
名称 客户的名称。 string

要求

服务: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

使用者

AdvertiserAccount
GetCustomersInfo
GetLinkedAccountsAndCustomersInfo