Closed giuseppescarciglia closed 6 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Thanks for catching that and for contributing @giuseppescarciglia!
There is an issue in the connector with Campaign Manager for the offline conversion import process.
Line 156 in /dags/destinations/cm360oci.py :
"not response.get("hasFailures")" is TRUE even if the response json contains {"hasFailures":"false"}, incorrectly raising the subsequent error: "Sending payload to CM360 did not complete successfully.".