共用方式為


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 根據建議的報價, 從 StartDateEndDate 的估計點擊次數、成本和曝光數總計清單。 BidLandscapePoint 數
EndDate 用來計算中標價環境的最新日期。 結束日期應該大約是今天呼叫服務日期之前的 2 天。 DayMonthAndYear
KeywordId 關鍵字識別碼。
StartDate 用來計算報價環境的第一個日期。 開始日期通常是結束日期之前的七天。

如果無法使用效能資料,則開始和結束日期之間的差異可能小於七,例如使用新的關鍵字。
DayMonthAndYear

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

GetBidLandscapeByKeywordIds