次の方法で共有


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

クリック数の見積もり、クリックあたりの平均コスト (CPC)、インプレッション数、クリックスルー 率 (CTR)、およびおすすめの入札単価に応じた対応するキーワードまたは広告グループの総コストを含むオブジェクトを定義します。

注:

見積もりは、将来のパフォーマンスの予測または保証ではありません。

構文

<xs:complexType name="EstimatedBidAndTraffic" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="MinClicksPerWeek" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="MaxClicksPerWeek" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="AverageCPC" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="MinImpressionsPerWeek" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="MaxImpressionsPerWeek" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CTR" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="MinTotalCostPerWeek" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="MaxTotalCostPerWeek" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="CurrencyCode" type="tns:CurrencyCode" />
    <xs:element minOccurs="0" name="MatchType" type="tns:MatchType" />
    <xs:element minOccurs="0" name="EstimatedMinBid" type="xs:double" />
  </xs:sequence>
</xs:complexType>

要素

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

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

平均クリック単価の計算に使用される数式は 、(最大合計コスト/クリックの最大数) です。
CTR 推定 CTR。

CTR の計算に使用される数式は、(クリックの最大数/最大インプレッション数) * 100 です。
CurrencyCode コスト見積もりと推奨入札値の金額単位の ISO コード。 CurrencyCode
EstimatedMinBid 推奨される入札価格。
MatchType 見積もりを決定するために使用される一致の種類。 MatchType
MaxClicksPerWeek 1 週間あたりの推定最大クリック数。
MaxImpressionsPerWeek 1 週間あたりの推定最大インプレッション数。 long
MaxTotalCostPerWeek 1 週間あたりの推定最大コスト。
MinClicksPerWeek 1 週間あたりの推定最小クリック数。
MinImpressionsPerWeek 1 週間あたりの推定最小インプレッション数。 long
MinTotalCostPerWeek 1 週間あたりの推定最小コスト。

要件

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

使用ページ

GetEstimatedBidByKeywords
KeywordEstimatedBid