Hello,
I need assistant with AdWords Api (we are using PHP library).
The task is to get reports for our Clients.
We have Agency Account and Developer token for it.
We need an opportunity to get reports for non-linked Clients.
Client should be able to login to Api once and let us to use his account.
I've impelented an opportunity to authorize to AdWords from different Client accounts and storing their tokens.
According step 4, i can use this data immediatly, but will i have to use this tokens later?
Can i use my ClientId and ClientSecret from Agency Account for that Clients and use only their ClientCustomerId and refresh token to build oautCredential?
And is there an opportunity to use one file for different Clients and set clientCustomerId and RefreshToken programmatically?