Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an object that contains the device, age and gender of the user who entered the search query, if known.
Syntax
<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>
Elements
The KeywordDemographic object has the following elements: AgeUnknown, Device, EighteenToTwentyFour, Female, FiftyToSixtyFour, GenderUnknown, Male, SixtyFiveAndAbove, ThirtyFiveToFourtyNine, TwentyFiveToThirtyFour.
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13