公司数据对象 - 市场活动管理

定义公司的配置文件数据。

语法

<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>

元素

Company 对象具有以下元素:LogoUrlNameProfileIdStatus

元素 说明 数据类型
LogoURL 公司徽标图像的完整 https 路径。 string
名称 公司名称。 string
ProfileId 可与 ProfileCriterion 配合使用的公司名称配置文件标识符。 long
状态 公司名称配置文件状态。

可能的状态值包括“活动”和“非活动”。
string

要求

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

使用者

SearchCompanies