AgeDimension Data Object - Campaign Management

Data object that specifies users by their age.

Note

If you're advertising in connection with any financial, insurance, education, career and employment, and/or housing services, you cannot use individuals' demographics—such as age, gender, location, etc.—for the purpose of personalizing advertising, segmenting, or profiling customers.

Syntax

<xs:complexType name="AgeDimension" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:AudienceGroupDimension">
      <xs:sequence>
        <xs:element minOccurs="0" name="AgeRanges" nillable="true" type="tns:ArrayOfAgeRange" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The AgeDimension object has the following elements: AgeRanges.

Element Description Data Type
AgeRanges A list of age ranges.

To remove existing values, set AgeRanges to null or empty. To remove a subset of age ranges, specify the age ranges that you want to keep and the existing age ranges will be replaced.

Add: Required
Update: Optional.
AgeRange array

The AgeDimension object has Inherited Elements.

Inherited Elements

Inherited Elements from AudienceGroupDimension

The AgeDimension object derives from the AudienceGroupDimension object, and inherits the following elements: Type. The descriptions below are specific to AgeDimension, and might not apply to other objects that inherit the same elements from the AudienceGroupDimension object.

Element Description Data Type
Type The type of audience dimensions, the following dimension types are supported as of now: Age, Gender, Audience.

Add: For more information about audience types, see the Remarks.
Update: For more information about audience types, see the Remarks.
AudienceGroupDimensionType

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13