Read Error - "Reauthentication is needed. Please run `gcloud auth application-default login` to reauthenticate."

2025-01-27 Thread 'Melker Holmgren' via Google Ads API and AdWords API Forum
Hi, We are experience a increase in Read Error - "Reauthentication is needed. Please run `gcloud auth application-default login` to reauthenticate." for our customers. Some customers have Reauth but soon get the problem again. Have something happened at your side? The problems s

RE: possibility of missing name and email information in google login via oauth 2.0

2025-01-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
access a user's Google Ads account without having to handle or store the user's login info. Could you please confirm your concern is related to Google account or Google Ads API OAuth? This message is in relation to case "ref:!00D1U01174p.!5004Q02vGuTG:ref" (ADR-00283424) Tha

Possibility of Missing Name and Email Information in Google Login via OAuth 2.0

2025-01-09 Thread 김미경
Hello, I am currently implementing a Google account login feature using OAuth 2.0. For the login process, *name* and *email address* are required information on the site. In this case, even if the user agrees to provide this information during the login process, is it possible that this

Re: How to set Login Customer Id and client customer id in google ads api

2024-11-27 Thread tarik waleed
is linked to a test manager account that is linked to the google account `x...@gmail.com` `login-customer-id` from the test manager account i'm using the `google-ads` python client library and making the request and here my code ``` class ListCampaignsView(APIView): de

RE: we have app that enable user to login with there ads account with oauth 2.0 and we will analyzing there data , do we need to have developer access or client id and secret enough ?

2024-11-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. To enable users to log in with their Ad accounts using OAuth 2.0 and analyze their data, you will need the client ID and secret. These credentials are sufficient for most applications. However, if your app requires permissions,

we have App that enable user to login with there ads account with OAUTH 2.0 and we will analyzing there data , do we need to have developer access or client id and secret enough ?

2024-11-18 Thread A Bo
we have App that enable user to login with there ads account with OAUTH 2.0 and we will analyzing there data , do we need to have developer access or client id and secret enough ? and how long take to receive the response ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Retrieving the manager id to use with login-customer-id

2024-10-01 Thread 'Olivier B' via Google Ads API and AdWords API Forum
he user has no permission. This is because we provide the managed account id as login-customer-id. However, providing it manually at debug time allows the query to complete. My question is, how can we retrieve the corresponding manager account id to the selected customer id so that the query succe

Need Support and guidance to support login by link

2024-09-12 Thread Chandan Sharma
Hi Google Ads API Support Team, I hope this message finds you well. I am currently encountering an issue with the OAuth2 login flow while attempting to authenticate via the following link: Login link - https://accounts.google.com/o/oauth2/v2/auth?auth_type=reauthenticate&clien

Re: login customer id for querying nested accounts using googleadsclient

2024-05-26 Thread shiva kumar
Got it, Thanks for the clarification On Wednesday, May 15, 2024 at 3:13:17 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Shivakumar, > > Thank you for reaching out to the Google Ads API support team. > > You need to use an MCC account ID that is directly connected to it, which > is Mcc3

Login Customer Id for Querying Nested Accounts Using GoogleAdsCLient

2024-05-14 Thread shiva kumar
Hi Team, I have Query regarding Login Customer Id to be used for google ads client when running query on Nested Accounts when its not directly connected to any accessible customers but indirectly connected. Scenario : Mcc 1 (accessible customer) ---> Mcc2 -> Mcc3 --> Cus

"code": 401, "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential

2024-01-31 Thread Carlos Ramos
I got the error : string(297) "{ "error": { "code": 401, "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sig

Re: request is missing required authentication credential. expected oauth 2 access token, login cookie or other valid authentication credential

2023-12-20 Thread ads dm
Thank you for your reply. We have found the cause of the problem. A colleague reset the developer token, causing the original token to become invalid. After replacing it with the new developer token interface, the interface runs normally. On Thursday 21 December 2023 at 01:14:37 UTC+8 Google Ad

Getting PermissionDenied errors suddenly for login-customer-id that previously worked

2023-12-13 Thread Dave Spivey
We'd been using this login-customer-id and making calls to the same 4 client-ids for over a year without any problems, but suddenly this past July all of them started failing with error "grpc_message": "The caller does not have permission", "grpc_status":

I need to get access_token without google login form

2023-12-13 Thread Asif Khan
I am fetching Play Store app reviews using Google API but I want an access token and refresh token without using the signup forum. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

I want to publish my app but I HAVE to have a login screen. Is there a workaround?

2023-07-20 Thread Κωστας Μαυρογαλος
Greetings, Because I can't manually create a new refresh token every week(seeing as it's in "Testing"), I've decided to publish my app and I'm looking through the verification process. Inside there, it states:"Your homepage must be publicly accessible, and not behind a sign-in page.". Thing is,

RE: user_permission_denied error on production account despite login-customer-id being specified

2023-07-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
account's ID without hyphens (-) as the value of the login-customer-id field. Let us know how it goes on your end if this resolves your issue. If the error persists after trying the suggested solution, then you may provide to us the complete API logs (request and response with the reque

USER_PERMISSION_DENIED error on production account despite login-customer-id being specified

2023-07-11 Thread Luca Demmel
mer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid We checked already that we're sending the correct login-customer-id. In our example case it's 6868666535, which is also accessible (when running

RE: request is missing required authentication credential. expected oauth 2 access token, login cookie or other valid authentication credential. see https:\/\/developers.google.com\/identity\/sign-in\

2023-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. Upon checking logs, I can see that you’ve encountered AUTHENTICATION_ERROR, however, could you please double check if you’re sending the correct developer token for your API request? If you’re indeed sending the exact same developer toke

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web

2023-06-01 Thread 王众杰
{ "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web\/devconsole-project.", "code": 16,

Re: Domain wrong user click login

2023-03-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Additionally, I can see that there is personal identifiable information that is exposed in your response. That being said, I need to remove it from the forum discussion, and I recommend that you change your client ID. If you are sending any personal identifiable information for investigatio

Re: Domain wrong user click login

2023-03-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your reply. With regard to your concern, I can refer you to this guide on how to Configure a Google API Console Project for the Google Ads API. If this doesn't help you, you may please provide more details and screenshots of the UI that you are referring to. This information

Re: Domain wrong user click login

2023-03-28 Thread Vũ Duy Anh
Hi . I dont used Google Ads , I have only create Apis & services in Console Google for feature login Google Vào lúc 04:19:27 UTC+7 ngày Thứ Tư, 29 tháng 3, 2023, Google Ads API Forum Advisor đã viết: > Hi, > > Thanks for reaching out to Google Ads API Support. > > With rega

RE: Domain wrong user click login

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to Google Ads API Support. With regards to this concern, could you please confirm if you are using Google Ads API? If yes, then can you provide a bit more information about your concern? For us to better understand your issues and assist you further. However, if y

Domain wrong user click login

2023-03-28 Thread Vũ Duy Anh
Dear Goolge Support . I have issues user click login but show url has my domain: https://anhthuanhtu.com/o/oauth2/v2/auth?response_type=code&redirect_uri=https%3A%2F%2Fanhthuanhtu.com%2Fapi%2Fv1%2Fcallback-gg&scope=profile%20email&client_id=

RE: The error of Login Customer Id when creating the campaign budget

2023-02-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. Thank you for providing logs. It appears that you have recently raised a concern that might be the same issue here, would you be able to confirm if this thread "The error of Login Customer Id

The error of Login Customer Id when creating the campaign budget

2023-02-21 Thread Ujas p
Hello, I have a problem with login-customer-id with the below versions of the library, *My client library and Google Ads API versions:* - Client library version: v17.1.0 - Google Ads API version: V12 I already mentioned my account manager's customer id in

Re: Login-customer-id as Manager Id but get User doesn't have permission to access customer

2022-07-26 Thread Nhat Ho
user / email > address you used to generate the credentials indeed has access to the > account in your request. If the user / email address has access or is > associated with the MCC / manager account, you will need to specify the MCC > / manager account's ID without hyphens (-)

Login-customer-id as Manager Id but get User doesn't have permission to access customer

2022-07-25 Thread Nhat Ho
Error: errors {\n error_code {\nauthorization_error: USER_PERMISSION_DENIED\n }\n message: \"User doesn\\'t have permission to access customer. Note: If you\\'re accessing a client customer, the manager\\'s customer id must be set in the \\'login-customer-id\\' header.

Re: User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google

2022-07-06 Thread Mike M
Hmmm. As far as I understand it, the Customer ID used in the URL should be the Linked Customer ID. Basically, that's the customer ID where you wish to add, modify, or remove data. And you have to be granted permission by the other Google Adwords account to be able to do that linkage. The

Re: User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google

2022-07-06 Thread Aman Bansal
Hi, I found the issue. I was passing correctly the *login-customer-id* the issue was in the URL https://googleads.googleapis.com/v11/customers/*[CUSTOMER_ID]* /customerClientLinks:mutate Google says *[CUSTOMER_ID]* should be customer id but it should be equal to *login-customer-id

User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com

2022-07-06 Thread Aman Bansal
a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-28 Thread sealytic...@gmail.com
Why are you deleting my messages instead of replying? I shared all logs for 5 times. Every support person asking and I am sharing. And you are still answering nothing. And you are deleting my messages? On Monday, June 27, 2022 at 10:33:08 AM UTC+3 adsapi wrote: > Hi, > > Thank you for the cl

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-28 Thread sealytic...@gmail.com
Hello, any update on this topic? Thanks On Monday, June 27, 2022 at 10:33:08 AM UTC+3 adsapi wrote: > Hi, > > Thank you for the clarification. Upon checking this response, I did not > see the send logs as you mentioned. To better check this, could you please > provide us the email address that

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-28 Thread sealytic...@gmail.com
I shared with private message, thanks On Monday, June 27, 2022 at 10:33:08 AM UTC+3 adsapi wrote: > Hi, > > Thank you for the clarification. Upon checking this response, I did not > see the send logs as you mentioned. To better check this, could you please > provide us the email address that is

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-26 Thread sealytic...@gmail.com
Hello, No, 6096591137 is gotten from listAccessibleCustomers and then based on this response, hiearachy is built. And 3587098959 is gotten from this hierarchy. I already sent the logs but I am sending it again. Thanks On Friday, June 24, 2022 at 5:15:46 PM UTC+3 adsapi wrote: > Hello, > >

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-24 Thread sealytic...@gmail.com
pers.google.com/google-ads/api/docs/best-practices/common-errors#user_permission_denied> > > error usually indicates that you are authenticating as a user that does not > have access to the account (3587098959) specified in your API request. > > Also, since you specified the

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for confirming. The USER_PERMISSION_DENIED error usually indicates that you are authenticating as a user that does not have access to the account (3587098959) specified in your API request. Also, since you specified the "login-customer-id": "6096591137", could

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-24 Thread sealytic...@gmail.com
Hello Camela, Yes *the 3587098959 client account is indeed under the 6096591137 MCC account's hierarchy* because first I am calling list accessible customers endpoint and then I am building hierarchy based on response. At the same time I checked over Ads UI. On Friday, June 24, 2022 at 1:30:34

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-24 Thread sealytic...@gmail.com
Hello, Could you give any update about this topic? Thanks On Thursday, June 23, 2022 at 3:34:56 PM UTC+3 sealytic...@gmail.com wrote: > Hello again, > > I have already checked user and login customer id. > I sent request and response logs in private. > > Thanks > > On

Re: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-23 Thread sealytic...@gmail.com
Hello again, I have already checked user and login customer id. I sent request and response logs in private. Thanks On Thursday, June 23, 2022 at 3:26:24 PM UTC+3 adsapi wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forum. > > To give you an overview about the

RE: USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. To give you an overview about the issue that you encountered encountered, the "USER_PERMISSION_DENIED" which means a user doesn't have permission to access a customer and you’re accessing a client customer using 'l

USER_PERMISSION_DENIED error despite providing correct login customer id

2022-06-23 Thread sealytic...@gmail.com
Hello, I am making a request with .Net Client to campaign resource. I provided correct customer id and login customer id but api returning this error. User has access to this account. "Failure": { "errors": [ { "errorCode": {

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
So I obtained permission to export users to my client's google ads account using the OAuth process. So I guess there's no problem there? Can you please tell me whose manager account Id should i give while making an API call? Shall I give my Google Manager Account id as a Login customer

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
...@gmail.com schrieb am Freitag, 17. Juni 2022 um 10:03:48 >> UTC+2: >> >>> Hi, >>> I am getting a USER_PERMISSION_DENIED error while making google ads API >>> call. Upon googling I got to know that we need to pass login customer id >>> and client

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
>> This value you need in your code / api request >> >> Hope that helps you! >> >> Patrik >> ajit.triv...@gmail.com schrieb am Freitag, 17. Juni 2022 um 10:03:48 >> UTC+2: >> >>> Hi, >>> I am getting a USER_PERMISSION_DENIED er

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
no. of the account/customer you want > to edit > This value you need in your code / api request > > Hope that helps you! > > Patrik > ajit.triv...@gmail.com schrieb am Freitag, 17. Juni 2022 um 10:03:48 > UTC+2: > >> Hi, >> I am getting a USER_PERMISSI

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread pmoe...@binaerpark.de
making google ads API > call. Upon googling I got to know that we need to pass login customer id > and client customer id while making API call? > 1. I want to understand what is the difference between login customer id > and client customer id? > 2. How do I get login customer id a

How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
Hi, I am getting a USER_PERMISSION_DENIED error while making google ads API call. Upon googling I got to know that we need to pass login customer id and client customer id while making API call? 1. I want to understand what is the difference between login customer id and client customer id? 2

RE: How do i set customer id must be set in the 'login-customer-id' header

2022-05-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
27;t have permission to access a customer and you’re accessing a client customer using 'login-customer-id’ in the request. That being said, you will need to ensure that the user / email address you used to generate the credentials indeed has access to the account in your request. If t

How do i set customer id must be set in the 'login-customer-id' header

2022-05-30 Thread itservices itservices
quot;USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id'

RE: 'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web

2022-05-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katherine, Thanks for reaching out to the Google Ads API Forum. Could you provide us with the complete request and response logs with the request-id, so our team can better check? For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex

Re: 'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web

2022-05-12 Thread CFJ
3 AM UTC-4 Katherine Martin wrote: > Hi all, > > I am getting the following error: > ''Request is missing required authentication credential. Expected OAuth 2 > access token, login cookie or other valid authentication credential. See > https://developers.google.com/i

'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/dev

2022-05-12 Thread Katherine Martin
Hi all, I am getting the following error: ''Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.' I am using a

Re: Login-customer-id

2022-04-29 Thread don....@gmail.com
Hello Ernie, here is the case: client authenticates with our app and specify one from many Google Ads Accounts which client wants us to use for reporting if client authenticated with user from MCC account we need to specify this mcc account id the header login-customer-id when query Google Ads

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sajal, Thank you for the replies. I work with Nirmita and allow me to assist you here. With regard to your concern "For One Account We are able to generate Access token, But for Other App we are not able to generate the Access token..", could you please elaborate on this concern and please p

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-25 Thread Sajal Pal
Hi Nirmita, Currently, we are sending request like below GoogleAdsConfig config = new GoogleAdsConfig() { DeveloperToken = AdwordsModel.DeveloperToken, OAuth2Mode = OAuth2Flow.APPLICATION,

Re: Login-customer-id

2022-04-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Don, Thank you for the reply. It is correct that you can use the listAccessibleCustomers for your scenario / use case. However, it will return a list of all accounts that you are able to act upon directly given your current credentials. It will only include accounts where your authenticated

Re: Login-customer-id

2022-04-21 Thread don....@gmail.com
Hello I had similar problem and I understand that we need now login-customer-id for the calls if auhtorized user is from management account I'm struggling to understand how to get information of login-customer-id from the authorized user from the API reference docs...could you suggest?

Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-04-21 Thread Sajal Pal
ssing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.";, I want to use "keywordPlanIdeaService" C

Re: Login-customer-id

2022-04-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi AJ, You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsapi-supp...@google.com alias instead. Best regards, Heidi Google Ads API Team ref:_00D1U1174p._5004Q2ZLlRO:ref -- --

Re: Login-customer-id

2022-04-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
confirm if you've used login-customer-id in your request? The login-customer-id is a new required header in Google Ads API when using a manager account to access an operating customer account. If accessing an operating customer account directly, the login-customer-id header is not required.

Re: Login-customer-id

2022-04-11 Thread AJ Duncanson
Having similar problems. Credentials work on Adwords API but do not work on Google Ads API and we get "The caller does not have permission." The Adwords credentials contain a customer_id, not a Manager Account ID, so (i) why would this fail and (ii) is there a way to make these same credentials

Login-customer-id

2022-04-11 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hey, I need to add login-customer-id header to the request I send, when trying to get the relevant manager id I send List accessible customers request, and query the returning customers to get the account hierarchy, none of the accessible customers aren enabled so I get permission denied, since

RE: How to convert ASP.Net Core C# Google API to an exe console app and perform login via GMAIL programmatically

2022-02-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Werner, You can reach out to the Ads API .NET Client Library issue tracker for assistance, this support channel can only support direct API issues. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W4JiZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

How to convert ASP.Net Core C# Google API to an exe console app and perform login via GMAIL programmatically

2022-02-04 Thread Werner Reyneke
Hi there, How do I go about to convert an ASP.Net Core C# Google Ads API to an exe console app and perform login via GMAIL programmatically, not having to redirect the user to login via his Gmail/Google Ads account? Thank you in advance

RE: equest is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-02-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Muneeb, Thanks for reaching out to the Google Ads API support. For us to investigate, could you please share the complete request and response logs with request-id and request header generated on your end of API communications of the report pull. Kindly use the Reply privately to the auth

equest is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-01-31 Thread Muneeb Mansoor
I want to fetch user Google contact with PHP. Code and Response(ERROR) attached. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

RE: the manager's customer id must be set in the 'login-customer-id'

2022-01-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
to your Google Ads account. And for setting the login-customer-id header details you can find here. If the issue persists, could you please provide us with the complete logs (request and response with request-id) via the Reply privately to the author option. Best regards, Jakeia Sabrina Google

the manager's customer id must be set in the 'login-customer-id'

2022-01-27 Thread united seoclients13
horizationError": "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-custo

RE: Identify login customer id after outh2 flow using getCustomer

2022-01-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. The login customer ID concept is unique to the Google Ads API, though the documentation and service you mention are from the AdWords API. It sounds like you are trying to get the customer ID of a manager above the manager that you are authenticating as. This is

Identify login customer id after outh2 flow using getCustomer

2022-01-14 Thread Rten Marketo
Hi Team, We use customerService.getCustomers <https://developers.google.com/adwords/api/docs/guides/accounts-overview> call to get login CustomerId from logged-in user's OAuth2 credential . As per this blog <https://support.google.com/google-ads/answer/6139186?hl=en> multiple g

RE: Google Ads with Rest Interface error Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-01-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Mostafa, Could you confirm if you tried following the instruction discussed on this document? If not, please do so and let me know how it goes. Regards, Teejay Wennie Pimentel Google Ads API Team ref:_00D1U1174p._5004Q2Tn91A:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Google Ads with Rest Interface error Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2022-01-02 Thread Mostafa Ezzat
setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "{\n\n\"keywordSeed\": {\n \"keywords\": [\n\"cofee\"\n ]\n }\n}"); $headers = array(); $headers[] = 'Content-Type: application/json

RE: CustomerLabel -> increasing permissions with login-customer-id

2021-12-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
with login-customer-id. For those labels that the customer may not have access to, authenticating as the manager account (see login-customer-id) for this scenario should then give you additional access to view the entities (ex. labels) associated to your accounts under your MCC's hierarchy.

CustomerLabel -> increasing permissions with login-customer-id

2021-12-14 Thread FW API
Hello, according to the documentation for the CustomerLabel resource increasing the permission for the login-customer-id may yield additional results. https://developers.google.com/google-ads/api/reference/rpc/v9/CustomerLabel What exactly does that mean? What permission to which account are

Re: no login, how to get google ads api access token and refresh token?

2021-09-27 Thread Google Ads API Forum Advisor
Hello, Thank you for getting back to us. Please see our responses to your questions below: so if want to use google ads api, we must require our customers to login in google, to generate the authorization code or tokens with using OAuth is the only way ? As mentioned by Peter on the previous

Re: no login, how to get google ads api access token and refresh token?

2021-09-26 Thread li li
Hi: so if want to use google ads api, we must require our customers to login in google, to generate the authorization code or tokens with using OAuth is the only way ? we can't get *authorization code for tokens *through google ads api directly,? Thanks! On Friday, September 24,

Re: no login, how to get google ads api access token and refresh token?

2021-09-23 Thread Google Ads API Forum Advisor
Hi, Thank you for the additional details. I work with Yasar and allow me to assist you as well. Whether you will be using the desktop or the web app flow, you will still be required to perform steps via the browser for completing the process of generating your refresh token. This should gener

Re: no login, how to get google ads api access token and refresh token?

2021-09-22 Thread li li
Dear Yasar: I'm glad to receive your apply, my question “*I want to publish advertisements in my web application,but I don't want to login in google*”,I want to explain as bellow: we have a web application, our customers login in our web application,then we have a m

RE: no login, how to get google ads api access token and refresh token?

2021-09-22 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Could you please elaborate on your question “I want to publish advertisements in my web application,but I dont't want to login in google”? With regards to your question “how to get google ads api access token and refresh token”, for the access token, yo

no login, how to get google ads api access token and refresh token?

2021-09-21 Thread li li
I want to use google ads api,for example:I want to publish advertisements in my web application,but I dont't want to login in google,how to get google ads api access token and refresh token? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

2021-08-31 Thread Google Ads API Forum Advisor
Hi Nabeel, Thanks for reaching out to us. I had to delete your initial post as it contained your sensitive GCP details in the attached screenshots. I am reposting below without the sensitive information for reference : “I have been trying to use google-ads-api I have generated refresh token usi

Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.

2021-08-26 Thread Nabeel Bhatti
I have been trying to use google-ads-api I have generated refresh token using google api play ground and access token. this is my script. https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distr

Re: php how to specify login-customer-id in the request

2021-08-18 Thread Google Ads API Forum Advisor
Hello, You can specify the login customer ID in the google_ads_php.ini file. For any PHP client library specific questions, please reach out to the client library owners here. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2LnWda:ref

Re: php how to specify login-customer-id in the request

2021-08-16 Thread ma zhiwei
Hi, Thanks for your response. My question is how to specify login-customer-id in the request by php, like this: header("login-customer-id: 1234567890"); ? I have specified the login-customer-id when I built googleAdsClient object, like this: $googleAdsClient = (new GoogleAdsCli

RE: php how to specify login-customer-id in the request

2021-08-16 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Upon checking the error logs, it seems that the issue ‘USER_PERMISSION_DENIED’ occurred due to incorrectly setting the 'login-customer-id’ in the request. Note that when a user doesn't have permission to access a customer and you’re accessin

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential

2021-08-16 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Could you provide us with the complete request and response logs with the request-id, so our team can better check? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, whic

php how to specify login-customer-id in the request

2021-08-16 Thread ma zhiwei
t;, IsFault: 0, FaultMessage: "None" [2021-08-16T08:07:56.672678+00:00] google-ads.WARNING: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v6.services.GoogleAdsService/Search", CustomerId: 3452842817, RequestId: "4waISQvRlXbmTrAbjB

RE: failed with status "PERMISSION_DENIED", login-customer-id header

2021-07-30 Thread Google Ads API Forum Advisor
Hi, Thank you for posting your concern. The USER_PERMISSION_DENIED error occurs when authenticating as a user with access to a manager account but not specifying login-customer-id in the request. With this, you need to specify the login-customer-id as the manager account ID without hyphens

failed with status "PERMISSION_DENIED", login-customer-id header

2021-07-29 Thread 薛磊
ccess customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid";. Please help me thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=

RE: PERMISSION_DENIED and login-customer-id

2021-07-22 Thread Google Ads API Forum Advisor
Hi Antonio, Thanks for reaching out to us. Could you please provide us with the following information so we could investigate further? Request logs Response logs Request ID If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. PHP) > Loggi

PERMISSION_DENIED and login-customer-id

2021-07-22 Thread Antonio Paricio
x27;t have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid I put my login-cust

Not Able To Login despite correct password

2021-06-29 Thread cv
Hi, I have MCC account, I am not able to logged in my account due to 2 step verification failed. Now I have password but showing screen which suggest We noticed unusual activity in your account. To secure your account you are signout. When click continue, it is still showing same screen? Can so

RE: Login

2021-06-28 Thread Google Ads API Forum Advisor
Hello there, Thank you for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. So our team can better assist you, can you further elaborate on your concern? Regards, Mark Kevin Albios Google Ads AP

Login

2021-06-24 Thread ok New
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

RE: USER_PERMISSION_DENIED If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-id\'

2021-06-08 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please verify that: If you are authenticating as a manager, that you have specified that managing customer ID in the login-customer-id field? The email used to create the OAuth credentials (client ID, client secret) is an Ads user with the required

USER_PERMISSION_DENIED If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-id\'

2021-06-04 Thread Monty808
Heo google. ] Really don't get the google ads python api for google ads. message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-id\' header.

Re: Only the first login returns the refreshToken ?

2021-04-29 Thread Google Ads API Forum Advisor Prod
Hi Marcin, Thank you for reaching out. Please give it a try to regenerate the OAuth2 credentials by following the steps in this guide. If the issue persists, please share the details and steps how you published to a test server (external domain) and got refreshToken only at the first attempt to

Re: Only the first login returns the refreshToken ?

2021-04-29 Thread Marcin Golak
Hi Xiaoming, I think, the authentication process is working properly. I get an error when i use the service, e.g. CustomerService. Connection ID "130...455", Request ID "800..7bb": An unhandled exception was thrown by the application. Grpc.Core.RpcException: Status(StatusCode="Una

RE: Only the first login returns the refreshToken ?

2021-04-28 Thread Google Ads API Forum Advisor Prod
Hi Marcin, Thank you for reaching out. I’m not seeing any issue with it. Do you encounter any errors in the process of authentication? Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2GIDjz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

  1   2   3   4   >