GoogleAdsSearchads360V23ResourcesAssetGroupSignal class
AssetGroupSignal represents a signal in an asset group.
The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.
Constructors
-
GoogleAdsSearchads360V23ResourcesAssetGroupSignal({String? approvalStatus, String? assetGroup, GoogleAdsSearchads360V23CommonAudienceInfo? audience, List<
String> ? disapprovalReasons, String? resourceName, GoogleAdsSearchads360V23CommonSearchThemeInfo? searchTheme}) - GoogleAdsSearchads360V23ResourcesAssetGroupSignal.fromJson(Map json_)
Properties
- approvalStatus ↔ String?
-
Approval status is the output value for search theme signal after Google
ads policy review.
getter/setter pair
- assetGroup ↔ String?
-
The asset group which this asset group signal belongs to.
getter/setter pair
- audience ↔ GoogleAdsSearchads360V23CommonAudienceInfo?
-
The audience signal to be used by the performance max campaign.
getter/setter pair
-
disapprovalReasons
↔ List<
String> ? -
Computed for SearchTheme signals.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName ↔ String?
-
The resource name of the asset group signal.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTheme ↔ GoogleAdsSearchads360V23CommonSearchThemeInfo?
-
The search_theme signal to be used by the performance max campaign.
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