Hello Raihan, The NO_CUSTOMER_FOUND <https://developers.google.com/adwords/api/docs/reference/v201806/OfflineConversionFeedService.AuthorizationError.Reason?authuser=1&hl=ja> error occurs when you are passing the wrong client customer Id on the request header. Could you please verify whether you are passing the right client customer Id in the googleads.yaml <https://github.com/googleads/googleads-python-lib/blob/master/googleads.yaml#L10> file? If you are still facing issues please share the SOAP logs(request and response) of the operation performing without redacting any information. You could use reply privately to the author option while sharing the details.
Regards, Sai Teja, AdWords API Team. On Monday, September 10, 2018 at 5:51:18 AM UTC-4, Raihan Masroor wrote: > > Hi, > > After getting client id, secret token, developer token, and refresh token, > I'm unable to get execute my code found in > https://developers.google.com/adwords/api/docs/samples/python/optimization#estimate-keyword-traffic > . > > After running my code, i get the error: > > main(adwords_client) > File "estimate-keyword-traffic.py", line 97, in main > estimates = traffic_estimator_service.get(selector) > File "/home/ubuntu/var/www/adwords_python/googleads/common.py", line > 1391, in MakeSoapRequest > e.detail, errors=error_list, message=e.message) > googleads.errors.GoogleAdsServerFault: > [AuthorizationError.NO_CUSTOMER_FOUND @ ] > > Anybody know what could be wrong? My developer token is for a test > account. Could this be an issue? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/650b3128-d2cc-490f-bbed-78fa49312926%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
