Regarding consent screen in our website

2022-05-30 Thread Santhoshkumar Viswanathan
Hi google team,

I need a clarification about the consent screen on our website to 
authenticate the user to give permission, so their access token to call the 
API, In this flow,
 if I have a new user come to my website, they didn't connect to Google 
account with my website till yet, they hit the Sign in with Google button, 
the pop was open, google show active session in that browser,
so that the user can select any of these accounts to authenticate, eg the 
active session is five accounts there, eg: For if the user chose the 1st 
account of the active session that's an end, but the user wants to connect 
their 2nd account to the same user account of which already 1st account is 
connected, without disconnect the 1st google account, is this possible to  
connect 2nd account in the same website under the same user,
but a user tries to connect to the 2nd account, the google SDK popup was 
automatically taken the 1st account,  which a user-selected previously, 
but  a user needs to choose the 2nd account, but I try to obtain this 
situation, by deleting the google login cookie, they log out their from 
browser credential as well as the Google account, is their safe to manually 
deleted, so that a user click the sign in with google button now google 
popup will show the list of accounts, so that user can select the 2nd 
account to connect the website

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cdf641e8-4592-41bb-8dd7-1bc3367bff0cn%40googlegroups.com.


regarding a google access token

2022-05-27 Thread Santhoshkumar Viswanathan
Hi Google team,

I am using a angular-oauth2-oidc npm package for the google consent screen 
to users can give authorize our app to access their data, I am getting an 
access token, not the refresh token, can I use their access token to call 
the API, but access token is valid for 1 hour only?? what is purpose for 
refresh token

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a95191c-7ecb-43a9-8f2e-6636448be9b2n%40googlegroups.com.


Re: clarification of google ads api

2022-05-25 Thread Santhoshkumar Viswanathan
Thanks for clarification *Jinky & Google Ads Api Team*. I have another 
doubt , Can i get user oauth2 credentials(client id and client secret) and 
developer token in my website, like custom form in my website to get their 
oauth2 credentials and then i save in my database,  so that they can view 
their ads metrics, Is this legal?
On Tuesday, May 24, 2022 at 7:13:21 PM UTC+5:30 adsapi wrote:

> Hi Santhoshkumar,
>
> Thank you raising this concern to the Google Ads API Forum.
>
> To answer you in general, if the user wants to access their metrics using 
> their Google Ads API then they will need to have their developer token 
> specially if the Google ads account of the users of your website belongs to 
> a different organization/entity. Also, aside from the developer token the 
> user should create their own Oauth2 credentials and use it to authenticate 
> API requests.
>
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bCrw4:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2e3061c9-15cb-43dd-ab0a-c558df8b40fcn%40googlegroups.com.


clarification of google ads api

2022-05-23 Thread Santhoshkumar Viswanathan
Hi google team,

I am building a web portal, using my web portal a user can sign in to my 
website, to view their metrics, so that a user can view their ads metrics 
on my website, but there is doubt that, if the (A) user has a google ads 
account and they have a google developer account to get a developer access 
token, so that user can view their metrics, what about another (B) user try 
to login in my web portal to view this user ads metrics,  they also need to 
register in google developer accounts to get a developer access token to 
view their metrics

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cc433441-54ad-4136-8c62-dff05ac8b9acn%40googlegroups.com.