GoogleAdsSearchads360V23ResourcesDetailPlacementView class

A view with metrics aggregated by ad group and URL or YouTube video.

Provides granular performance data about specific URLs, YouTube videos, and apps where your ads showed. This offers a more detailed breakdown compared to the group_placement_view. This view primarily surfaces placement data from the Google Display Network. While you can select segments like segments.ad_network_type, this view generally does not include placement data from other networks, such as the Search Partners network. To understand performance on Search Partners, consider other reports and segmentations. Data for low-traffic placements may be aggregated.

Constructors

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

Properties

displayName String?
The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
getter/setter pair
groupPlacementTargetUrl 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
hashCode int
The hash code for this object.
no setterinherited
placement String?
The automatic placement string at detail level, e.
getter/setter pair
placementType String?
Type of the placement, for example, Website, YouTube Video, and Mobile Application.
getter/setter pair
resourceName String?
The resource name of the detail 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