Postgres Database
Integrate Untitled into your existing CDPs, workflows, and business intelligence platforms via our Postgres Database Connector.
Database Connection Overview
Untitled offers a premium feature that grants users access to a managed data warehouse, enabling integration at the data layer. All raw visitor data collected via the Untitled ID tag is exposed through a client-specific Postgres database connection, which can be accessed using the credential set available in your portal.
Follow the step-by-step guide below to test your connection to the Untitled Postgres database using a common method, and refer to the accompanying documentation for schema and table structure details.
SQL Client Connection Instructions
Locate your Untitled Postgres Database Connection Credentials
Log in to your Untitled account.
Select "Custom Connections" on the left-side navigation menu.
If you do not see this item on your navigation, please contact your customer success manager or support@getuntitled.ai to enable it.
Your Postgres credentials will be located in the tile component titled "Postgres Warehouse" .

Download & Setup DBeaver (Example SQL Client)
DBeaver is a free and open source tool used to interact with various databases. To start, download the version of DBeaver corresponding to your operating system. Once downloaded, continue to the next step.
Create a new database connection by selecting the plug icon in the top left corner of your screen. Once clicked a new dialog box will appear. Select Postgres and then click
Next.

Using the credentials found in the Custom Connections > Postgres Warehouse page of your Untitled account, enter the following information into the DBeaver Postgres Connection Settings.
Host
Port
Database
Username
Password


You should now see your connection listed in the Database Navigator and can begin writing SQL to query your tables. To test your setup, enter the following in the SQL editor:
SELECT * FROM resolutions.visitors LIMIT 10Running this query should return the first 10 rows of data, confirming that your connection is working correctly.

Congratulations! You’ve successfully connected to your visitor database using DBeaver. If you have questions about building a replication pipeline from this database, feel free to reach out via the Support Desk—we’re happy to assist with your specific use case.
To review the Postgres Warehouse schema, please proceed to the following knowledge base article.
Manual Export (DBeaver Example)
Once you've successfully connected to the Postgres Database, test the following actions to save your query results locally.
Write and Execute Query
Write your SQL Query: Write the SQL query in DBeaver to select the data you want to export from the Untitled Postgres database.
Execute the Query: Execute the SQL query to retrieve the results from the Untitled Postgres database.
Export Query Results
Select Results to Export from the above query steps.
Export Results: Right-click and select the
exportoption. Choose the appropriate format (e.g., CSV, Excel, etc.) and specify the export location.Save Exported File: Save the exported file to the desired location on your local system.
Connecting the Postgres Database to the Looker Business Intelligence Platform
Google publishes a guide for connecting a Postgres database to Looker here: https://docs.cloud.google.com/looker/docs/db-config-postgresql.
Need Further Support or Have Additional Questions?
Check out our FAQs to get some answers, start a chat on our website, or get connected directly with our team here.
Last updated
Was this helpful?