Class AdPolicy
A single ad policy associated with an ad group ad.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicy : IDirectResponseSchema
Properties
AdPolicyApprovalStatus
The policy approval status of an ad, indicating the approval decision.
Declaration
[JsonProperty("adPolicyApprovalStatus")]
public virtual string AdPolicyApprovalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdPolicyReviewStatus
The policy review status of an ad, indicating where in the review process the ad is currently.
Declaration
[JsonProperty("adPolicyReviewStatus")]
public virtual string AdPolicyReviewStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdPolicyTopicEntry
The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues.
Declaration
[JsonProperty("adPolicyTopicEntry")]
public virtual IList<AdPolicyTopicEntry> AdPolicyTopicEntry { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AdPolicyTopicEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |