Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesExperimentArm

A Google ads experiment for users to experiment changes on multiple campaigns, compare the performance, and apply the effective changes.

Inheritance
object
GoogleAdsSearchads360V23ResourcesExperimentArm
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesExperimentArm : IDirectResponseSchema

Properties

AssetGroups

List of asset groups in the experiment arm.

Declaration
[JsonProperty("assetGroups")]
public virtual IList<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo> AssetGroups { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo>

Campaigns

List of campaigns in the trial arm. The max length is one.

Declaration
[JsonProperty("campaigns")]
public virtual IList<string> Campaigns { get; set; }
Property Value
Type Description
IList<string>

Control

Whether this arm is a control arm. A control arm is the arm against which the other arms are compared.

Declaration
[JsonProperty("control")]
public virtual bool? Control { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Experiment

Immutable. The experiment to which the ExperimentArm belongs.

Declaration
[JsonProperty("experiment")]
public virtual string Experiment { get; set; }
Property Value
Type Description
string

InDesignCampaigns

Output only. The in design campaigns in the treatment experiment arm.

Declaration
[JsonProperty("inDesignCampaigns")]
public virtual IList<string> InDesignCampaigns { get; set; }
Property Value
Type Description
IList<string>

Name

Required. The name of the experiment arm. It must have a minimum length of 1 and maximum length of 1024. It must be unique under an experiment.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the experiment arm. Experiment arm resource names have the form: customers/{customer_id}/experimentArms/{TrialArm.trial_id}~{TrialArm.trial_arm_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

TrafficSplit

Traffic split of the trial arm. The value should be between 1 and 100 and must total 100 between the two trial arms.

Declaration
[JsonProperty("trafficSplit")]
public virtual long? TrafficSplit { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX