GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign class

A Keyword Plan campaign.

Max number of keyword plan campaigns per plan allowed: 1.

Constructors

GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign({String? cpcBidMicros, List<GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget>? geoTargets, String? id, String? keywordPlan, String? keywordPlanNetwork, List<String>? languageConstants, String? name, String? resourceName})
GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign.fromJson(Map json_)

Properties

cpcBidMicros String?
A default max cpc bid in micros, and in the account currency, for all ad groups under the campaign.
getter/setter pair
geoTargets List<GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget>?
The geo targets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the Keyword Plan campaign.
getter/setter pair
keywordPlan String?
The keyword plan this campaign belongs to.
getter/setter pair
keywordPlanNetwork String?
Targeting network.
getter/setter pair
languageConstants List<String>?
The languages targeted for the Keyword Plan campaign.
getter/setter pair
name String?
The name of the Keyword Plan campaign.
getter/setter pair
resourceName String?
The resource name of the Keyword Plan campaign.
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