I'd like to implement an "exponential backoff" for retryable errors like 'INTERNAL_ERROR', 'RESOURCE_EXHAUSTED', 'RESOURCE_TEMPORARILY_EXHAUSTED' into my Python Google Ads API scripts. I've found the solution you
provide for the Analytics API, but I'm not sure how to implement this for the Google Ads API, using the Python library.