SearchCountsByAttributes データ オブジェクト - Ad Insight
対応するデバイス属性のキーワード履歴検索カウントのリストを含むオブジェクトを定義します。 リスト内の各検索数は、日、月、年で集計されます。
構文
<xs:complexType name="SearchCountsByAttributes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Device" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HistoricalSearchCounts" nillable="true" type="tns:ArrayOfHistoricalSearchCountPeriodic" />
</xs:sequence>
</xs:complexType>
要素
SearchCountsByAttributes オブジェクトには、Device、HistoricalSearchCounts という要素があります。
要素 | 説明 | データ型 |
---|---|---|
デバイス | 検索クエリを入力したユーザーのデバイス。 | string |
HistoricalSearchCounts | 検索クエリでキーワード (keyword)が使用された回数のカウントを含む HistoricalSearchCountPeriodic オブジェクトの配列。 配列には、指定した日付範囲の各月の項目が含まれます。 アイテムはカレンダー月別に並べ替えられます。 使用可能なデータがない要求されたキーワード (keyword)ごとに、HistoricalSearchCountPeriodic 要素は nil になります。 |
HistoricalSearchCountPeriodic 配列 |
要件
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13