Show / Hide Table of Contents

Class Creative.ServingRestrictionsData.DisapprovalReasonsData

The reasons for disapproval within this restriction, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED or CONDITIONALLY_APPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue.

Inheritance
System.Object
Creative.ServingRestrictionsData.DisapprovalReasonsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class DisapprovalReasonsData

Properties

Details

Additional details about the reason for disapproval.

Declaration
[JsonProperty("details")]
public virtual IList<string> Details { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Reason

The categorized reason for disapproval.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top