Field Name | Modifier & Defaults | Type | Description |
---|---|---|---|
description | For most accounts, the default value is null . | String Max length = 250 chars Cannot be modified while status is CRAWLING | An optional description for the campaign item. ---- Not supported for RSS items. |
Update example
POST /backstage/api/1.0/demo-advertiser/campaigns/1234/items/123
{
"title": "Lorem ipsum dolor sit amet",
"description": "Lorem ipsum dolor sit amet, est graeco consectetuer ei, sit expetendis dissentiet ea, meliore maiestatis nam ei."
}
The
description
field enables advertisers to tell their story more fully, thereby increasing conversion intent.
Make sure that the description does not exceed the max length of 250 chars.