共用方式為


建議資料物件 - Ad Insight

定義 Recommendation 的基底物件。 ResponsiveSearchAdsRecommendation物件衍生自該物件。

語法

<xs:complexType name="Recommendation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long" />
    <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="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:sequence>
</xs:complexType>

元素

Recommendation物件具有下列元素:AccountIdAdGroupIdCampaignIdCurrentClicksCurrentConversionsCurrentCostCurrentImpressionsEstimatedIncreaseInClicksEstimatedIncreaseInConversionsEstimatedIncreaseInCostEstimatedIncreaseInImpressionsRecommendationHashRecommendationIdRecommendationType.

元素 說明 資料類型
AccountId 帳戶的識別碼。
AdGroupId 擁有建議之廣告群組的識別碼。
CampaignId 擁有建議之廣告群組的行銷活動識別碼。
CurrentClicks 過去 7 天內廣告群組的實際點選次數。
CurrentConversions 過去 7 天內廣告群組的實際轉換。
CurrentCost 過去 7 天內廣告群組的實際花費,以此帳戶的貨幣為單位。
CurrentImpressions 過去 7 天內廣告群組的實際曝光數。
EstimatedIncreaseInClicks 對應至建議廣告的預估點選機會。
EstimatedIncreaseInConversions 對應至建議廣告的估計曝光機會。
EstimatedIncreaseInCost 對應至建議廣告的預估支出增加。
EstimatedIncreaseInImpressions 對應至建議廣告的估計曝光機會。
RecommendationHash 建議的雜湊。 string
RecommendationId 建議的識別碼。 string
RecommendationType 建議的類型。 string

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

GetRecommendations