GoogleAdsSearchads360V23ResourcesExperiment class

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

Constructors

GoogleAdsSearchads360V23ResourcesExperiment({String? description, String? endDate, String? experimentId, List<GoogleAdsSearchads360V23CommonMetricGoal>? goals, String? longRunningOperation, String? name, String? promoteStatus, String? resourceName, String? startDate, String? status, String? suffix, bool? syncEnabled, String? type})
GoogleAdsSearchads360V23ResourcesExperiment.fromJson(Map json_)

Properties

description String?
The description of the experiment.
getter/setter pair
endDate String?
Date when the experiment ends.
getter/setter pair
experimentId String?
The ID of the experiment.
getter/setter pair
goals List<GoogleAdsSearchads360V23CommonMetricGoal>?
The goals of this experiment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
longRunningOperation String?
The resource name of the long-running operation that can be used to poll for completion of experiment schedule or promote.
getter/setter pair
name String?
The name of the experiment.
getter/setter pair
promoteStatus String?
The status of the experiment promotion process.
getter/setter pair
resourceName String?
The resource name of the experiment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
Date when the experiment starts.
getter/setter pair
status String?
The Advertiser-chosen status of this experiment. Possible string values are:
getter/setter pair
suffix String?
For system managed experiments, the advertiser must provide a suffix during construction, in the setup stage before moving to initiated.
getter/setter pair
syncEnabled bool?
Set to true if changes to base campaigns should be synced to the trial campaigns.
getter/setter pair
type String?
The product/feature that uses this experiment.
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