共用方式為


KeywordEstimatedBid 資料物件 - Ad Insight

定義物件,其中包含每個比對型別的關鍵字和估計的估價值。

注意事項

估計值不是預測或保證未來的效能。

語法

<xs:complexType name="KeywordEstimatedBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EstimatedBids" nillable="true" type="tns:ArrayOfEstimatedBidAndTraffic" />
  </xs:sequence>
</xs:complexType>

元素

KeywordEstimatedBid物件具有下列元素:EstimatedBidsKeyword

元素 說明 資料類型
EstimatedBids EstimatedBidAndTraffic資料物件的清單,其中包含關鍵字和比對類型的建議標價值。 如果關鍵字有可用的資料, EstimatedBidAndTraffic 物件會提供估計的估價值。 否則,如果沒有可用的資料, EstimatedBids 元素將會是 Null。

每個物件也包含按下次數的估計值、 (一點選的平均成本) 、曝光數、點擊率 (CTR) ,以及建議的報價總成本。

如果比對類型沒有可用的資料,陣列將不會包含比對類型的估計值。

EstimatedBidAndTraffic的某些傳回元素可能是 Null。
EstimatedBidAndTraffic 數
關鍵字 要套用估計值的關鍵字。 string

需求

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

消費者

GetEstimatedBidByKeywords
KeywordIdEstimatedBid