diff --git a/_changelog-files/drafts/2024-04-15-facebook-239.md b/_changelog-files/drafts/2024-04-15-facebook-239.md index f2e2a170c..6bd07cf04 100644 --- a/_changelog-files/drafts/2024-04-15-facebook-239.md +++ b/_changelog-files/drafts/2024-04-15-facebook-239.md @@ -1,11 +1,28 @@ --- -title: "Fix for summary param error - Added retry logic" +title: "Facebook Ads (v1) bug fix: Summary param error workaround" content-type: "changelog-entry" date: 2024-04-15 -entry-type: +entry-type: bug-fix entry-category: integration -connection-id: -connection-version: +connection-id: facebook-ads +connection-version: 1 pull-request: "https://github.com/singer-io/tap-facebook/pull/239" --- -{{ site.data.changelog.metadata.single-integration | flatify }} \ No newline at end of file +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the following error: + +``` +Status: 400 +Response: + { + "error": { + "message": "(#100) Cannot include cost_per_inline_post_engagement, unique_inline_link_click_ctr, frequency, video_play_curve_actions, unique_ctr, ctr, spend, unique_clicks, unique_inline_link_clicks, video_p100_watched_actions, campaign_name in summary param because they weren't there while creating the report run. All available values are: ", + "type": "OAuthException", + "code": 100, + "fbtrace_id": "*************" + } + } +``` + +While awaiting for Facebook's fix, a workaround is now available. A new retry logic has been implemented, you can now retry the request for a successful data retrieval. diff --git a/_changelog-files/drafts/2024-04-15-linkedin-ads-69.md b/_changelog-files/drafts/2024-04-15-linkedin-ads-69.md index 568f716c0..a1d4bcd1c 100644 --- a/_changelog-files/drafts/2024-04-15-linkedin-ads-69.md +++ b/_changelog-files/drafts/2024-04-15-linkedin-ads-69.md @@ -1,11 +1,23 @@ --- -title: "Upgrade Linkedin API version from 202304 to 202403" +title: "LinkedIn Ads (v2) update: API upgrade and new fields" content-type: "changelog-entry" date: 2024-04-15 -entry-type: +entry-type: updated-feature entry-category: integration -connection-id: -connection-version: +connection-id: linkedin-ads +connection-version: 2 pull-request: "https://github.com/singer-io/tap-linkedin-ads/pull/69" --- -{{ site.data.changelog.metadata.single-integration | flatify }} \ No newline at end of file +{{ site.data.changelog.metadata.single-integration | flatify }} + +We've updated the {{ this-connection.display_name }} integration's API version from 2023-04 to 2024-03. + +We've updated API endpoints for the following streams: `campaign_groups`, `campaigns`, `creatives`. + +A cursor-based pagination has been implemented for the following streams: `accounts`, `campaign_groups`, `campaigns`, `creatives`. + +Unsupported `pivot` and `pivotValue` have been removed from the `fields` query parameters in Analytics API requests. +These values have been incorporated within the integration to ensure consistency with the previous version. + +New fields have been added to the `video_ads` stream. It now requires the scope `r_organization_social` to synchronize the records. +Data is not available for `change_audit_stamps` in the new endpoint.