Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AdTextAsset
A text asset used inside an ad.
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.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["AdTextAsset is a text asset used within an ad that can have pinned fields, performance labels, policy summaries, and text content."],["AdTextAsset's policy information is summarized in AdAssetPolicySummary, containing policy findings, review status, and approval status."],["`pinnedField` allows restricting the asset to serve in a specific field, potentially alongside other assets pinned to the same field."],["`policySummaryInfo` provides insights into the asset's policy compliance, including potential issues and overall approval status."]]],["The provided content describes a text asset used in ads and its associated policy information. Key details for the text asset include: `pinnedField` (specifying where the asset can serve), `assetPerformanceLabel` (indicating performance), `policySummaryInfo` (containing policy details), and the `text` itself. The `AdAssetPolicySummary` includes `policyTopicEntries` (policy findings), `reviewStatus` (review stage), and `approvalStatus` (overall approval) to provide a comprehensive overview of the asset's policy standing.\n"]]