AuctionInsightKpiAdditionalField Value Set - Ad Insight

Defines a list of optional auction insight KPI properties that you can request when calling GetAuctionInsightData. The additional field values enable you to get the latest features using the current version of Ad Insight API, and in the next version the corresponding properties will be included in the auction insight KPI object by default.

Syntax

<xs:simpleType name="AuctionInsightKpiAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="AbsoluteTopOfPageRate" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AuctionInsightKpiAdditionalField value set has the following values: AbsoluteTopOfPageRate.

Value Description
AbsoluteTopOfPageRate Request that the AbsoluteTopOfPageRate element be included within each returned AuctionInsightKpi object.

Requirements

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

Used By

GetAuctionInsightData