DeliveredMatchTypeReportFilter Value Set - Reporting

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

Syntax

<xs:simpleType name="DeliveredMatchTypeReportFilter" 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:enumeration value="ExactCloseVariant" />
        <xs:enumeration value="PhraseCloseVariant" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The DeliveredMatchTypeReportFilter value set has the following values: Broad, Exact, ExactCloseVariant, Phrase, PhraseCloseVariant.

Value Description
Broad The report will contain ads that were delivered using a broad match comparison.
Exact The report will contain ads that were delivered by using an exact match comparison.
ExactCloseVariant The report will contain ads that were delivered by using a close variant exact match comparison.

Examples of the types of close variations that are considered include plurals, stemming, misspellings, abbreviations, and acronyms. For more information and examples, see the help topic What are keyword match types, and how do I use them?

This filter option can only be included in the SearchQueryPerformanceReportFilter object.
Phrase The report will contain ads that were delivered by using a phrase match comparison.
PhraseCloseVariant The report will contain ads that were delivered by using a close variant phrase match comparison.

Examples of the types of close variations that are considered include plurals, stemming, misspellings, abbreviations, and acronyms. For more information and examples, see the help topic What are keyword match types, and how do I use them?

This filter option can only be included in the SearchQueryPerformanceReportFilter object.

Requirements

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

Used By

KeywordPerformanceReportFilter
SearchQueryPerformanceReportFilter
ShareOfVoiceReportFilter