Edit

CompanyName Data Object - Campaign Management

Defines the CompanyName data object.

Syntax

<xs:complexType name="CompanyName" 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:element minOccurs="0" name="Status" nillable="true" type="tns:CompanyNameStatus" />
  </xs:sequence>
</xs:complexType>

Elements

The CompanyName object has the following elements: Id, Name, Status.

Element Description Data Type
Id The company name ID. long
Name The company name. string
Status The company name status. CompanyNameStatus

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

CompanyList