KeywordEstimate 数据对象 - Ad Insight

具有最小和最大流量估算的建议关键字 (keyword) 。 流量估算包括平均 CPC、平均位置、点击次数、CTR、展示次数和总成本。

注意

这些估计不是对未来性能的预测或保证。 根据 在 GetKeywordTrafficEstimates 服务请求中提供的筛选条件,估算值可能会有所不同。

语法

<xs:complexType name="KeywordEstimate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="tns:Keyword" />
    <xs:element minOccurs="0" name="Maximum" nillable="true" type="tns:TrafficEstimate" />
    <xs:element minOccurs="0" name="Minimum" nillable="true" type="tns:TrafficEstimate" />
  </xs:sequence>
</xs:complexType>

元素

KeywordEstimate 对象具有以下元素:KeywordMaximumMinimum

元素 说明 数据类型
关键字 建议的关键字 (keyword) 。 关键字
最高 最大流量估计值。

流量估算包括平均 CPC、平均位置、点击次数、CTR、展示次数和总成本。
TrafficEstimate
最小值 最小流量估算值。

流量估算包括平均 CPC、平均位置、点击次数、CTR、展示次数和总成本。
TrafficEstimate

要求

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

使用者

AdGroupEstimate