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.
SmartCampaignAdInfo
JSON representation |
{
"headlines": [
{
object (AdTextAsset )
}
],
"descriptions": [
{
object (AdTextAsset )
}
]
} |
Fields |
headlines[] |
object (AdTextAsset )
List of text assets, each of which corresponds to a headline when the ad serves. This list consists of a minimum of 3 and up to 15 text assets.
|
descriptions[] |
object (AdTextAsset )
List of text assets, each of which corresponds to a description when the ad serves. This list consists of a minimum of 2 and up to 4 text assets.
|
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 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Smart campaign ads utilize a JSON representation for defining headlines and descriptions."],["Headlines are represented by a list of 3 to 15 text assets within the `headlines` field."],["Descriptions are represented by a list of 2 to 4 text assets within the `descriptions` field."],["Both headlines and descriptions leverage `AdTextAsset` objects for their structure and content."]]],["The provided information outlines the JSON structure for a Smart campaign ad. It uses two primary fields: `headlines` and `descriptions`. `Headlines` is a list containing 3 to 15 text assets, each serving as a headline. `Descriptions` is another list with 2 to 4 text assets, each used as a description in the ad. Both fields utilize the `AdTextAsset` object for their text content.\n"]]