แชร์ผ่าน


ชุดค่า CompetitionLevel - ข้อมูลเชิงลึกของโฆษณา

ระดับการแข่งขันถูกกําหนดโดยจํานวนผู้ลงโฆษณาที่เสนอราคาคําสําคัญนี้ ซึ่งสัมพันธ์กับคําหลักอื่น ๆ ทั้งหมดใน 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
Namespace: https://bingads.microsoft.com/AdInsight/v13

ใช้โดย

CompetitionSearchParameter
KeywordIdea