Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an object that contains a customer's identifier and name.
Syntax
<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>
Elements
The CustomerInfo object has the following elements: Id, Name.
Element | Description | Data Type |
---|---|---|
Id | The system-generated identifier of the customer. | long |
Name | The name of the customer. | string |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities
Used By
AdvertiserAccount
GetCustomersInfo
GetLinkedAccountsAndCustomersInfo