Hello,
When we are trying to add image assets to app campaigns we are sometimes getting this error via beta api (python) for particular images:
GA Request "dLpFjEvWmBdTsyL3tqpUOQ" failed with status "INVALID_ARGUMENT":
The error code is not in this version. : operations : update : app_ad : images : asset
Here are more request ids with this error:
232WlkClhr9TMfX9dhhW8g
1-4TrmmNjyO4dSl4KZzDFQ
jo-yOhXjvF9PvZUTjiwMTg
The error happens not during image upload but during updating an app ad and passing a list of image resource names, like:
{
"resourceName": "customers/***/ads/393996818292",
"appAd": {
"images": [{
"asset": "customers/***/assets/1157296678"
}, {
"asset": "customers/***/assets/1156975768"
}],
"headlines": [...],
...
}
}
Would you be able to look up these errors by request id and give us some more insights about the problem? When we are manually trying to add these images via adwords UI we are seeing some generic "error occurred please try again" message as well. We are not sure what exactly is the problem with those images.
Thank you.