For example, if I only want to ask for consent for Microsoft (vendor id: 1126), Google (vendor id: 755), and Facebook (Google additional consent vendor id: 89)
<script id="CookiebotConfiguration" type="application/json" data-cookieconsent="ignore">
{
"Frameworks": {
"IABTCF2": {
"AllowedVendors": [755, 1126],
"AllowedGoogleACVendors": [89]
}
}
}
</script>