CompetitionLevel 値セット - Ad Insight
競合レベルは、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 値セットの値は、High、Low、Medium です。
値 | 説明 |
---|---|
高 | 競争レベルは高いです。 |
低 | 競争レベルが低い。 |
媒体 | 競争レベルは中程度です。 |
要件
サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13