Skip to main content

Showcase details object definition and links to validations

Properties

ParentNameTypeInput
$.showcaseDetailsobject
REQUIRED
showcaseDetailsstartDatedateTime
REQUIRED
showcaseDetailsendDatedateTime
REQUIRED
showcaseDetailsresourceDetailsobject
REQUIRED
showcaseDetailscreativeIdstring
REQUIRED

JSON Data Samples

Showcase
  • Start time is midnight December 15.
  • End time is midnight December 26. endDate excludes the entirety of December 26.
{
"showcaseDetails": {
"startDate": "2026-12-15T00:00:00Z",
"endDate": "2026-12-26T00:00:00Z",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "loc-987654321"
},
"creativeId": "holiday-creative-2024"
}
}
NameReference
APILink