1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/docs/integrations/sources/mention.md

43 lines
2.1 KiB
Markdown

# Mention
Mention is a Social Listening and Media Monitoring Tool.
This connector allows you to extract data from various Mention APIs such as Accounts , Alerts , Mentions , Statistics and others
Docs: https://dev.mention.com/current/
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
| `stats_interval` | `string` | Statistics Interval. Periodicity of statistics returned. it may be daily(P1D), weekly(P1W) or monthly(P1M). | P1D |
| `stats_start_date` | `string` | Statistics Start Date. | |
| `stats_end_date` | `string` | Statistics End Date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| alert | id | DefaultPaginator | ✅ | ❌ |
| mention | id | DefaultPaginator | ✅ | ❌ |
| mention_children | id | DefaultPaginator | ✅ | ❌ |
| account_me | id | No pagination | ✅ | ❌ |
| account | id | No pagination | ✅ | ❌ |
| alert_tag | id | No pagination | ✅ | ❌ |
| alert_author | | DefaultPaginator | ✅ | ❌ |
| alert_tasks | id | DefaultPaginator | ✅ | ❌ |
| statistics | | No pagination | ✅ | ✅ |
| mention_tasks | id | No pagination | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.5 | 2024-12-12 | [48998](https://github.com/airbytehq/airbyte/pull/48998) | Update dependencies |
| 0.0.4 | 2024-11-04 | [48258](https://github.com/airbytehq/airbyte/pull/48258) | Update dependencies |
| 0.0.3 | 2024-10-29 | [47841](https://github.com/airbytehq/airbyte/pull/47841) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47538](https://github.com/airbytehq/airbyte/pull/47538) | Update dependencies |
| 0.0.1 | 2024-10-23 | | Initial release by [@ombhardwajj](https://github.com/ombhardwajj) via Connector Builder |
</details>