|
||||||
Hi Marcell,
Thank you for your patience. I’ve got an update from my team.
This is a deadline exceeded error. This could be due to low timeout. However, could you confirm if you’ve set a low timeout?
As per this guide, you may set the timeout to 2 hours or more. You may refer to this code example in order to use of custom client timeouts. Then you may retry your request, and let us know if you still get said error.
Regards,
|
||||||
[2022-11-04T13:07:27.504514+00:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v11.services.OfflineUserDataJobService/RunOfflineUserDataJob", CustomerId: 6190469031, RequestId: "YJwCR2fZ6VjRVWnqIvbS0A", IsFault: 1, FaultMessage: "["Multiple requests were attempting to modify the same resource at once. Retry the request."]"
[2022-11-04T13:07:27.505704+00:00] google-ads.NOTICE: Request
-------
Method Name: /google.ads.googleads.v11.services.OfflineUserDataJobService/RunOfflineUserDataJob
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/8.1.9 gccl\/16.0.0 gapic\/16.0.0 gax\/1.17.0 grpc\/1.48.0 rest\/1.17.0 pb\/+n",
"x-goog-request-params": "resource_name=customers%2F6190469031%2FofflineUserDataJobs%2F26716031545",
"developer-token": "REDACTED",
"login-customer-id": "2410624162"
}
Request:
{"resourceName":"customers\/6190469031\/offlineUserDataJobs\/26716031545"}
Response
-------
Headers: {
"request-id": "YJwCR2fZ6VjRVWnqIvbS0A",
"date": "Fri, 04 Nov 2022 13:07:27 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
Fault
-------
Status code: 3
Details: Request contains an invalid argument.
Failure: {"errors":[{"errorCode":{"databaseError":"CONCURRENT_MODIFICATION"},"message":"Multiple requests were attempting to modify the same resource at once. Retry the request."}],"requestId":"YJwCR2fZ6VjRVWnqIvbS0A"}
According to the developers, this example was used: https://github.com/googleads/google-ads-php/blob/v16.0.0/examples/Remarketing/AddCustomerMatchUserList.php
Could you help us with this issue too? :)
Thank you for your help and Best Regards,
Marcell
|
||||||