KeywordIdEstimatedBid 数据对象 - Ad Insight

定义一个 对象,该对象包含关键字 (keyword) 的标识符以及关键字 (keyword) 和匹配类型的建议出价值。

注意

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

语法

<xs:complexType name="KeywordIdEstimatedBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="KeywordId" type="xs:long" />
    <xs:element minOccurs="0" name="KeywordEstimatedBid" nillable="true" type="tns:KeywordEstimatedBid" />
  </xs:sequence>
</xs:complexType>

元素

KeywordIdEstimatedBid 对象具有以下元素:KeywordEstimatedBidKeywordId

元素 说明 数据类型
KeywordEstimatedBid 一个 对象,该对象包含每个匹配类型的关键字 (keyword) 字符串和建议的出价值。 KeywordEstimatedBid
KeywordId 建议出价适用的关键字 (keyword) 的标识符。 long

要求

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

使用者

GetEstimatedBidByKeywordIds