1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/docs/integrations/sources/chartmogul.md
Sophia Wiley 5512befeb1 Docs: updated links from .io to .com (#23652)
* updated links

* edited contributors link

* deleted line about CDK in docs
2023-03-06 17:27:55 +01:00

2.7 KiB

Chartmogul

This page contains the setup guide and reference information for the Chartmogul source connector.

Prerequisites

  • API key
  • Start date
  • Interval

Setup guide

Step 1: Set up Chartmogul

  1. To get access to the Chartmogul API you need to create an API key, please follow the instructions in this documentation.

Step 2: Set up the Chartmogul connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source.
  3. On the source setup page, select Chartmogul from the Source type dropdown and enter a name for this connector.
  4. Enter the API key that you obtained.
  5. Enter Start date - UTC date and time in the format 2017-01-25T00:00:00Z. The data added on and after this date will be replicated.
  6. Enter the Interval - day, week, month, quarter for CustomerCount stream.

Supported sync modes

The Chartmogul source connector supports the following sync modes:

Supported Streams

This connector outputs the following full refresh streams:

Notes

The Start date will only apply to the Activities stream. The Customers endpoint does not provide a way to filter by the creation or update dates.

Performance considerations

The Chartmogul connector should not run into Chartmogul API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Changelog

Version Date Pull Request Subject
0.2.1 2023-02-15 23075 Specified date formatting in specification
0.2.0 2022-11-15 19276 Migrate connector from Alpha (Python) to Beta (YAML)
0.1.1 2022-03-02 10756 Add new stream: customer-count
0.1.0 2022-01-10 9381 New Source: Chartmogul