![]() |
VOOZH | about |
The CData ODBC Driver for Gong enables access to live data from Gong under the ODBC standard, allowing you work with Gong data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Gong data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Gong data in Dundas BI.
To authenticate to Gong, you can use API Key authentication with your Gong API Key and API Secret.
To authenticate to Gong, you must provide your Gong API Key and API Secret, along with your tenant Domain. These credentials are combined and Base64-encoded to form the Basic authentication header used for all API requests.
To authenticate using an API Key, you need to obtain your API Key and API Secret from your Gong account settings.
You can then connect by setting the AuthScheme to APIKey and providing your credentials:
Profile=C:\profiles\Gong.apip;AuthScheme=APIKey;ProfileSettings='APIKey=your_api_key;APISecret=your_api_secret;Domain=your-tenant.api.gong.io';
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with Gong data.
Connect to live data from Gong with the API Driver
Connect to Gong