AutoApplyRecommendationsInfo 数据对象 - Ad Insight

定义特定建议类型的自动应用选择加入状态。

语法

<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>

元素

AutoApplyRecommendationsInfo 对象具有以下元素:AAROptInStatusRecommendationType

元素 说明 数据类型
AAROptInStatus True 表示选择加入,False 表示选择退出。 boolean
RecommendationType 自动应用模式下支持的建议类型。 一旦新建议支持自动应用,我们将保持列表的更新。
  • 添加响应式搜索广告
  • 添加多媒体广告
  • 删除冲突的否定关键字
  • 修复转换目标设置问题
  • 创建转换目标
若要将自动应用选择加入状态设置为上述支持的建议类型,请使用以下键:
  • ResponsiveSearchAdsOpportunity
  • MultiMediaAdsOpportunity
  • RemoveConflictingNegativeKeywordOpportunity
  • FixConversionGoalSettingsOpportunity
  • CreateConversionGoalOpportunity 。
string

要求

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

使用者

GetAutoApplyOptInStatus