1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/apple-search-ads-migrations.md
devin-ai-integration[bot] 979a19d18c docs: improve Apple Search Ads connector documentation (#68505)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Ian Alton <ian.alton@airbyte.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-23 12:06:42 -07:00

22 lines
942 B
Markdown

# Apple Ads Migration Guide
## Upgrading to 1.0.0
This release introduces changes to incremental sync of `adgroups_report_daily` and `keywords_report_daily` streams, changing the stream state from per-partition state to a global state cursor. This change decreases the sync time for these streams.
### Affected streams
- `adgroups_report_daily`
- `keywords_report_daily`
## Migration Steps
To clear your data for the `adgroups_report_daily` and `keywords_report_daily` streams, follow the steps below:
1. Select **Connections** in the main nav bar.
1. Select the connection(s) affected by the update.
2. Select the **Status** tab.
1. In the **Enabled streams** list, click the three dots on the right side of the affected stream and select **Clear Data**.
After the clear succeeds, trigger a sync by clicking **Sync Now**. For more information on clearing your data in Airbyte, see [this page](/platform/operator-guides/clear).