次の方法で共有


SourceType 値セット - Ad Insight

キーワード アイデアのソースまたはシードを定義します。

GetKeywordIdeas 操作を呼び出すときに、KeywordIdea オブジェクトでソースを返すように要求できます。

構文

<xs:simpleType name="SourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Seed" />
    <xs:enumeration value="SuggestionFromKeyword" />
    <xs:enumeration value="SuggestionFromUrl" />
    <xs:enumeration value="SuggestionFromCategory" />
  </xs:restriction>
</xs:simpleType>

SourceType 値セットには、SeedSuggestionFromCategorySuggestionFromKeywordSuggestionFromUrlUnknown の値があります。

説明
種子 キーワードアイデアソースは、クエリ検索パラメーターなど、指定したシードです。
SuggestionFromCategory キーワードのアイデアは、指定されたカテゴリから提供されます。
SuggestionFromKeyword キーワードのアイデアは、指定されたキーワードから提供されます。
SuggestionFromUrl キーワードのアイデアは、指定された URL から提供されます。
不明 キーワードアイデアソースは不明です。

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

KeywordIdea