Company Data Object - Campaign Management

Defines the profile data for a company.

Syntax

<xs:complexType name="Company" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="LogoUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element name="ProfileId" type="xs:long" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The Company object has the following elements: LogoUrl, Name, ProfileId, Status.

Element Description Data Type
LogoUrl The full https path for the company's logo image. string
Name The company name. string
ProfileId The company name profile identifier that you can use with ProfileCriterion. long
Status The company name profile status.

Possible status values include Active and Inactive.
string

Requirements

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

Used By

SearchCompanies