Edit

LocationBreakdown Data Object - Ad Insight

Defines the location breakdown data object.

Syntax

<xs:complexType name="LocationBreakdown" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Breakdown">
      <xs:sequence>
        <xs:element minOccurs="0" name="Info" nillable="true" type="tns:ArrayOfLocationInfo" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The LocationBreakdown object has the following elements: Info.

Element Description Data Type
Info The location information about a location breakdown. LocationInfo array

The LocationBreakdown object has Inherited Elements.

Inherited Elements

Inherited Elements from Breakdown

The LocationBreakdown object derives from the Breakdown object, and inherits the following elements: GlobalValues, Keys, Values. The descriptions below are specific to LocationBreakdown, and might not apply to other objects that inherit the same elements from the Breakdown object.

Element Description Data Type
GlobalValues A list of location breakdown global values. int array
Keys A list of location breakdown keys. string array
Values A list of location breakdown values. int array

Requirements

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

Used By

Breakdowns