CriterionTypeGroup Value Set - Campaign Management

The type used to group criterions.

You can use one of the criterion type group values in each TargetSettingDetail object to determine whether to use the "target and bid" option or the "bid only" target option for that campaign or ad group. For supported criterion type groups per campaign type, see TargetSettingDetail Remarks.

Syntax

<xs:simpleType name="CriterionTypeGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Gender" />
    <xs:enumeration value="Age" />
    <xs:enumeration value="Audience" />
    <xs:enumeration value="CompanyName" />
    <xs:enumeration value="JobFunction" />
    <xs:enumeration value="Industry" />
    <xs:enumeration value="IncomeRange" />
  </xs:restriction>
</xs:simpleType>

Values

The CriterionTypeGroup value set has the following values: Age, Audience, CompanyName, Gender, IncomeRange, Industry, JobFunction, Unknown.

Value Description
Age The age criterion type group.
Audience The audience criterion type group.
CompanyName The company name criterion type group.
Gender The gender criterion type group.
IncomeRange Reserved for future use.
Industry The industry criterion type group.
JobFunction The job function criterion type group.
Unknown Reserved for future use.

Requirements

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

Used By

TargetSettingDetail