Show / Hide Table of Contents

Class PolicyCompliance

Policy compliance of the creative for a transaction type or a region.

Inheritance
object
PolicyCompliance
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.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class PolicyCompliance : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Status

Serving status for the given transaction type (for example, open auction, deals) or region (for example, China, Russia). Can be used to filter the response of the creatives.list method.

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

Topics

Topics related to the policy compliance for this transaction type (for example, open auction, deals) or region (for example, China, Russia). Topics may be present only if status is DISAPPROVED.

Declaration
[JsonProperty("topics")]
public virtual IList<PolicyTopicEntry> Topics { get; set; }
Property Value
Type Description
IList<PolicyTopicEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX