Edit

ExperimentAdditionalField Value Set - Campaign Management

Defines a list of optional properties that you can request when using the Experiment object.

Syntax

<xs:simpleType name="ExperimentAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ExperimentSubType" />
        <xs:enumeration value="ExperimentArms" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ExperimentAdditionalField value set has the following values: ExperimentArms, ExperimentSubType.

Value Description
ExperimentArms Request that the experiment arms field is used when requesting an Experiment object.
ExperimentSubType Request that the experiment sub type field is used when requesting the Experiment object.

Requirements

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

Used By

GetExperimentsByIds