Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.76 KB

bidmatchtypereportfilter.md

File metadata and controls

44 lines (38 loc) · 1.76 KB
title ms.service ms.subservice ms.topic author ms.author description
BidMatchTypeReportFilter Value Set - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines the bid match type values that you can use to filter the report data.

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