Edit

CompanyList Data Object - Campaign Management

Defines the CompanyList data object.

Syntax

<xs:complexType name="CompanyList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:LinkedInSegment">
      <xs:sequence>
        <xs:element minOccurs="0" name="CompanyNames" nillable="true" type="tns:ArrayOfCompanyName" />
        <xs:element minOccurs="0" name="Matched" nillable="true" type="xs:int" />
        <xs:element minOccurs="0" name="Total" nillable="true" type="xs:int" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The CompanyList object has the following elements: CompanyNames, Matched, Total.

Element Description Data Type
CompanyNames Reserved. CompanyName array
Matched Reserved. int
Total Reserved. int

The CompanyList object has Inherited Elements.

Inherited Elements

Inherited Elements from LinkedInSegment

The CompanyList object derives from the LinkedInSegment object, and inherits the following elements: Id, Name, Reach, Status, Type. The descriptions below are specific to CompanyList, and might not apply to other objects that inherit the same elements from the LinkedInSegment object.

Element Description Data Type
Id Reserved. long
Name Reserved. string
Reach Reserved. long
Status Reserved. LinkedInSegmentStatus
Type Reserved. ProfileType

Requirements

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