EditorialErrorCollection Data Object - Campaign Management
Defines a nested list of error object that identifies one of potentially many reasons why an entity failed editorial review.
<xs:complexType name="EditorialErrorCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BatchErrorCollection">
<xs:sequence>
<xs:element minOccurs="0" name="Appealable" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="DisapprovedText" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PublisherCountry" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReasonCode" type="xs:int" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The EditorialErrorCollection object has the following elements: Appealable, DisapprovedText, Location, PublisherCountry, ReasonCode.
Element | Description | Data Type |
---|---|---|
Appealable | Reserved for future use. | boolean |
DisapprovedText | The text that caused the entity to be disapproved. For text length violations, this element specifies the number of characters by which the specified text exceeds the maximum. |
string |
Location | The element or property of the entity that caused the entity to be disapproved. | string |
PublisherCountry | The corresponding country or region for the flagged editorial issue. | string |
ReasonCode | A numeric code that identifies the error. For more information, see Editorial Reason Codes. | int |
The EditorialErrorCollection object has Inherited Elements.
Inherited Elements
Inherited Elements from BatchErrorCollection
The EditorialErrorCollection object derives from the BatchErrorCollection object, and inherits the following elements: BatchErrors, Code, Details, ErrorCode, FieldPath, ForwardCompatibilityMap, Index, Message, Type. The descriptions below are specific to EditorialErrorCollection, and might not apply to other objects that inherit the same elements from the BatchErrorCollection object.
Element | Description | Data Type |
---|---|---|
BatchErrors | A list of batch errors corresponding to the nested list index. | BatchError array |
Code | A numeric error code that identifies the error for the top level list index. | int |
Details | A message that provides additional details about the batch error for the top level list index. This string can be empty. | string |
ErrorCode | A symbolic string constant that identifies the error for the top level list index. | string |
FieldPath | The name of the data object's element where the error occurred. This value is subject to change, so you should not take a dependency on the current string format. This element is not supported for all errors. |
string |
ForwardCompatibilityMap | The list of key and value strings for forward compatibility to avoid otherwise breaking changes when new elements are added in the current API version. Forward compatibility changes will be noted here in future releases. There are currently no forward compatibility changes for this data object. |
KeyValuePairOfstringstring array |
Index | The zero-based top level list index in the request message that failed. | int |
Message | A message that describes the error for the top level list index. | string |
Type | Reserved for internal use. | string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13