GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig class

Conversion goal settings for a Campaign.

Constructors

GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig({String? campaign, String? customConversionGoal, String? goalConfigLevel, String? resourceName, String? searchAds360CustomConversionGoal, String? searchAds360GoalConfigLevel})
GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig.fromJson(Map json_)

Properties

campaign String?
The campaign with which this conversion goal campaign config is associated.
getter/setter pair
customConversionGoal String?
The custom conversion goal the campaign is using for optimization.
getter/setter pair
goalConfigLevel String?
The level of goal config the campaign is using. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceName String?
The resource name of the conversion goal campaign config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchAds360CustomConversionGoal String?
The Search Ads 360 custom conversion goal the campaign is using for optimization.
getter/setter pair
searchAds360GoalConfigLevel String?
The level of Search Ads 360 goal config the campaign is using. Possible string values are:
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