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 for a specific audience breakdown category.
Syntax
<xs:complexType name="Breakdown" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element xmlns:q35="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Keys" nillable="true" type="q35:ArrayOfstring" />
<xs:element xmlns:q36="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Values" nillable="true" type="q36:ArrayOfint" />
<xs:element xmlns:q37="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="GlobalValues" nillable="true" type="q37:ArrayOfint" />
</xs:sequence>
</xs:complexType>
Elements
The Breakdown object has the following elements: GlobalValues, Keys, Values.
| Element | Description | Data Type |
|---|---|---|
| GlobalValues | The audiance breakdown global values. | int array |
| Keys | The audience breakdown keys. | string array |
| Values | The audience breakdown values. | int array |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13