![]() |
VOOZH | about |
The CData ODBC Driver for Paddle enables access to live data from Paddle under the ODBC standard, allowing you work with Paddle data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Paddle data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Paddle data in Dundas BI.
Paddle uses API key authentication. To obtain an API key:
After obtaining your API key, set the following connection properties:
Profile=C:\profiles\Paddle.apip;AuthScheme=APIKey;ProfileSettings="APIKey=your_api_key";
Once the authentication is configured, you can connect to Paddle and query data from any of the available tables such as Products, Customers, Subscriptions, and Transactions.
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 Paddle data.
Connect to live data from Paddle with the API Driver
Connect to Paddle