Skip to content

Commit

Permalink
add ChartMogul docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtMarmite committed Jan 19, 2024
1 parent b2e4660 commit 045a976
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ items:
- url: /components/extractors/marketing-sales/bigcommerce/
title: BigCommerce

- url: /components/extractors/marketing-sales/chartmogul/
title: ChartMogul

- url: /components/extractors/marketing-sales/criteo/
title: Criteo

Expand Down
52 changes: 52 additions & 0 deletions components/extractors/marketing-sales/chartmogul/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: ChartMogul
permalink: /components/extractors/marketing-sales/chartmogul/
redirect_from:
- /extractors/marketing-sales/chartmogul/
---

* TOC
{:toc}

The ChartMogul extractor fetches data from [ChartMogul](https://chartmogul.com/). With this extractor, you are able to get the following data:
- activities
- customers
- subscriptions
- invoices
- key metrics

## Configuration
[Create a new configuration](/components/#creating-component-configuration) of the **ChartMogul** extractor.

To run this component, API key is required. API key is required to be `Active` and contains `Read` as a minimum access level.

#### Obtaining API Tokens

Follow path below in your ChartMogul web app:
1. **Profile** - bottom left corner of the platform
2. **Admin**
3. Click on the user you wish to authorize as
4. **API Keys**

### Row configuration

- **Endpoint** -- Select the Endpoint you want to get the data from.

### Individual endpoints parameters

- **Start date** -- [REQ for `key_metrics`] [OPT for `activities`] Start date of the request. Eg: 2021-01-01, 1 day ago, 2
weeks ago

- **End date** -- [REQ for `key_metrics`] [OPT for `activities`]
- End date of the request. Eg: 2021-01-01, 1 day ago, 2 weeks ago
- If End Date is specified for `activities`, Start Date will be required.
- **Interval** -- [REQ for `key_metrics`]
1. day
2. week
3. month
- **Geo** -- [OPT for `key_metrics`]
- A comma-separated list of ISO 3166-1 Alpha-2 formatted country codes to filter the results to, e.g. US,GB,DE
- **Plans** -- [OPT for `key_metrics`]
- A comma-separated list of plan names (as configured in your ChartMogul account) to filter the results to. Note that spaces must be url-encoded and the names are case-sensitive.

Click **Save** when you’re done.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions components/extractors/marketing-sales/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Keboola Connection provides the following marketing and sales extractors:
- [Adform DSP Reports](/components/extractors/marketing-sales/adform-dsp-reports/)
- [Babelforce](/components/extractors/marketing-sales/babelforce/)
- [BigCommerce](/components/extractors/marketing-sales/bigcommerce/)
- [Chartmogul](/components/extractors/marketing-sales/chartmogul/)
- [Criteo](/components/extractors/marketing-sales/criteo/)
- [Customer IO](/components/extractors/marketing-sales/customerio/)
- [Facebook Ads](/components/extractors/marketing-sales/facebook-ads/)
Expand Down

0 comments on commit 045a976

Please sign in to comment.