Hi, We're using the same developer token and refresh token for multiple services in the company. This time, we're sending offline conversions (client.GetService('OfflineConversionFeedService', version='v201802')) to multiple accounts under the same MCC account. So, running some tests, we were able to successfully upload conversions to a specific account using authentication with yaml file: adwords_client = adwords.AdWordsClient.LoadFromStorage()
However, since our daily operations will include sending conversions to several accounts, we wouldn't like to have to hold many yaml files... Going over the forum, we found a workaround (https://groups.google.com/forum/#!msg/adwords-api/ksKHY7xUxiQ/M80f-uHQKQAJ) - that suggests to not use the LoadFromStorage(), but rather use: adwords_client = adwords.AdWordsClient( developer_token, oauth2_client, user_agent, client_customer_id) I'm not sure if this solution fits our offline needs, which is basically to avoid generate a new refresh_token/access_token each time we attempt to authenticate. We can't refresh the refresh_token, since other internal applications are using this same refresh_token. I've looked everywhere in the forum and documentation and wasn't able to find a suitable answer to this situation. Questions: 1. Is my assumption that the oauth2_client refreshes the refresh_token correct? 2. Can we use adwords.AdWordsClient without having the refresh anything? just pass it any of the following?: developer_token, client_customer_id, client_id, client_secret, refresh_token 3. Can you suggest an alternative solution? so we don't have to use multiple yaml files, or refresh the refresh_token.. And of course, that we can implement using Python. Thanks in advance! Liron -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/77acdcf6-150b-4494-b706-dfec1defdb28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.