GoogleAdsSearchads360V23ResourcesAdGroupAd class
An ad group ad.
Constructors
-
GoogleAdsSearchads360V23ResourcesAdGroupAd({List<
String> ? actionItems, GoogleAdsSearchads360V23ResourcesAd? ad, String? adGroup, List<GoogleAdsSearchads360V23ResourcesAdGroupAdAssetAutomationSetting> ? adGroupAdAssetAutomationSettings, String? adStrength, String? creationTime, List<String> ? effectiveLabels, String? engineId, String? engineStatus, List<String> ? labels, String? lastModifiedTime, GoogleAdsSearchads360V23ResourcesAdGroupAdPolicySummary? policySummary, String? primaryStatus, List<String> ? primaryStatusReasons, String? resourceName, String? status}) - GoogleAdsSearchads360V23ResourcesAdGroupAd.fromJson(Map json_)
Properties
-
actionItems
↔ List<
String> ? -
A list of recommendations to improve the ad strength.
getter/setter pair
- ad ↔ GoogleAdsSearchads360V23ResourcesAd?
-
The ad.
getter/setter pair
- adGroup ↔ String?
-
The ad group to which the ad belongs.
getter/setter pair
-
adGroupAdAssetAutomationSettings
↔ List<
GoogleAdsSearchads360V23ResourcesAdGroupAdAssetAutomationSetting> ? -
Settings that control the types of asset automation.
getter/setter pair
- adStrength ↔ String?
-
Overall ad strength for this ad group ad.
getter/setter pair
- creationTime ↔ String?
-
The timestamp when this ad_group_ad was created.
getter/setter pair
-
effectiveLabels
↔ List<
String> ? -
The resource names of effective labels attached to this ad.
getter/setter pair
- engineId ↔ String?
-
ID of the ad in the external engine account.
getter/setter pair
- engineStatus ↔ String?
-
Additional status of the ad in the external engine account.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ List<
String> ? -
The resource names of labels attached to this ad group ad.
getter/setter pair
- lastModifiedTime ↔ String?
-
The datetime when this ad group ad was last modified.
getter/setter pair
- policySummary ↔ GoogleAdsSearchads360V23ResourcesAdGroupAdPolicySummary?
-
Policy information for the ad.
getter/setter pair
- primaryStatus ↔ String?
-
Provides aggregated view into why an ad group ad is not serving or not
serving optimally.
getter/setter pair
-
primaryStatusReasons
↔ List<
String> ? -
Provides reasons for why an ad group ad is not serving or not serving
optimally.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the ad.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the ad.
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