Postgres
Learn how to connect your PostgreSQL database to Fyno Connect and use the data to create cohorts for audience segmentation and campaign targeting.
To connect Fyno Connect with your Postgres database:
1
Navigate to Databases and click on Postgres.
2
In the pop-up, enter a name for the new connection and paste the MongoDB connection string or URL.
3
Click on "Add Database" to test the connection and successfully save it. After the database is added successfully, you will see it listed on the same page under Connected DBs.
4
You can now create cohorts from the data in your database. See Create Cohorts.
Make sure your Postgres connection string is on point!
The standard connection string format looks like:postgresql://[user\[:password\]@][netloc][:port][/dbname][?param1=value1&...]