GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView class
Represents a link between an AdGroupAd and an Asset.
This view provides insights into the performance of assets within specific ads. AdGroupAdAssetView supports the following ad types: * App Ads * Demand Gen campaigns * Responsive Search Ads It does not support Responsive Display Ads.
Constructors
- GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView({String? adGroupAd, String? asset, bool? enabled, String? fieldType, String? performanceLabel, String? pinnedField, GoogleAdsSearchads360V23ResourcesAdGroupAdAssetPolicySummary? policySummary, String? resourceName, String? source})
- GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView.fromJson(Map json_)
Properties
- adGroupAd ↔ String?
-
The ad group ad to which the asset is linked.
getter/setter pair
- asset ↔ String?
-
The asset which is linked to the ad group ad.
getter/setter pair
- enabled ↔ bool?
-
The status between the asset and the latest version of the ad.
getter/setter pair
- fieldType ↔ String?
-
Role that the asset takes in the ad.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- performanceLabel ↔ String?
-
Performance of an asset linkage.
getter/setter pair
- pinnedField ↔ String?
-
Pinned field.
getter/setter pair
- policySummary ↔ GoogleAdsSearchads360V23ResourcesAdGroupAdAssetPolicySummary?
-
Policy information for the ad group ad asset.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the ad group ad asset view.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
Source of the ad group ad asset.
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