Brand asset details object definition and links to validations
Properties
| Parent | Name | Type | Input |
|---|---|---|---|
$. | brandAssetDetails | object | |
brandAssetDetails | imageId | string | |
brandAssetDetails | intent | string | |
brandAssetDetails | altTexts[] | array | |
brandAssetDetails | partnersAssetId | string |
JSON Data Samples
Brand Asset Satisfying Minimal Data Requirements
{
"brandAssetDetails": {
"imageId": "9467895078742654959",
"intent": "COVER_PHOTO"
}
}
Brand Asset with Alt Texts
{
"brandAssetDetails": {
"imageId": "9467895078742654959",
"partnersAssetId": "brand-logo-001", /* optional */
"intent": "PLACECARD_LOGO",
"altTexts": [ /* optional */
{
"text": "Organization logo featuring stylized letters",
"locale": "en"
},
{
"text": "Logo de l'entreprise avec des lettres stylisées",
"locale": "fr"
}
]
}
}
Related
| Name | Reference |
|---|---|
| API | Link |