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 or go to Settings → Developer settings → API → Access token and click Generate token. See here 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 | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
start_date
string
end_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.10 | 2025-01-25 | 52155 | Update dependencies |
0.0.9 | 2025-01-18 | 51730 | Update dependencies |
0.0.8 | 2025-01-11 | 51273 | Update dependencies |
0.0.7 | 2024-12-28 | 50447 | Update dependencies |
0.0.6 | 2024-12-21 | 50164 | Update dependencies |
0.0.5 | 2024-12-14 | 49571 | Update dependencies |
0.0.4 | 2024-12-12 | 49005 | Update dependencies |
0.0.3 | 2024-11-04 | 48171 | Update dependencies |
0.0.2 | 2024-10-28 | 47516 | Update dependencies |
0.0.1 | 2024-09-01 | Initial release by @topefolorunso via Connector Builder |