Skip to main content

Brand asset details object definition and links to validations

Properties

ParentNameTypeInput
$.brandAssetDetailsobject
REQUIRED
brandAssetDetailsimageIdstring
REQUIRED
brandAssetDetailsintentstring
REQUIRED
brandAssetDetailsaltTexts[]array
OPTIONAL
brandAssetDetailspartnersAssetIdstring
OPTIONAL

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"
}
]
}
}
NameReference
APILink