GoogleAdsSearchads360V23ResourcesPerformanceMaxPlacementView class
A view with impression metrics for Performance Max campaign placements.
Constructors
- GoogleAdsSearchads360V23ResourcesPerformanceMaxPlacementView({String? displayName, String? placement, String? placementType, String? resourceName, String? targetUrl})
- GoogleAdsSearchads360V23ResourcesPerformanceMaxPlacementView.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The name displayed to represent the placement, such as the URL name for
websites, YouTube video name for YouTube videos, and translated mobile app
name for mobile apps.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- placement ↔ String?
-
The default placement string, such as the website URL, mobile application
ID, or a YouTube video ID.
getter/setter pair
- placementType ↔ String?
-
Type of the placement.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the Performance Max placement view.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetUrl ↔ String?
-
URL of the placement, for example, website, link to the mobile application
in app store, or a YouTube video URL.
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