Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: ⚡ Add partial failure support for Google Ads #10

Merged
merged 1 commit into from
May 3, 2021

Conversation

joaquimsn
Copy link

Hi, we've added support for partial failures in Google Ads conversion uploads. By default, if a single row contains errors, the entire batch is blocked. This change aims to allow any valid rows to be uploaded, regardless of errors in other rows in the same batch. For more information: https://developers.google.com/adwords/api/docs/guides/partial-failure

Topics for future consideration:

We could make this optional, if needed.
Megalist currently shows only the amount of rows that reached the uploader. We intend to contribute again soon with changes that display the number of rows that were, in fact, accepted by the API, as well as logs that register invalid rows individually and the reason for their rejections.

@joaquimsn joaquimsn requested a review from nivaldoh April 29, 2021 14:22
joaquimsn pushed a commit that referenced this pull request May 2, 2021
build: 🏗️ terraform improvements and CI
@joaquimsn joaquimsn changed the base branch from main to master May 3, 2021 01:46
@joaquimsn joaquimsn merged commit 488dc58 into master May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants