AdTextAsset

A text asset used inside an ad.

JSON representation
{
  "pinnedField": enum (ServedAssetFieldType),
  "assetPerformanceLabel": enum (AssetPerformanceLabel),
  "policySummaryInfo": {
    object (AdAssetPolicySummary)
  },
  "text": string
}
Fields
pinnedField

enum (ServedAssetFieldType)

The pinned field of the asset. This restricts the asset to only serve within this field. Multiple assets can be pinned to the same field. An asset that is unpinned or pinned to a different field will not serve in a field where some other asset has been pinned.

assetPerformanceLabel

enum (AssetPerformanceLabel)

The performance label of this text asset.

policySummaryInfo

object (AdAssetPolicySummary)

The policy summary of this text asset.

text

string

Asset text.

AdAssetPolicySummary

Contains policy information for an asset inside an ad.

JSON representation
{
  "policyTopicEntries": [
    {
      object (PolicyTopicEntry)
    }
  ],
  "reviewStatus": enum (PolicyReviewStatus),
  "approvalStatus": enum (PolicyApprovalStatus)
}
Fields
policyTopicEntries[]

object (PolicyTopicEntry)

The list of policy findings for this asset.

reviewStatus

enum (PolicyReviewStatus)

Where in the review process this asset.

approvalStatus

enum (PolicyApprovalStatus)

The overall approval status of this asset, which is calculated based on the status of its individual policy topic entries.