BigQuery
BigQuery is a serverless data warehouse from Google Cloud that allows fast, SQL-based analysis across large datasets, supporting real-time insights and integration with Google services.
Churned seamlessly integrates with BigQuery as a destination connection. If you already use BigQuery, we highly recommend connecting to it, as it is the fastest way to experience the full value Churned has to offer. This integration ensures real-time data synchronization and enhances your ability to engage with customers effectively.
How to connect BigQuery to Churned.io
Login to Churned platform and go to integration part. Click on "New Integration" and add BigQuery:

After adding BigQuery, you will need many information as you can see in this image:

Here's how you can get these details:
Create a Service Account:
Go to the Google Cloud Console.
Navigate to the IAM & Admin section, then select Service Accounts.
Click on "Create Service Account."
Fill in the necessary details, and then proceed.
Assign Roles:
Assign roles to your service account that grant it the necessary permissions to access BigQuery. Include "BigQuery Data Viewer", "BigQuery Job User" and "BigQuery Read Session User". All are required and will allow us to synchronize data.
Create and Download a Key:
After creating the service account, click on it, and go to the "Keys" section.
Click on "Add Key" and select "Create New Key."
Choose JSON format and click "Create." This will download a JSON file containing the credentials.
Share credentials
Option A: Upload JSON file directly in the integration form:

Option B: Extract Required Fields and fill in the integration form:

Open the downloaded JSON file in a text editor.
The JSON file contains all the required fields for the integration form:
- auth_provider_x509_cert_url
- auth_uri
- client_email
- client_id
- client_x509_cert_url
- private_key
- private_key_id
- project_id
- token_uri
Lastly, grant access for [email protected] to View BigQuery Tables
Steps:
In the Google Cloud Console, navigate to the correct project.
Click on the hamburger menu and select IAM & Admin β IAM.
Click on + GRANT ACCESS.
Enter the following details:
New principals: [email protected]
Assign the right roles:
BigQuery User
BigQuery Job User
Hit SAVE.
Last updated
Was this helpful?