Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView

Represents a link between an AdGroupAd and an Asset. This view provides insights into the performance of assets within specific ads. AdGroupAdAssetView supports the following ad types: * App Ads * Demand Gen campaigns * Responsive Search Ads It does not support Responsive Display Ads.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView
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 GoogleAdsSearchads360V23ResourcesAdGroupAdAssetView : IDirectResponseSchema

Properties

AdGroupAd

Output only. The ad group ad to which the asset is linked.

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

Asset

Output only. The asset which is linked to the ad group ad.

Declaration
[JsonProperty("asset")]
public virtual string Asset { 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

Enabled

Output only. The status between the asset and the latest version of the ad. If true, the asset is linked to the latest version of the ad. If false, it means the link once existed but has been removed and is no longer present in the latest version of the ad.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

FieldType

Output only. Role that the asset takes in the ad.

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

PerformanceLabel

Output only. Performance of an asset linkage.

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

PinnedField

Output only. Pinned field.

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

PolicySummary

Output only. Policy information for the ad group ad asset.

Declaration
[JsonProperty("policySummary")]
public virtual GoogleAdsSearchads360V23ResourcesAdGroupAdAssetPolicySummary PolicySummary { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAdGroupAdAssetPolicySummary

ResourceName

Output only. The resource name of the ad group ad asset view. Ad group ad asset view resource names have the form (Before V4): customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type} Ad group ad asset view resource names have the form (Beginning from V4): customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}

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

Source

Output only. Source of the ad group ad asset.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX