CustomerInfo データ オブジェクト - Customer Management
顧客の識別子と名前を含むオブジェクトを定義します。
構文
<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 | 顧客のシステム生成識別子。 | long |
名前 | 顧客の名前。 | string |
要件
サービス: CustomerManagementService.svc v13
名前 空間: https://bingads.microsoft.com/Customer/v13/Entities
Used By
AdvertiserAccount
GetCustomersInfo
GetLinkedAccountsAndCustomersInfo