KeywordEstimatedBid 数据对象 - Ad Insight

定义一个对象,该对象包含每个匹配类型的关键字 (keyword) 和估计的出价值。

注意

这些估计不是对未来性能的预测或保证。

语法

<xs:complexType name="KeywordEstimatedBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EstimatedBids" nillable="true" type="tns:ArrayOfEstimatedBidAndTraffic" />
  </xs:sequence>
</xs:complexType>

元素

KeywordEstimatedBid 对象具有以下元素:EstimatedBidsKeyword

元素 说明 数据类型
EstimatedBids EstimatedBidAndTraffic 数据对象列表,其中包含关键字 (keyword) 和匹配类型的建议出价值。 如果有可用于关键字 (keyword) 的数据,则 EstimatedBidAndTraffic 对象将提供估计的出价值。 否则,如果没有可用的数据, 则 EstimatedBids 元素将为 null。

每个对象还包含点击次数的估计值、平均每次点击成本 (CPC) 、展示次数、点击率 (CTR) 以及给定建议出价的总成本。

如果没有可用于匹配类型的数据,则数组将不包括匹配类型的估计值。

EstimatedBidAndTraffic 的某些返回元素可能为 NULL。
EstimatedBidAndTraffic 数组
关键字 估算适用的关键字 (keyword) 。 string

要求

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

使用者

GetEstimatedBidByKeywords
KeywordIdEstimatedBid