Showcase creative details object definition and links to validations
Properties
| Parent | Name | Type | Input |
|---|---|---|---|
$. | showcaseCreativeDetails | object | |
showcaseCreativeDetails | callToAction | string | |
showcaseCreativeDetails | contents[] | array | |
showcaseCreativeDetails | photo | object | |
showcaseCreativeDetails | appIds[] | array |
JSON Data Samples
Showcase Creative Satisfying Minimal Data Requirements
{
"showcaseCreativeDetails": {
"callToAction": "ORDER_FOOD",
"contents": [
{
"placement": "HEADLINE",
"descriptions": [
{
"text": "Special Weekend Offer",
"locale": "en-US"
}
]
},
{
"placement": "BODY",
"descriptions": [
{
"text": "Get 20% off all orders this weekend",
"locale": "en-US"
}
]
}
],
"photo": {
"id": "9467895078742654949"
}
}
}
Showcase Creative with Captions and Multiple Locales
{
"showcaseCreativeDetails": {
"callToAction": "VIEW_MENU",
"contents": [
{
"placement": "HEADLINE",
"descriptions": [
{
"text": "New Summer Menu",
"locale": "en-US"
},
{
"text": "Nouveau Menu d'Été",
"locale": "fr-CA"
}
]
},
{
"placement": "BODY",
"descriptions": [
{
"text": "Fresh seasonal dishes now available",
"locale": "en-US"
},
{
"text": "Plats de saison frais maintenant disponibles",
"locale": "fr-CA"
}
]
}
],
"photo": {
"id": "9467895078742654949",
"captions": [
{
"altText": "Storefront and outdoor patio with tables and chairs",
"locale": "en-US"
},
{
"altText": "Devanture et terrasse extérieure avec tables et chaises",
"locale": "fr-CA"
}
]
}
}
}
Showcase Creative with App ID
{
"showcaseCreativeDetails": {
"callToAction": "ORDER_DELIVERY",
"appIds": ["123456789"],
"contents": [
{
"placement": "HEADLINE",
"descriptions": [
{
"text": "Order Through Our App",
"locale": "en"
}
]
},
{
"placement": "BODY",
"descriptions": [
{
"text": "Free delivery on your first order",
"locale": "en"
}
]
}
],
"photo": {
"id": "9467895078742654950",
"captions": [
{
"altText": "Mobile app showing food delivery options",
"locale": "en"
}
]
}
}
}
Related
| Name | Reference |
|---|---|
| API | Link |