定义广告建议作业信息数据对象。
语法
<xs:complexType name="AdRecommendationJobInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="JobId" type="xs:long" />
<xs:element minOccurs="0" name="JobStatus" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
元素
AdRecommendationJobInfo 对象具有以下元素:ErrorCode、ErrorMessage、JobId、JobStatus。
元素 | 说明 | 数据类型 |
---|---|---|
ErrorCode | JobStatus 失败时的错误代码。 | string |
ErrorMessage | JobStatus 为 “失败”时的错误消息。 | string |
JobId | 作业的唯一标识符。 | long |
JobStatus | 当前作业的状态。 可能的值为: Completed、 InProgress、 Failed。 | string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用者
CreateResponsiveAdRecommendation
GetResponsiveAdRecommendationJob