GenderDimension Data Object - Campaign Management

Defines a GenderDimension data object.

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="GenderDimension" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:AudienceGroupDimension">
      <xs:sequence>
        <xs:element minOccurs="0" name="GenderTypes" nillable="true" type="tns:ArrayOfGenderType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The GenderDimension object has the following elements: GenderTypes.

Element Description Data Type
GenderTypes A list of gender types.

Add: Required
Update: Optional. To remove existing values, set it to null or empty. To remove a subset of gender types, specify the gender types that you want to keep and it will replace the existing gender types.
GenderType array

The GenderDimension object has Inherited Elements.

Inherited Elements

Inherited Elements from AudienceGroupDimension

The GenderDimension object derives from the AudienceGroupDimension object, and inherits the following elements: Type. The descriptions below are specific to GenderDimension, 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