次の方法で共有


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 データ オブジェクトの配列。

また、各オブジェクトには、クリック数の見積もり、クリックあたりの平均コスト (CPC)、インプレッション数、クリック率 (CTR)、および指定された入札額に基づく合計コストも含まれます。

一致型に使用できるデータがない場合、配列には一致型の推定値は含まれません。
EstimatedPositionAndTraffic 配列
キーワード 見積もりが適用されるキーワード。 string

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

GetEstimatedPositionByKeywords
KeywordIdEstimatedPosition