GoogleAdsHook: enable OAuth Desktop and Web Application Flows #30954
Unanswered
LeonGraveland
asked this question in
Ideas
Replies: 1 comment 3 replies
-
I think makes sense to have this if not supported. A PR would be great. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
Currently the GoogleAdsHook is supporting authentication using the OAuth Service Account Flow.
Would it make sense to support the OAuth Desktop and Web Application Flows as well?
Asking since I've been working on connecting with google-ads, but having the credentials generated using the OAuth Desktop and Web Application Flow. Meaning my credentials look like:
{"developer_token":"", "refresh_token":"", "client_id":"", "client_secret":""}
Happy to give it a go and create a PR, but just wanted to be sure this isn't a malpractice.
Beta Was this translation helpful? Give feedback.
All reactions