Hey there,
try to update the google libs to the latest version. Google added an update after my last post about this issue. Afterwards it was fixed for me. Seems the library was outdated. Also make sure to use the C library instead of the php extension for protobuf.
I am now struggling with the following error:
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "google.ads.googleads.v5.errors.googleadsfailure-bin",
"data": "<Unknown Binary Data>"
},
{
"@type": "grpc-status-details-bin",
"data": "<Unknown Binary Data>"
},
{
"@type": "request-id",
"data": "NcYS0j4mhqV-_DpYeZOK3A"
}
]
Happens on random operations when trying to create adgroup ads via batchjob. No idea what to do. Error message says sequence token is invalid, but for me it seems a follow up error, since it happens randomly on exactly the same ads every time.
Maybe someone knows something about this?