OussemaLouati / Chargee-Google-data-studio-connector

A new connector for Google data studio to fetch data directly from Chargebee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chargebee Connector for Google data Studio

Deploying this apps script project will give you a new connector on Google data studio, where you can import you Data directly from Chargebee and start building your Dashboards.

How to proceed

You should First read the script chargebee-connector.js.gs and do the necessary changes so that you can import your data from your own API.

  • Update function getFields() (line 35): add the fields that you want to import and choose the right data types for each field.
  • Update function fetchDataFromApi(request): Add you own API url from where you want to fetch data.

Deploy Connector

Deploying the connector is pretty straight forward, please follow this guide: Here

Result

Here is the result, where you can connect to any Chargebee Api given a valid API key and URL and You can even choose the table you want to import. alt text

About

A new connector for Google data studio to fetch data directly from Chargebee


Languages

Language:JavaScript 100.0%