Connecting Klipfolio to ChartMogul

You can set up a connection between Klipfolio® and your ChartMogul data to display your subscription analytics data on a dashboard.

This article includes:

What options do I have for visualizing my ChartMogul data?

Create data visualizations based on pre-built options or build your own. The choice is yours!

Pre-built by Klipfolio

Take advantage of our pre-built data sources to gather the data most meaningful to you.

  • ChartMogul pre-built data sources: Data sources provide the foundation for Klip® building, so we suggest you create a data source as a first step (before building Klips and adding them to your dashboard). Our pre-built data sources focus on the most sought-after ChartMogul data and are found on the Service Connectors page. When you select a service connector from this page, the data source for that service is automatically added.

Custom built by you

Taking the time to learn how to create your own data sources and Klips unlocks your data and enables you to control, manipulate, and transform it, leading you to unprecedented insights into your business.

  • Custom data sources: When you create a custom data source, you can either use the pre-built data source as a starting point from which to write your own query or you can write your own queries from the ground up and build a data source from scratch. You create custom-built data sources from either your list of data sources or the Service Connectors page.

 

  • Custom Klips: Using our Klip Editor, you can construct and manipulate your data, including integrating multiple data sources, to produce unique, custom-built data visualizations. You create custom Klips from either your list of Klips or your Dashboard.

Regardless of whether you choose pre-built, custom-built, or a combination of both, before you can start building Klips and dashboards you need to:

  • Make sure you have ChartMogul permissions that allow API access.
  • Connect to ChartMogul data in Klipfolio.

How do I connect to ChartMogul data in Klipfolio?

To connect your ChartMogul data to Klipfolio, you will need your Account Token and Secret Key.

How do I find my ChartMogul Account Token and Secret Key?

To find your ChartMogul API Key and Secret Key:

  1. Log in to your ChartMogul account.
  2. On the left side menu, click the Settings icon.
  3. Select API.
  4. Copy your Account Token and Secret Key and save for use in Klipfolio.

How do I add a ChartMogul pre-built or custom-built data source?

To add a ChartMogul pre-built or custom-built data source:

  1. Navigate to the Service Connectors page in Klipfolio and choose ChartMogul from the list.
  2. Select a pre-built data source from the left section of the Choose a pre-built or custom connection page. Alternatively, if you want to create a custom-built data source, click Create a custom ChartMogul data source.
  3. Enter your ChartMogul API Key and Secret Key and click Continue.
  4. Adjust the Query URL information, as noted on the Configure your data source page, to replace any generic placeholder data with your own.
  5. If you are creating a custom-built data source, edit the Query URL further to return the data you need. Refer to the ChartMogul API documentation for details.
  6. Click Get data.
  7. Ensure this is the data you’re looking for. If you’re using Klips, optionally select the checkbox to Model your data. If you’re using PowerMetrics, which requires modelled data sources, you’ll automatically enter the modeller after clicking Continue. Learn more about modelling data sources.
  8. Click Continue.
  9. Name, choose refresh settings, and, optionally, share your data source.
  10. Click Save.

Note: If you want to edit the date range from a dynamic rolling window to a static window, you can use this format: start-date=yyyy-MM-dd&end-date=yyyy-MM-dd

How do I create a ChartMogul custom Klip?

You create custom Klips from either your list of Klips or your Dashboard. You choose a data visualization format, for example, a pie chart, gauge, or table, and decide whether you want to use an existing data source or create a new one. In the Klip Editor, there are limitless opportunities to modify, relate, and display your data. See the following related articles for more information and get building!

More about ChartMogul's API and queries

Klipfolio connects to hundreds of services in the cloud that have a REST API. If you take the time to learn your service’s API to create queries for the data you want, your possibilities are endless. Here’s a quick overview video on APIs and Klipfolio:

  Klipfolio API's 101

If you need help using APIs, enlist a data analyst or developer.

Refer to the ChartMogul API documentation to discover more data requests.

See the reference table below for API related information and sample queries.

API Documentation ChartMogul API Documentation
Authentication Method Basic HTTP Authentication
Response Format JSON
API Limits and Notes The Annualized Run Rate Metric is in cents (in the account selected currency). To get the actual value, divide by 100 in the Klip Editor.
Date Format

Example rolling date range for the last 12 months:

start-date={date.addMonths(-12).format()}&end-date={date.today}

Sample Queries

For customer count over the past 12 months:

https://api.ChartMogul.com/v1/metrics/arr?start-date={date.addMonths(-12).format()}&end-date={date.today}

For daily Monthly Recurring Revenue for past 30 days:

https://api.ChartMogul.com/v1/metrics/mrr?start-date={date.add(-29).format()}&end-date={date.today}&interval=day

Related articles

Have more questions? Submit a request