-
Notifications
You must be signed in to change notification settings - Fork 766
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
Class Google\AdsApi\AdWords\v201809\cm\OfflineConversionFeedService does not exist in AdWordsServiceDescriptor.php:44 #668
Comments
Does this happen every time or intermittently? |
happens every time. I can't recall any change. I simply didn't ran this project for few months and now it's like that. |
Could you share your project's Thanks. |
This is my composer.json:
|
and this is relevant part of script:
|
Could you update to the latest version ( |
Thanks, it worked! |
I have a custom offline conversion upload scritps. didn't make any change to it, it stopped working suddently throwing this erro:
[28-Jun-2020 10:05:02 America/New_York] PHP Fatal error: Uncaught ReflectionException: Class Google\AdsApi\AdWords\v201809\cm\OfflineConversionFeedService does not exist in /home/me/adwds_offline/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsServiceDescriptor.php:44
Stack trace:
#0 /home/me/adwds_offline/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsServiceDescriptor.php(44): ReflectionClass->__construct('Google\AdsApi\A...')
#1 /home/me/adwds_offline/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsServices.php(60): Google\AdsApi\AdWords\AdWordsServiceDescriptor->__construct('Google\AdsApi\A...')
#2 /home/me/adwds_offline/doit_google.php(51): Google\AdsApi\AdWords\AdWordsServices->get(Object(Google\AdsApi\AdWords\AdWordsSession), 'Google\AdsApi\A...')
#3 {main}
thrown in /home/me/adwds_offline/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/AdWordsServiceDescriptor.php on line 44
Any advice to solve this?
The text was updated successfully, but these errors were encountered: