EditorialApiFaultDetail Data Object - Campaign Management

Defines a fault object that operations such as AddAdGroupCriterions, UpdateAdGroupCriterions, SetAdExtensionsAssociations, and UpdateAdExtensions return when one or more criterion or ad extensions in your request message fail editorial review.

Syntax

<xs:complexType name="EditorialApiFaultDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q29="https://adapi.microsoft.com" base="q29:ApplicationFault">
      <xs:sequence>
        <xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError" />
        <xs:element minOccurs="0" name="EditorialErrors" nillable="true" type="tns:ArrayOfEditorialError" />
        <xs:element minOccurs="0" name="OperationErrors" nillable="true" type="tns:ArrayOfOperationError" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The EditorialApiFaultDetail object has the following elements: BatchErrors, EditorialErrors, OperationErrors.

Element Description Data Type
BatchErrors An array of batch errors that identifies the items in the batch of items in the request message that caused the operation to fail. Each object contains the details that explain why the item caused the failure. BatchError array
EditorialErrors An array of editorial errors that contains the details that explain why the criterion or ad extension was disapproved. EditorialError array
OperationErrors An array of operation errors that contains the details that explain why the service operation failed when the error is not related to a specific item in the batch of items. OperationError array

The EditorialApiFaultDetail object has Inherited Elements.

Inherited Elements

Inherited Elements from ApplicationFault

The EditorialApiFaultDetail object derives from the ApplicationFault object, and inherits the following elements: TrackingId. The descriptions below are specific to EditorialApiFaultDetail, and might not apply to other objects that inherit the same elements from the ApplicationFault object.

Element Description Data Type
TrackingId The identifier of the log entry that contains the details of the API call. string

Requirements

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