Hi Team, We are using the Web Application Flow on Google Adwords API v201809 that allows to use the customer's credentials. This method is shown here: https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)#step-2---setting-up-the-client-library Here is the Python code: def init_adwords_client(client_id, client_secret, refresh_token, developer_token, user_agent): oauth2_client = oauth2.GoogleRefreshTokenClient(client_id, client_secret, refresh_token) adwords_client = adwords.AdWordsClient(developer_token, oauth2_client, user_agent) return adwords_client
What will be the corresponding code/method to initialise like this on Google Ads API Beta? The corresponding method is not shown here https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-web -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b284e8a6-d932-4c3a-b1a8-def9ee6cbe99%40googlegroups.com.
