Class GoogleAdsSearchads360V23ResourcesDetailPlacementView
A view with metrics aggregated by ad group and URL or YouTube video. 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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesDetailPlacementView : IDirectResponseSchema
Properties
DisplayName
Output only. The display name is URL name for websites, YouTube video name for YouTube videos, and translated mobile app name for mobile apps.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupPlacementTargetUrl
Output only. URL of the group placement, for example, domain, link to the mobile application in app store, or a YouTube channel URL.
Declaration
[JsonProperty("groupPlacementTargetUrl")]
public virtual string GroupPlacementTargetUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Placement
Output only. The automatic placement string at detail level, e. g. website URL, mobile application ID, or a YouTube video ID.
Declaration
[JsonProperty("placement")]
public virtual string Placement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlacementType
Output only. Type of the placement, for example, Website, YouTube Video, and Mobile Application.
Declaration
[JsonProperty("placementType")]
public virtual string PlacementType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the detail placement view. Detail placement view resource names have the
form: customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetUrl
Output only. URL of the placement, for example, website, link to the mobile application in app store, or a YouTube video URL.
Declaration
[JsonProperty("targetUrl")]
public virtual string TargetUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |