AdGroupEstimate 数据对象 - Ad Insight

包含广告组的建议关键字列表,其中包含最小和最大流量估算值。 流量估算包括平均 CPC、平均位置、点击次数、CTR、展示次数和总成本。

注意

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

语法

<xs:complexType name="AdGroupEstimate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="KeywordEstimates" nillable="true" type="tns:ArrayOfKeywordEstimate" />
  </xs:sequence>
</xs:complexType>

元素

AdGroupEstimate 对象具有以下元素:AdGroupIdKeywordEstimates

元素 说明 数据类型
AdGroupId 广告组标识符。 long
KeywordEstimates 具有最小和最大流量估算的建议关键字列表。

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

要求

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

使用者

CampaignEstimate