KeywordBidLandscape 数据对象 - Ad Insight

定义一个 对象,该对象包含给定建议出价的关键字 (keyword) 标识符 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 关键字 (keyword) 标识符。 long
StartDate 用于计算投标布局的第一个日期。 开始日期通常比结束日期早七天。

如果性能数据不可用(例如,使用新关键字 (keyword) ),开始日期和结束日期之间的差值可能小于 7。
DayMonthAndYear

要求

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

使用者

GetBidLandscapeByKeywordIds