Configure Google Additional Consent mode (app)
Code to add
{
"app": {
"vendors": {
"google": {
"additionalConsent": {
"positive": "2~id1.id2.id3",
"negative": ""
}
}
}
}
}Last updated