Edit

Share via


AdRecommendationMediaRefineResult Data Object - Campaign Management

The ad recommendation media refine result data object.

Syntax

<xs:complexType name="AdRecommendationMediaRefineResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfOperationError" />
    <xs:element minOccurs="0" name="MediaList" nillable="true" type="tns:ArrayOfAdRecommendationRefinedMedia" />
  </xs:sequence>
</xs:complexType>

Elements

The AdRecommendationMediaRefineResult object has the following elements: Errors, MediaList.

Element Description Data Type
Errors An array of OperationError objects that contains the details that explain why the service operation failed. OperationError array
MediaList List of ad recommendation refined media. AdRecommendationRefinedMedia array

Requirements

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

Used By

RefineAssetGroupRecommendation
RefineResponsiveAdRecommendation