AdsApp.AdTextAsset
Stay organized with collections
Save and categorize content based on your preferences.
A Text asset with an optional pinning.
Properties:
Member | Type | Description |
pinning |
String |
The (possibly null) pinned location for this asset. |
text |
String |
The text of this asset (e.g. |
property pinning
Type: String
The (possibly null) pinned location for this asset. Possible legal values:
HEADLINE_1, HEADLINE_2, HEADLINE_3 for headline, and DESCRIPTION_1,
DESCRIPTION_2 for description.
property text
Type: String
The text of this asset (e.g. "headline").
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-01-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["A text asset allows for optional pinning to specific locations, such as headlines or descriptions."],["The text asset is defined by two properties: `pinning` which indicates the pinned location (if any), and `text` which contains the actual text content."],["Pinning locations for headlines include HEADLINE_1, HEADLINE_2, and HEADLINE_3, while descriptions can be pinned to DESCRIPTION_1 or DESCRIPTION_2."]]],[]]