次の方法で共有


TrafficEstimate データ オブジェクト - Ad Insight

GetKeywordTrafficEstimates を呼び出すときに指定したキャンペーン、広告グループ、キーワード条件に基づくトラフィックの推定を含むオブジェクトを定義します。

構文

<xs:complexType name="TrafficEstimate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AverageCpc" type="xs:double" />
    <xs:element minOccurs="0" name="AveragePosition" type="xs:double" />
    <xs:element minOccurs="0" name="Clicks" type="xs:double" />
    <xs:element minOccurs="0" name="Ctr" type="xs:double" />
    <xs:element minOccurs="0" name="Impressions" type="xs:double" />
    <xs:element minOccurs="0" name="TotalCost" type="xs:double" />
  </xs:sequence>
</xs:complexType>

要素

TrafficEstimate オブジェクトには、AverageCpcAveragePositionClicksCtrImpressionsTotalCost という要素があります。

要素 説明 データ型
AverageCpc 推定平均 CPC。

平均クリック単価の計算に使用される数式は (合計コスト/クリック数) です。
AveragePosition 配信された広告の Web ページ上の推定平均掲載順位。

平均ポジションは非推奨となり、2021 年 3 月 31 日以降、この値は "0" (ゼロ) になります。
クリック 1 週間あたりの推定クリック数。
Ctr 推定 CTR。

CTR の計算に使用される数式は (クリック数/インプレッション数) * 100 です。
インプレッション 1 週間あたりの推定インプレッション数。
TotalCost 1 週間あたりの推定合計コスト。

要件

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

使用ページ

KeywordEstimate