Introduction
The business unit is the pair between the business_unit_country_code and business_unit_brand_id fields. This pair allows data to be siloed between different brands and countries.
How it works
The business_unit_brand_id is a unique identifier for a brand.
Ex: 2z4xdb5b704255c3ac0f4bf80
The business_unit_country_code corresponds to the country's iso code.
Ex : FR, EN, ...
Security is in place at processing level to filter only on the business unit data associated with the group in which the query is created. However, it is strongly recommended to include the business unit in joins with a reference table containing several brands and/or countries.