Promotion banners
This guide will help you integrate promotion banners in your customer built Search UI.

Last updated
Was this helpful?
This guide will help you integrate promotion banners in your customer built Search UI.

Last updated
Was this helpful?
Was this helpful?
"banners": [
{
"description": "string",
"height": 0, // number of vertical grid cells the banner should occupy
"width": 0, // number of horizontal grid cells the banner should occupy
"id": "string",
"image_url": "string", // the url to the banner image
"position": 0, // the position at which to inject the banner
"target_url": "string",
"text_color": "string",
"text_position": "TEXT_POSITION_UNSPECIFIED",
"title": "string"
}
],