次の方法で共有


MatchType 値セット - キャンペーン管理

キーワードまたは負のキーワードに使用できる一致型を定義します。

構文

<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

Used By

キーワード
NegativeKeyword