AutoApplyRecommendationsInfo Data Object - Ad Insight

Defines the auto-apply opt-in status for specific recommendation type.

Syntax

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

Elements

The AutoApplyRecommendationsInfo object has the following elements: AAROptInStatus, RecommendationType.

Element Description Data Type
AAROptInStatus True for opt-in, False for opt-out. boolean
RecommendationType Supported recommendation types in auto-apply mode. We will keep the list updated once new recommendations support auto-apply.
  • Add responsive search ads
  • Add multimedia ads
  • Remove conflicting negative keywords
  • Fix conversion goal setting issue
  • Create conversion goal
To set the auto-apply opt-in status to the supported recommendation types above, please use the following keys as below:
  • ResponsiveSearchAdsOpportunity
  • MultiMediaAdsOpportunity
  • RemoveConflictingNegativeKeywordOpportunity
  • FixConversionGoalSettingsOpportunity
  • CreateConversionGoalOpportunity .
string

Requirements

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

Used By

GetAutoApplyOptInStatus