KeywordDemographic 数据对象 - Ad Insight

定义一个 对象,该对象包含输入搜索查询的用户的设备、年龄和性别(如果已知)。

语法

<xs:complexType name="KeywordDemographic" 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="EighteenToTwentyFour" type="xs:double" />
    <xs:element minOccurs="0" name="TwentyFiveToThirtyFour" type="xs:double" />
    <xs:element minOccurs="0" name="ThirtyFiveToFourtyNine" type="xs:double" />
    <xs:element minOccurs="0" name="FiftyToSixtyFour" type="xs:double" />
    <xs:element minOccurs="0" name="SixtyFiveAndAbove" type="xs:double" />
    <xs:element minOccurs="0" name="AgeUnknown" type="xs:double" />
    <xs:element minOccurs="0" name="Female" type="xs:double" />
    <xs:element minOccurs="0" name="Male" type="xs:double" />
    <xs:element minOccurs="0" name="GenderUnknown" type="xs:double" />
  </xs:sequence>
</xs:complexType>

元素

KeywordDemographic 对象具有以下元素:AgeUnknownDeviceEighteenToTwentyFourFemaleFiftyToSixtyFourGenderUnknownMaleSixtyFiveAndAboveThirtyFiveToFourtyNineTwentyFiveToThirtyFourtyFourfourfour

元素 说明 数据类型
AgeUnknown 未使用。
设备 输入搜索查询的用户的设备。 string
EighteenToTwentyFour 18 至 24 岁用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
女性用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
FiftyToSixtyFour 50 至 64 岁用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
GenderUnknown 未使用。
男性用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
SixtyFiveAndAbove 65 岁及以上的用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
ThirtyFiveToFourtyNine 35 至 49 岁的用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。
TwentyFiveToThirtyFour 25 至 34 岁用户搜索关键字 (keyword) 的时间百分比。 该值在 0.0 到 1.0 的范围内指定。

要求

服务: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

使用者

KeywordDemographicResult