Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.72 KB

keyworddemographicresult.md

File metadata and controls

37 lines (31 loc) · 1.72 KB
title ms.service ms.subservice ms.topic author ms.author description
KeywordDemographicResult Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
Defines an object that contains the keyword and percentage of users by age and gender (if known) who searched for the specified keyword.

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