1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/kissmetrics.md

1.5 KiB

Kissmetrics

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

Documentation reference:

Visit https://support.kissmetrics.io/reference/overview-1 for API documentation

Authentication setup

Kissmetrics uses Basic Http authentication which uses your username and password, Refer https://support.kissmetrics.io/reference/authorization for more details.

Configuration

Input Type Description Default Value
username string Username.
password string Password.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
products id DefaultPaginator
reports id DefaultPaginator
events id DefaultPaginator
properties id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2024-10-28 47650 Update dependencies
0.0.1 2024-09-21 45839 Initial release by @btkcodedev via Connector Builder