GoogleAdsSearchads360V23ResourcesExperimentArm class

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

Constructors

GoogleAdsSearchads360V23ResourcesExperimentArm({List<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo>? assetGroups, List<String>? campaigns, bool? control, String? experiment, List<String>? inDesignCampaigns, String? name, String? resourceName, String? trafficSplit})
GoogleAdsSearchads360V23ResourcesExperimentArm.fromJson(Map json_)

Properties

assetGroups List<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo>?
List of asset groups in the experiment arm.
getter/setter pair
campaigns List<String>?
List of campaigns in the trial arm.
getter/setter pair
control bool?
Whether this arm is a control arm.
getter/setter pair
experiment String?
The experiment to which the ExperimentArm belongs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inDesignCampaigns List<String>?
The in design campaigns in the treatment experiment arm.
getter/setter pair
name String?
The name of the experiment arm.
getter/setter pair
resourceName String?
The resource name of the experiment arm.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficSplit String?
Traffic split of the trial arm.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited