Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ definitions:
path: pixel/event/stats/
http_method: GET
request_parameters:
pixel_ids: "{{ [stream_partition['pixel_id']] }}"
pixel_ids: "[\"{{ stream_partition['pixel_id'] }}\"]"
date_range: >-
{"start_date":{{
day_delta(29, format='%Y-%m-%d') }},"end_date":{{ format_datetime(now_utc(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35
dockerImageTag: 4.8.11-rc.1
dockerImageTag: 4.8.11-rc.3
dockerRepository: airbyte/source-tiktok-marketing
documentationUrl: https://docs.airbyte.com/integrations/sources/tiktok-marketing
externalDocumentationUrls:
Expand Down
4 changes: 2 additions & 2 deletions docs/integrations/sources/tiktok-marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ The connector is restricted by [requests limitation](https://business-api.tiktok
<details>
<summary>Expand to review</summary>


| Version | Date | Pull Request | Subject |
|:-----------|:-----------|:----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.8.11-rc.1 | 2025-10-06 | [65623](https://github.com/airbytehq/airbyte/pull/65623) | Fix missing deleted data on some streams |=======>>>>>>> master
| 4.8.11-rc.3 | 2025-11-27 | [70241](https://github.com/airbytehq/airbyte/pull/70241) | Fix `pixel_events_statistics` stream sending `pixel_ids` as string instead of array |
| 4.8.11-rc.1 | 2025-10-06 | [65623](https://github.com/airbytehq/airbyte/pull/65623) | Fix missing deleted data on some streams |
| 4.8.10 | 2025-11-04 | [69170](https://github.com/airbytehq/airbyte/pull/69170) | Revert api budget and concurrency back to a safe number |
| 4.8.9 | 2025-10-30 | [69101](https://github.com/airbytehq/airbyte/pull/69101) | Revert aggressive rate limiting |
| 4.8.8 | 2025-10-29 | [69082](https://github.com/airbytehq/airbyte/pull/69082) | Aggressively fail on rate limiting issues |
Expand Down
Loading