CompetitionLevel 值集 - Ad Insight

竞争级别由在此关键字 (keyword) 中出价的广告商数量(相对于 Microsoft Advertising 中的所有其他关键字)来定义。

调用 GetKeywordIdeas 操作时,可以指定竞争级别。

语法

<xs:simpleType name="CompetitionLevel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Low">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Medium">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="High">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

CompetitionLevel 值集具有以下值:

说明
竞争水平很高。
竞争水平较低。
竞争级别为中等。

要求

服务: AdInsightService.svc v13
命名 空间: https://bingads.microsoft.com/AdInsight/v13

使用者

CompetitionSearchParameter
KeywordIdea