次の方法で共有


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

推奨される入札額を指定して、キーワード識別子の推定クリック数、コスト、インプレッション数の一覧を含むオブジェクトを定義します。

注:

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

構文

<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 キーワード識別子。 long
StartDate 入札状況の計算に使用される最初の日付。 開始日は通常、終了日の 7 日前です。

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

要件

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

Used By

GetBidLandscapeByKeywordIds