Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (38 loc) · 1.5 KB

File metadata and controls

44 lines (38 loc) · 1.5 KB
title ms.service ms.topic author ms.author description
MatchType Value Set - Campaign Management
bing-ads-campaign-management-service
article
eric-urban
eur
Defines the possible match types for a keyword or negative keyword.

MatchType Value Set - Campaign Management

Defines the possible match types for a keyword or negative keyword.

Syntax

<xs:simpleType name="MatchType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <ActualType Name="unsignedByte" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:appinfo>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Exact" />
    <xs:enumeration value="Phrase" />
    <xs:enumeration value="Broad" />
  </xs:restriction>
</xs:simpleType>

Values

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

Value Description
Broad The match type is Broad.
Exact The match type is Exact.
Phrase The match type is Phrase.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

Keyword
NegativeKeyword