Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails

Provides the detail of a PrimaryStatus. Each asset link has a PrimaryStatus value (e.g. NOT_ELIGIBLE, meaning not serving), and list of corroborating PrimaryStatusReasons (e.g. [ASSET_DISAPPROVED]). Each reason may have some additional details annotated with it. For instance, when the reason is ASSET_DISAPPROVED, the details field will contain additional information about the offline evaluation errors which led to the asset being disapproved.

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

Properties

AssetDisapproved

Provides the details for AssetLinkPrimaryStatusReason.ASSET_DISAPPROVED

Declaration
[JsonProperty("assetDisapproved")]
public virtual GoogleAdsSearchads360V23CommonAssetDisapproved AssetDisapproved { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAssetDisapproved

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Reason

Provides the reason of this PrimaryStatus.

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

Status

Provides the PrimaryStatus of this status detail.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX