-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |