RecommendationBase 数据对象 - Ad Insight

定义 RecommendationBase 数据对象。

语法

<xs:complexType name="RecommendationBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CurrentClicks" type="xs:long" />
    <xs:element minOccurs="0" name="CurrentConversions" type="xs:long" />
    <xs:element minOccurs="0" name="CurrentCost" type="xs:double" />
    <xs:element minOccurs="0" name="CurrentImpressions" type="xs:long" />
    <xs:element minOccurs="0" name="Dismissed" type="xs:boolean" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInClicks" type="xs:long" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInConversions" type="xs:long" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInCost" type="xs:double" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInImpressions" type="xs:long" />
    <xs:element minOccurs="0" name="RecommendationHash" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationId" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" type="tns:RecommendationType" />
  </xs:sequence>
</xs:complexType>

元素

RecommendationBase 对象具有以下元素:AccountIdAccountNameAdGroupIdAdGroupNameCampaignIdCampaignNameCurrentClicksCurrentConversionsCurrentCostCurrentImpressionsDismissedEstimatedIncreaseInClicksEstimatedIncreaseInConversionsEstimatedIncreaseInCostEstimatedIncreaseInImpressionsRecommendationHashRecommendationIdRecommendationTypeType

元素 说明 数据类型
AccountId 帐户的标识符。 仅输出。 long
AccountName 帐户的名称。 仅输出。 string
AdGroupId 此建议面向的广告组 ID。 仅当建议影响单个广告组时,才会设置此设置。 仅输出。

将为以下建议类型设置此字段:KEYWORD、RESPONSIVE_SEARCH_AD。
long
AdGroupName 广告组的名称。 仅输出。 string
CampaignId 此建议的目标市场活动 ID。 仅输出。

将为以下建议类型设置此字段:KEYWORD、RESPONSIVE_SEARCH_AD
long
CampaignName 市场活动的名称。 仅输出。 string
CurrentClicks 过去 7 天内广告组的实际点击次数。 仅输出。 long
CurrentConversions 过去 7 天内广告组的实际转换。 仅输出。 long
CurrentCost 过去 7 天内广告组的实际支出(以此帐户的货币为单位)。
CurrentImpressions 过去 7 天内广告组的实际展示次数。 long
已解除 是否取消建议。 仅输出。 boolean
EstimatedIncreaseInClicks 与建议广告对应的估计点击机会。 long
EstimatedIncreaseInConversions 与建议广告对应的估计印象机会。 long
EstimatedIncreaseInCost 与建议广告对应的预计支出增长。
EstimatedIncreaseInImpressions 与建议广告对应的估计展示机会。 long
RecommendationHash 建议的哈希。 string
RecommendationId 建议的标识符。 string
RecommendationType 建议的类型。

注意:我们目前支持 ADD_BROAD_MATCH_KEYWORDCAMPAIGN_BUDGETKEYWORDREMOVE_CONFLICTING_NEGATIVE_KEYWORDRESPONSIVE_SEARCH_ADRESPONSIVE_SEARCH_AD_ASSET仅输出 RecommendationType
string
类型 RecommendationType 值集具有以下值:AddBroadMatchKeywordRecommendationCampaignBudgetRecommendationKeywordRecommendationRemoveConflictingNegativeKeywordRecommendationResponsiveSearchAdRecommendationResponsiveSearchAdAssetRecommendation RecommendationType

要求

服务: AdInsightService.svc v13
命名空间: https://bingads.microsoft.com/AdInsight/v13

使用者

RetrieveRecommendations