KeywordDemographicResult Data Object - Ad Insight

Defines an object that contains the keyword and percentage of users by age and gender (if known) who searched for the specified keyword.

Syntax

<xs:complexType name="KeywordDemographicResult" 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="KeywordDemographics" nillable="true" type="tns:ArrayOfKeywordDemographic" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordDemographicResult object has the following elements: Keyword, KeywordDemographics.

Element Description Data Type
Keyword The keyword. string
KeywordDemographics An array of KeywordDemographic data objects that contains the percentage of users by age and gender (if known) that searched for the keyword on the device. KeywordDemographic array

Requirements

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

Used By

GetKeywordDemographics