urag
urag

Reputation: 1258

Using google ads developer token in multiple Apps

I have an App that connects to the Google ads account of the user after finishing the Oauth2 login. It runs as Google Console Project. I want to create a different App in the new Console Project. Can I use the same developer token or should I create a new one? Some clarification I am not completely sure about the definition of console project for example if I go to the https://console.cloud.google.com/cloud-resource-manager I can see many projects under No organization including the two apps I am talking about. Is each of them a different Console Project or are all of them under one console project and can use the same developer token? Thank you for your help

Upvotes: 0

Views: 961

Answers (2)

urag
urag

Reputation: 1258

So for those who are also looking for an answer, I asked official Google support and here is a response I got.

Only one developer token is generally given to a single legal entity, so it must be used across multiple apps. Other credentials such as the client ID, client secret and refresh token may also be used across multiple apps.

Upvotes: 0

dorian
dorian

Reputation: 6272

The different projects you see are indeed different GCP projects.

The wording on the relevant documentation page isn't 100% clear, but I understand it to mean that you must use different projects for different developer tokens, but can use the same developer token for multiple projects. At least the second part works for us when working with the (deprecated) Adwords API.

Upvotes: 1

Related Questions