MatchType 值集 - 市场活动管理

定义关键字 (keyword) 或负关键字 (keyword) 可能的匹配类型。

语法

<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>

MatchType 值集具有以下值:BroadExactPhrase

说明
宽泛 匹配类型为 Broad。
确切 匹配类型为 Exact。
短语 匹配类型为 Phrase。

要求

服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

关键字
NegativeKeyword