Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesGroupPlacementView

A group placement view.

Inheritance
object
GoogleAdsSearchads360V23ResourcesGroupPlacementView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesGroupPlacementView : IDirectResponseSchema

Properties

DisplayName

Output only. Domain name for websites and YouTube channel name for YouTube channels.

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

Placement

Output only. The automatic placement string at group level, e. g. web domain, mobile app ID, or a YouTube channel 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 Channel, Mobile Application.

Declaration
[JsonProperty("placementType")]
public virtual string PlacementType { get; set; }
Property Value
Type Description
string

ResourceName

Output only. The resource name of the group placement view. Group placement view resource names have the form: customers/{customer_id}/groupPlacementViews/{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 group placement, for example, domain, link to the mobile application in app store, or a YouTube channel URL.

Declaration
[JsonProperty("targetUrl")]
public virtual string TargetUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX