Hi, I'm using API to connect with api.properties that has data for MCC account,
i want to create a session for a managed clientCustomerId to add campaigns etc.
What call i should use without changing ads.properties,
where i put clientCustomerId into the:
Credential oAuth2Credential = new OfflineCredentials.Builder()
.forApi(Api.ADWORDS)
.fromFile()
.build()
.generateCredential();
or is another metod to call?
thanks,
Roberto