KeywordSearchCount データ オブジェクト - Ad Insight

キーワードが検索クエリに含まれていた各デバイスとネットワークの検索カウントの一覧を含むオブジェクトを定義します。 データは、要求で指定された属性に基づいて集計されます。

構文

<xs:complexType name="KeywordSearchCount" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="SearchCountsByAttributes" nillable="true" type="tns:ArrayOfSearchCountsByAttributes" />
  </xs:sequence>
</xs:complexType>

要素

KeywordSearchCount オブジェクトには、KeywordSearchCountsByAttributes という要素があります。

要素 説明 データ型
キーワード 検索カウント データが適用されるキーワード。 string
SearchCountsByAttributes キーワードが検索クエリに含まれていた各デバイスとネットワークの検索カウントを含む SearchCountsByAttributes オブジェクトの配列。

使用可能なデータがない要求されたキーワードごとに、 SearchCountsByAttributes 要素は nil になります。
SearchCountsByAttributes 配列

要件

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

Used By

GetHistoricalSearchCount