共用方式為


KeywordEstimatedPosition 數據物件 - Ad Insight

定義物件,其中包含每個相符類型的搜尋結果中的關鍵詞和估計位置。

注意事項

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

語法

<xs:complexType name="KeywordEstimatedPosition" 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="EstimatedPositions" nillable="true" type="tns:ArrayOfEstimatedPositionAndTraffic" />
  </xs:sequence>
</xs:complexType>

元素

KeywordEstimatedPosition 物件具有下列元素:EstimatedPositionsKeyword

元素 描述 資料類型
EstimatedPositions EstimatedPositionAndTraffic 數據對象的陣列,其中包含搜尋結果中對應至指定之最大約定的位置。

每個物件也包含按下次數的估計值、 (一鍵的平均成本) 、曝光數、點擊率 (CTR) ,以及指定的約定總成本。

如果比對類型沒有可用的數據,陣列將不會包含比對類型的估計值。
EstimatedPositionAndTraffic 陣
關鍵字 要套用估計值的關鍵詞。 string

需求

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

消費者

GetEstimatedPositionByKeywords
KeywordIdEstimatedPosition