Skip to content

Commit

Permalink
Improved changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaelle1 committed Apr 22, 2024
1 parent 7af3906 commit 313dfa6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
27 changes: 22 additions & 5 deletions _changelog-files/drafts/2024-04-15-facebook-239.md
Original file line number Diff line number Diff line change
@@ -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 }}
{{ 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.
22 changes: 17 additions & 5 deletions _changelog-files/drafts/2024-04-15-linkedin-ads-69.md
Original file line number Diff line number Diff line change
@@ -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 }}
{{ 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.

0 comments on commit 313dfa6

Please sign in to comment.