BidOpportunityType Value Set - Ad Insight

Defines the possible bid opportunity types you can request when calling GetBidOpportunities.

Syntax

<xs:simpleType name="BidOpportunityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="FirstPage" />
        <xs:enumeration value="MainLine" />
        <xs:enumeration value="MainLine1" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The BidOpportunityType value set has the following values: FirstPage, MainLine, MainLine1.

Value Description
FirstPage The bid opportunity may lead to ads shown in one of the first page positions of search results.
MainLine The bid opportunity may lead to ads shown in one of the mainline positions of search results.
MainLine1 The bid opportunity may lead to ads shown in the first mainline position of search results.

Requirements

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

Used By

GetBidOpportunities