แชร์ผ่าน


UserInfo Data Object - การจัดการลูกค้า

กําหนดวัตถุการระบุผู้ใช้ที่ประกอบด้วยข้อมูลที่ระบุผู้ใช้

ไวยากรณ์

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

องค์ ประกอบ

วัตถุ UserInfo มีองค์ประกอบต่อไปนี้: Id, UserName

องค์ ประกอบ คำอธิบาย ชนิดข้อมูล
Id ตัวระบุที่ระบบสร้างขึ้นของผู้ใช้ ยาว
ชื่อ ชื่อผู้ใช้ที่เข้าสู่ระบบของผู้ใช้ สาย อักขระ

ข้อกําหนด

บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

ใช้โดย

GetUsersInfo