AdPosition 值集 - Ad Insight

定义广告在搜索结果中可能的位置。

注意

侧边栏广告不再在美国必应拥有和运营的网站上提供。 如果仅请求第一页数据(例如,美国 (US) 的 FirstPage1),则结果中的 KeywordKPI 元素将为 nil/empty。 如果在同一请求中包含其他国家/地区(例如美国和 CA),则任何首页结果仅归因于美国以外的国家/地区。

语法

<xs:simpleType name="AdPosition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="All" />
    <xs:enumeration value="MainLine1" />
    <xs:enumeration value="MainLine2" />
    <xs:enumeration value="MainLine3" />
    <xs:enumeration value="MainLine4" />
    <xs:enumeration value="FirstPage1" />
    <xs:enumeration value="FirstPage2" />
    <xs:enumeration value="FirstPage3" />
    <xs:enumeration value="FirstPage4" />
    <xs:enumeration value="FirstPage5" />
    <xs:enumeration value="FirstPage6" />
    <xs:enumeration value="FirstPage7" />
    <xs:enumeration value="FirstPage8" />
    <xs:enumeration value="FirstPage9" />
    <xs:enumeration value="FirstPage10" />
    <xs:enumeration value="Aggregate" />
  </xs:restriction>
</xs:simpleType>

AdPosition 值集具有以下值:AggregateAllFirstPage1FirstPage10FirstPage2FirstPage3FirstPage4FirstPage5FirstPage6FirstPage7FirstPage8FirstPage9MainLine1MainLine2MainLine3MainLine4

说明
骨料 聚合所有受支持位置的数据。

下面是数据聚合方式的示例:平均出价是所有广告位置中所有关键字的平均出价;展示次数是所有广告位置中的展示次数的总和;点击数是所有广告位置中的点击次数的总和;总成本是在所有广告位置中使用关键字的成本总和;AverageCTR 的计算方法是将点击次数除以展示次数,然后将结果乘以 100:AverageCPC 是通过将所有单击成本除以单击次数计算得出的。
全部 指示所有搜索结果位置。
FirstPage1 要显示在第一个搜索结果页面右侧的第一个广告。
FirstPage10 显示在第一个搜索结果页面右侧的第 10 个广告。
FirstPage2 要显示在第一个搜索结果页面右侧的第二个广告。
FirstPage3 显示在第一个搜索结果页面右侧的第三个广告。
FirstPage4 要显示在第一个搜索结果页面右侧的第四个广告。
FirstPage5 要显示在第一个搜索结果页面右侧的第五个广告。
FirstPage6 显示在第一个搜索结果页面右侧的第六个广告。
FirstPage7 显示在第一个搜索结果页面右侧的第七个广告。
FirstPage8 要显示在第一个搜索结果页面右侧的第八个广告。
FirstPage9 要显示在第一个搜索结果页面右侧的第九个广告。
MainLine1 显示在搜索结果页面顶部的第一个广告。
MainLine2 显示在搜索结果页面顶部的第二个广告。
MainLine3 显示在搜索结果页面顶部的第三个广告。
MainLine4 显示在搜索结果页面顶部的第四个广告。

要求

服务: AdInsightService.svc v13
命名 空间: https://bingads.microsoft.com/AdInsight/v13

使用者

GetHistoricalKeywordPerformance
KeywordKPI