Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.43 KB

applyrecommendationentity.md

File metadata and controls

37 lines (31 loc) · 1.43 KB
title ms.service ms.subservice ms.topic author ms.author description
ApplyRecommendationEntity Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
Apply a recommendation.

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