General
The Settings > General tab encompasses all DCN settings that are not specific to a resource such as a match or an audience. This is where you will set your organization's name & logo, configure your GAM activation, and your Advanced Query Interface allowlist.
While your Unique Node ID is immutable, you can customize your Organization name, and upload a Logo. These are what your partners will see when connecting with you and performing clean room operations.

An example of the general settings page for AcmeCo

An example of your partner seeing your organization name and logo
In this section you can configure your DCN targeting key, which is used when activating audiences, as well as your Google Ad Manager & Permutive activation channels.
Because Advanced Query Interface leverages Google BigQuery, user emails must be linked to a Google account, and groups must be Google Groups.

A User Type must be specified for each user:
- Users: individual users, such as
[email protected]
- Groups: group emails, such as
[email protected]
, which includes many individual users such as[email protected]
and[email protected]
- Domains: you can give access to anyone in your organization by giving domain access to, for instance,
mediaco.com
- Service Accounts
If you gave access to a group such as
[email protected]
, but users within that group, such as [email protected]
cannot access the Advanced Query Interface, check that the User Type is set to Group and not User.The Advanced Query Interface is not "discoverable". Not only do you need to be included in the Allowlist, but you also must know your unique DCN's project_name.dataset_name.view_name (View Link) in order to access it from your Google BigQuery account.
There are two ways to access your data.
- 1.You can copy the link from the UI or CLI and use it in your BigQuery query.


2. You can add the project to your BigQuery pinned projects. The project name is the first part of the View Link, before the dot. E.g.,
optable-platform
.
Last modified 5mo ago