Edit

Share via


AdRecommendationJobInfo Data Object - Campaign Management

Defines the ad recommendation job info data object.

Syntax

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

Elements

The AdRecommendationJobInfo object has the following elements: ErrorCode, ErrorMessage, JobId, JobStatus.

Element Description Data Type
ErrorCode The error code when the JobStatus is Failed. string
ErrorMessage The error message when the JobStatus is Failed. string
JobId The unique identifier of the job. long
JobStatus The status of the current job. Possible values are: Completed, InProgress, Failed. string

Requirements

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

Used By

CreateResponsiveAdRecommendation
GetResponsiveAdRecommendationJob