BidMatchTypeReportFilter Value Set - Reporting

Defines the bid match type values that you can use to filter the report data. These values are also used as column values in reports that include bid match type, such as the keyword performance report.

Syntax

<xs:simpleType name="BidMatchTypeReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Exact" />
        <xs:enumeration value="Phrase" />
        <xs:enumeration value="Broad" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The BidMatchTypeReportFilter value set has the following values: Broad, Exact, Phrase.

Value Description
Broad The report will contain keywords that set a bid value for the broad match type.
Exact The report will contain keywords that set a bid value for the exact match type.
Phrase The report will contain keywords that set a bid value for the phrase match type.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

KeywordPerformanceReportFilter
ShareOfVoiceReportFilter