GoogleAdsSearchads360V23ResourcesCampaignGoalConfig class
A link between a campaign and a goal enabling campaign-specific optimization.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignGoalConfig({String? campaign, GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignLoyaltyRetentionGoalSettings? campaignLoyaltyRetentionSettings, GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignNewCustomerAcquisitionGoalSettings? campaignNewCustomerAcquisitionSettings, GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignRetentionGoalSettings? campaignRetentionSettings, String? goal, String? goalType, String? resourceName})
- GoogleAdsSearchads360V23ResourcesCampaignGoalConfig.fromJson(Map json_)
Properties
- campaign ↔ String?
-
The resource name of the campaign for this link.
getter/setter pair
- campaignLoyaltyRetentionSettings ↔ GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignLoyaltyRetentionGoalSettings?
-
Loyalty retention goal campaign settings.
getter/setter pair
- campaignNewCustomerAcquisitionSettings ↔ GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignNewCustomerAcquisitionGoalSettings?
-
New customer acquisition goal campaign settings.
getter/setter pair
- campaignRetentionSettings ↔ GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignRetentionGoalSettings?
-
Retention goal campaign settings.
getter/setter pair
- goal ↔ String?
-
The resource name of the goal this link is attached to.
getter/setter pair
- goalType ↔ String?
-
The goal type this link is attached to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName ↔ String?
-
The resource name of the campaign goal config.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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