RE: Refresh token and adclient

2022-01-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jimmy, Thank you for reaching out to us. Since you're using Google Ads API in python, we recommend using the Python client library instead. For its authentication, you can then check the available guides below: OAuth Desktop Application Flow OAuth Web Application Flow OAuth Service Accou

Refresh token and adclient

2022-01-30 Thread jimmy m
How you migrate these 2 lines of code from adwords api to google ads api using the new google-ads-python package? from googleads import adwords (old package) from googleads import oauth2 (old package) oauth2_client = oauth2.GoogleRefreshTokenClient(client_id, client_secret, refresh_token) ac =