ResponseMode Value Set - Bulk
Defines elements to specify whether the bulk service should return upload errors with their corresponding data.
Syntax
<xs:simpleType name="ResponseMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="ErrorsOnly" />
<xs:enumeration value="ErrorsAndResults" />
</xs:restriction>
</xs:simpleType>
Values
The ResponseMode value set has the following values: ErrorsAndResults, ErrorsOnly.
Value | Description |
---|---|
ErrorsAndResults | Return errors and results in the bulk upload response file. |
ErrorsOnly | Return errors only in the bulk upload response file. |
Requirements
Service: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13