You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
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 = adwords.AdWordsClient(developer_token, oauth2_client, user_agent)
Google Ads API Forum Advisor
unread,
Jan 31, 2022, 2:10:00 AM1/31/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ji...@vadakoconsulting.com, adwor...@googlegroups.com
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: