ApplyRecommendationEntity Data Object - Ad Insight

Apply a recommendation.

Syntax

<xs:complexType name="ApplyRecommendationEntity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="RecommendationId" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationType" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The ApplyRecommendationEntity object has the following elements: RecommendationId, RecommendationType.

Element Description Data Type
RecommendationId The identifier of the recommendation. Required. string
RecommendationType The type of recommendation: CAMPAIGN_BUDGET, KEYWORD or RESPONSIVE_SEARCH_AD. Required. string

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

ApplyRecommendations