I am using googleads/google-ads-php (v. 3.2.0) and have installed it via composer.
I do not have any issues, but today I received the following exception message:
```
Exception encountered: {
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 0,
},
{
"@type": 0,
"data": [
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": " Version v2 is deprecated. Requests to this version will be blocked."
}
]
}
]
}
```
I already tried to upgrade to the newest version, but somehow I still seem to be using v2. I was looking here (
https://developers.google.com/google-ads/api/docs/version-migration ) for information, but I don't really understand how I'm supposed to upgrade in the first place. Can I do it via composer or do I really have to do it myself? And where would that be?
Other than that I have no issues with the system at all. Everything works fine.
Sorry for the stupid question, hope you'll have a nice day