Hi, I need to make Adwords API calls on behalf of other users. But I don't know how. I can get data from my company's Adwords account via developer token, client ID and client secret. But I don't know how to manage it for other users.
I follow OAuth2 procedure and after user accepts and gives me permission, I get access_token, refresh_token etc. for the user. How can I use these to make a call to their account and, for example, list their campaigns or keywords? I tried to build OfflineCredentials, called withRefreshToken method providing the refresh_token I got for the user and it gives me CUSTOMER_NOT_ACTIVE error. I'm very confused about what to do. So I'm waiting for your help. P.S.: I'm using Spring Boot if that helps. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/354e83e6-c4f4-49c7-b9c4-92e385cccec8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
