1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/docs/integrations/sources/bitly.md
octavia-bot-hoard[bot] 5b160efd3e 🐙 source-bitly: run up-to-date pipeline [2025-11-25] (#69946)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-24 22:25:37 -08:00

72 lines
5.1 KiB
Markdown

# Bitly
Bitly is the most widely trusted link management platform in the world. By using the Bitly API, you will exercise the full power of your links through automated link customization, mobile deep linking, and click analytics.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
| `start_date` | `string` | Start date. | |
| `end_date` | `string` | End date. | |
Generate API Key [here](https://app.bitly.com/settings/api/) or go to Settings → Developer settings → API → Access token and click Generate token. See [here](https://dev.bitly.com/docs/getting-started/authentication/) for more details.
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| bitlinks | id | DefaultPaginator | ✅ | ✅ |
| bitlink_clicks | | No pagination | ✅ | ❌ |
| bsds | | No pagination | ✅ | ❌ |
| campaigns | guid | No pagination | ✅ | ✅ |
| channels | guid | No pagination | ✅ | ✅ |
| groups | guid | No pagination | ✅ | ✅ |
| group_preferences | group_guid | No pagination | ✅ | ❌ |
| group_shorten_counts | | No pagination | ✅ | ❌ |
| organizations | guid | No pagination | ✅ | ✅ |
| organization_shorten_counts | | No pagination | ✅ | ❌ |
| qr_codes | id | No pagination | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.0.34 | 2025-11-25 | [69946](https://github.com/airbytehq/airbyte/pull/69946) | Update dependencies |
| 0.0.33 | 2025-11-18 | [69439](https://github.com/airbytehq/airbyte/pull/69439) | Update dependencies |
| 0.0.32 | 2025-10-29 | [68754](https://github.com/airbytehq/airbyte/pull/68754) | Update dependencies |
| 0.0.31 | 2025-10-21 | [68241](https://github.com/airbytehq/airbyte/pull/68241) | Update dependencies |
| 0.0.30 | 2025-10-14 | [67835](https://github.com/airbytehq/airbyte/pull/67835) | Update dependencies |
| 0.0.29 | 2025-10-07 | [67206](https://github.com/airbytehq/airbyte/pull/67206) | Update dependencies |
| 0.0.28 | 2025-09-30 | [65637](https://github.com/airbytehq/airbyte/pull/65637) | Update dependencies |
| 0.0.27 | 2025-08-09 | [64648](https://github.com/airbytehq/airbyte/pull/64648) | Update dependencies |
| 0.0.26 | 2025-08-02 | [64438](https://github.com/airbytehq/airbyte/pull/64438) | Update dependencies |
| 0.0.25 | 2025-07-26 | [63785](https://github.com/airbytehq/airbyte/pull/63785) | Update dependencies |
| 0.0.24 | 2025-07-12 | [61100](https://github.com/airbytehq/airbyte/pull/61100) | Update dependencies |
| 0.0.23 | 2025-05-24 | [60705](https://github.com/airbytehq/airbyte/pull/60705) | Update dependencies |
| 0.0.22 | 2025-05-10 | [59327](https://github.com/airbytehq/airbyte/pull/59327) | Update dependencies |
| 0.0.21 | 2025-04-26 | [58693](https://github.com/airbytehq/airbyte/pull/58693) | Update dependencies |
| 0.0.20 | 2025-04-19 | [58257](https://github.com/airbytehq/airbyte/pull/58257) | Update dependencies |
| 0.0.19 | 2025-04-12 | [57151](https://github.com/airbytehq/airbyte/pull/57151) | Update dependencies |
| 0.0.18 | 2025-03-29 | [56604](https://github.com/airbytehq/airbyte/pull/56604) | Update dependencies |
| 0.0.17 | 2025-03-22 | [56135](https://github.com/airbytehq/airbyte/pull/56135) | Update dependencies |
| 0.0.16 | 2025-03-08 | [55368](https://github.com/airbytehq/airbyte/pull/55368) | Update dependencies |
| 0.0.15 | 2025-03-01 | [54902](https://github.com/airbytehq/airbyte/pull/54902) | Update dependencies |
| 0.0.14 | 2025-02-22 | [54258](https://github.com/airbytehq/airbyte/pull/54258) | Update dependencies |
| 0.0.13 | 2025-02-15 | [53907](https://github.com/airbytehq/airbyte/pull/53907) | Update dependencies |
| 0.0.12 | 2025-02-08 | [53408](https://github.com/airbytehq/airbyte/pull/53408) | Update dependencies |
| 0.0.11 | 2025-02-01 | [52903](https://github.com/airbytehq/airbyte/pull/52903) | Update dependencies |
| 0.0.10 | 2025-01-25 | [52155](https://github.com/airbytehq/airbyte/pull/52155) | Update dependencies |
| 0.0.9 | 2025-01-18 | [51730](https://github.com/airbytehq/airbyte/pull/51730) | Update dependencies |
| 0.0.8 | 2025-01-11 | [51273](https://github.com/airbytehq/airbyte/pull/51273) | Update dependencies |
| 0.0.7 | 2024-12-28 | [50447](https://github.com/airbytehq/airbyte/pull/50447) | Update dependencies |
| 0.0.6 | 2024-12-21 | [50164](https://github.com/airbytehq/airbyte/pull/50164) | Update dependencies |
| 0.0.5 | 2024-12-14 | [49571](https://github.com/airbytehq/airbyte/pull/49571) | Update dependencies |
| 0.0.4 | 2024-12-12 | [49005](https://github.com/airbytehq/airbyte/pull/49005) | Update dependencies |
| 0.0.3 | 2024-11-04 | [48171](https://github.com/airbytehq/airbyte/pull/48171) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47516](https://github.com/airbytehq/airbyte/pull/47516) | Update dependencies |
| 0.0.1 | 2024-09-01 | | Initial release by [@topefolorunso](https://github.com/topefolorunso) via Connector Builder |
</details>