共用方式為


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
Namespace: https://bingads.microsoft.com/AdInsight/v13

消費者

GetEstimatedBidByKeywords
KeywordIdEstimatedBid