GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategy class
Represents a view of BiddingStrategies owned by and shared with the customer.
In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.
Constructors
- GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategy({String? id, GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyMaximizeConversionValue? maximizeConversionValue, GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyMaximizeConversions? maximizeConversions, String? name, String? ownerCustomerId, String? ownerDescriptiveName, String? resourceName, GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetCpa? targetCpa, GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetRoas? targetRoas, GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetSpend? targetSpend, String? type})
- GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategy.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the bidding strategy.
getter/setter pair
- maximizeConversions ↔ GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyMaximizeConversions?
-
An automated bidding strategy to help get the most conversions for your
campaigns while spending your budget.
getter/setter pair
- maximizeConversionValue ↔ GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyMaximizeConversionValue?
-
An automated bidding strategy to help get the most conversion value for
your campaigns while spending your budget.
getter/setter pair
- name ↔ String?
-
The name of the bidding strategy.
getter/setter pair
- ownerCustomerId ↔ String?
-
The ID of the Customer which owns the bidding strategy.
getter/setter pair
- ownerDescriptiveName ↔ String?
-
descriptive_name of the Customer which owns the bidding strategy.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the accessible bidding strategy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetCpa ↔ GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetCpa?
-
A bidding strategy that sets bids to help get as many conversions as
possible at the target cost-per-acquisition (CPA) you set.
getter/setter pair
-
A bidding strategy that automatically optimizes towards a chosen
percentage of impressions.
getter/setter pair
- targetRoas ↔ GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetRoas?
-
A bidding strategy that helps you maximize revenue while averaging a
specific target Return On Ad Spend (ROAS).
getter/setter pair
- targetSpend ↔ GoogleAdsSearchads360V23ResourcesAccessibleBiddingStrategyTargetSpend?
-
A bid strategy that sets your bids to help get as many clicks as possible
within your budget.
getter/setter pair
- type ↔ String?
-
The type of the bidding strategy.
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