GoogleAdsSearchads360V23ResourcesGroupPlacementView class

A view showing performance data for where your ads actually served on the Display Network and YouTube, including both targeted (managed) and automatic placements.

Data for low-traffic placements may be aggregated. The scope of placements shown is influenced by the ad group's TargetingSetting for the PLACEMENT dimension.

Constructors

GoogleAdsSearchads360V23ResourcesGroupPlacementView({String? displayName, String? placement, String? placementType, String? resourceName, String? targetUrl})
GoogleAdsSearchads360V23ResourcesGroupPlacementView.fromJson(Map json_)

Properties

displayName String?
Domain name for websites and YouTube channel name for YouTube channels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
placement String?
The automatic placement string at group level, e.
getter/setter pair
placementType String?
Type of the placement, for example, Website, YouTube Channel, Mobile Application.
getter/setter pair
resourceName String?
The resource name of the group placement view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetUrl String?
URL of the group placement, for example, domain, link to the mobile application in app store, or a YouTube channel 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