-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResourceNames::forTopicConstant is removed in v14 #946
Comments
What's your error message? |
|
What client library version are you using? |
"googleads/google-ads-php": "20.1.0" |
1 similar comment
"googleads/google-ads-php": "20.1.0" |
Hello,
The API actually doesn't change anything about the Sorry for your inconvenience. |
By the way, could you share a bit more details at what step did you need to use |
I was using |
Thanks a lot. I found that the definition of
This may be due to the fact that some messages (like For now, I'll work on restoring the method for this resource. |
Hi there,
I recently upgraded my google ads API PHP package from v13 to v14.1. Right after that I got this error while creating a
ResponsiveSearchAd
.Call to undefined method
Google\Ads\GoogleAds\Util\V14\ResourceNames::forTopicConstant()
The error is because I’m using this piece of code:
The reason for the error is that
forTopicConstant
method was removed from version 14.Since it was a breaking change for me, my questions are:
why isn’t this listed in the v13 to v14 changes documentation?
How can I prevent such a problem in the future?
Thanks in advance for the response.
The text was updated successfully, but these errors were encountered: