Comment on page
Advanced Query Interface
Query your ID graph without moving data
Your requirements are unique, and no platform can realistically address all use cases. Instead of guessing what you need, Optable believes you should be able to query your data from your own BigQuery account, while also keeping your data secure.
The Advanced Query Interface enables you to have a view of your entire ID graph made accessible from Google BigQuery without having to move data.
Here are some examples of operations you can currently perform through the Advanced Query Interface:
- Join your identity graph with non-Optable data
- Run custom algorithms (e.g., a lookalike model)
- Run aggregation functions to generate insights
- Create new computed traits and reingest them into your DCN (for when you do not control the schema of your data source and need to improve it)
Your Advanced Query Interface contains:
For instance, if you want the intersection between
match 2
and audience 19
, you can use the view audience_19
and filter it with the filter_match_2
predicate.
Another way to achieve the same result is to use two predicates.

Your Optable ID graph has a predefined schema. You can optionally take advantage of Trait Typing to customize it to your need. Your schema will then look like this:

Last modified 4mo ago