CriterionAdditionalField Value Set - Campaign Management

Defines a list of optional criterion properties that you can request when calling GetAdGroupCriterionsByIds and GetCampaignCriterionsByIds. The additional field values enable you to get the latest features using the current version of Campaign Management API, and in the next version the corresponding properties will be included in the conversion goal by default.

Syntax

<xs:simpleType name="CriterionAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="CriterionCashback" />
        <xs:enumeration value="Operator" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The CriterionAdditionalField value set has the following values: CriterionCashback, Operator.

Value Description
CriterionCashback Request that the CriterionCashback element be included within each returned BiddableAdGroupCriterion or BiddableCampaignCriterion object.
Operator Reserved.

Requirements

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

Used By

GetAdGroupCriterionsByIds
GetCampaignCriterionsByIds