|
1 | 1 | # LinkedIn Ads Migration Guide
|
2 | 2 |
|
| 3 | +## Upgrading to 2.0.0 |
| 4 | + |
| 5 | +Version 2.0.0 introduces changes in the primary key selected for all *-analytics streams (including custom ones) from pivotValues[array of strings] to string_of_pivot_values[string] so that it is compatible with more destination types. |
| 6 | + |
| 7 | +- "ad_campaign_analytics" |
| 8 | +- "ad_creative_analytics" |
| 9 | +- "ad_impression_device_analytics" |
| 10 | +- "ad_member_company_size_analytics" |
| 11 | +- "ad_member_country_analytics" |
| 12 | +- "ad_member_job_function_analytics" |
| 13 | +- "ad_member_job_title_analytics" |
| 14 | +- "ad_member_industry_analytics" |
| 15 | +- "ad_member_seniority_analytics" |
| 16 | +- "ad_member_region_analytics" |
| 17 | +- "ad_member_company_analytics" |
| 18 | + |
| 19 | +## Migration Steps |
| 20 | + |
| 21 | +Clearing your data is required for the affected streams in order to continue syncing successfully. To clear your data for the affected streams, follow the steps below: |
| 22 | + |
| 23 | +1. Select **Connections** in the main navbar and select the connection(s) affected by the update. |
| 24 | +2. Select the **Schema** tab. |
| 25 | + 1. Select **Refresh source schema** to bring in any schema changes. Any detected schema changes will be listed for your review. |
| 26 | + 2. Select **OK** to approve changes. |
| 27 | +3. Select **Save changes** at the bottom of the page. |
| 28 | + 1. Ensure the **Clear affected streams** option is checked to ensure your streams continue syncing successfully with the new schema. |
| 29 | +4. Select **Save connection**. |
| 30 | + |
| 31 | +This will clear the data in your destination for the subset of streams with schema changes. After the clear succeeds, trigger a sync by clicking **Sync Now**. For more information on clearing your data in Airbyte, see [this page](https://docs.airbyte.com/operator-guides/reset). |
| 32 | + |
| 33 | + |
3 | 34 | ## Upgrading to 1.0.0
|
4 | 35 |
|
5 | 36 | Version 1.0.0 introduces changes in the primary key selected for all *-analytics streams (including custom ones).
|
|
0 commit comments