วัตถุข้อมูล 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 มีองค์ประกอบต่อไปนี้: Id, Name
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
Id | ตัวระบุที่ระบบสร้างขึ้นของลูกค้า | ยาว |
ชื่อ | ชื่อของลูกค้า | สาย อักขระ |
ข้อกําหนด
บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities
ใช้โดย
AdvertiserAccount
GetCustomersInfo
GetLinkedAccountsAndCustomersInfo