Edit

ExperimentArm Data Object - Campaign Management

Defines the experiment arm data object.

Syntax

<xs:complexType name="ExperimentArm" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element xmlns:q143="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="CampaignIds" nillable="true" type="q143:ArrayOflong" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="IsControlArm" type="xs:boolean" />
    <xs:element minOccurs="0" name="TrafficSplit" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The ExperimentArm object has the following elements: CampaignIds, Id, IsControlArm, TrafficSplit.

Element Description Data Type
CampaignIds The campaign IDs. long array
Id The experiment arm ID. long
IsControlArm The experiment arm is a control arm. boolean
TrafficSplit The traffic split number. int

Requirements

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

Used By

Experiment