GoogleAdsSearchads360V23ResourcesBiddingSeasonalityAdjustment class
Represents a bidding seasonality adjustment.
Cannot be used in manager accounts. See "About seasonality adjustments" at https://support.google.com/google-ads/answer/10369906.
Constructors
-
GoogleAdsSearchads360V23ResourcesBiddingSeasonalityAdjustment({List<
String> ? advertisingChannelTypes, List<String> ? campaigns, double? conversionRateModifier, String? description, List<String> ? devices, String? endDateTime, String? name, String? resourceName, String? scope, String? seasonalityAdjustmentId, String? startDateTime, String? status}) - GoogleAdsSearchads360V23ResourcesBiddingSeasonalityAdjustment.fromJson(Map json_)
Properties
-
advertisingChannelTypes
↔ List<
String> ? -
The seasonality adjustment will apply to all the campaigns under the
listed channels retroactively as well as going forward when the scope of
this adjustment is CHANNEL.
getter/setter pair
-
campaigns
↔ List<
String> ? -
The seasonality adjustment will apply to the campaigns listed when the
scope of this adjustment is CAMPAIGN.
getter/setter pair
- conversionRateModifier ↔ double?
-
Conversion rate modifier estimated based on expected conversion rate
changes.
getter/setter pair
- description ↔ String?
-
The description of the seasonality adjustment.
getter/setter pair
-
devices
↔ List<
String> ? -
If not specified, all devices will be included in this adjustment.
getter/setter pair
- endDateTime ↔ String?
-
The exclusive end time of the seasonality adjustment in yyyy-MM-dd
HH:mm:ss format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the seasonality adjustment.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the seasonality adjustment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ String?
-
The scope of the seasonality adjustment.
Possible string values are:
getter/setter pair
- seasonalityAdjustmentId ↔ String?
-
The ID of the seasonality adjustment.
getter/setter pair
- startDateTime ↔ String?
-
The inclusive start time of the seasonality adjustment in yyyy-MM-dd
HH:mm:ss format.
getter/setter pair
- status ↔ String?
-
The status of the seasonality adjustment.
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