次の方法で共有


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

推定クリック数、コスト、インプレッション数のリストを含むオブジェクトを定義します。このオブジェクトには、おすすめの入札単価を指定して、キーワード識別子に対して 1 日から 7 日の範囲で表示されます。

注:

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

構文

<xs:complexType name="KeywordBidLandscape" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="KeywordId" type="xs:long" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="BidLandscapePoints" nillable="true" type="tns:ArrayOfBidLandscapePoint" />
  </xs:sequence>
</xs:complexType>

要素

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

要素 説明 データ型
BidLandscapePoints 推奨される入札額に応じて、 StartDate から EndDate までの推定クリック数、コスト、インプレッションの合計の一覧。 BidLandscapePoint 配列
EndDate 入札状況の計算に使用される最新の日付。 終了日は、サービスが呼び出される今日の日付の約 2 日前である必要があります。 DayMonthAndYear
KeywordId キーワード (keyword)識別子。 long
StartDate 入札状況の計算に使用される最初の日付。 開始日は通常、終了日の 7 日前です。

新しいキーワード (keyword)など、パフォーマンス データを使用できない場合、開始日と終了日の差は 7 未満になる可能性があります。
DayMonthAndYear

要件

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

使用ページ

GetBidLandscapeByKeywordIds