Edit

Breakdowns Data Object - Ad Insight

Defines an object for the audience breakdown categories.

Syntax

<xs:complexType name="Breakdowns" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Age" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="Device" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="Gender" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="InMarket" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="Industry" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="JobFunction" nillable="true" type="tns:Breakdown" />
    <xs:element minOccurs="0" name="LocationCountry" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="Location" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="LocationSubGeography" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="LocationMetroArea" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="LocationCity" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="LocationPostalCode" nillable="true" type="tns:LocationBreakdown" />
    <xs:element minOccurs="0" name="LocationCounty" nillable="true" type="tns:LocationBreakdown" />
  </xs:sequence>
</xs:complexType>

Elements

The Breakdowns object has the following elements: Age, Device, Gender, Industry, InMarket, JobFunction, Location, LocationCity, LocationCountry, LocationCounty, LocationMetroArea, LocationPostalCode, LocationSubGeography.

Element Description Data Type
Age The audience breakdown category is Age. Breakdown
Device The audience breakdown category is Device. Breakdown
Gender The audience breakdown category is Gender. Breakdown
Industry The audience breakdown category is Industry. Breakdown
InMarket The audience breakdown category is InMarket. Breakdown
JobFunction The audience breakdown category is JobFunction. Breakdown
Location The audience breakdown category is Location. LocationBreakdown
LocationCity The audience breakdown category is LocationCity. LocationBreakdown
LocationCountry The audience breakdown category is LocationCountry. LocationBreakdown
LocationCounty The audience breakdown category is LocationCounty. LocationBreakdown
LocationMetroArea The audience breakdown category is LocationMetroArea. LocationBreakdown
LocationPostalCode The audience breakdown category is LocationPostalCode. LocationBreakdown
LocationSubGeography The audience breakdown category is LocationSubGeography. LocationBreakdown

Requirements

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

Used By

GetAudienceBreakdown