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
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 =