developer token not approved.

2024-03-08 Thread Deepika Devendran
the error says that test developer token cannot be used for non test accounts. but I am using the test account only. How to check whether the account is test account or non test account. Or is this an error of other reasons? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Request failure for basic example (Developer token not approved)

2022-07-11 Thread Vladi Iancu
Hi All It seems I confused the access type of the MCC account with the test account So, to recap for anybody possibly reading this you need: 1. Production MCC account which will provide develop-token. Initially, this developer token can be used against test-accounts. 2. Then you can create A

Re: Request failure for basic example (Developer token not approved)

2022-07-11 Thread Vladi Iancu
Hello I'm back. It seems that I confused the access type of the MCC account with the test account type. Now I have properly created a Manager account (a test type). >From there, I've added a test standard account. The problem is that now I get a { "error": { "code": 403,

RE: Request failure for basic example (Developer token not approved)

2022-07-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vladi, Thanks for reaching out to the Google Ads API support. I understand that you have encountered the DEVELOPER_TOKEN_NOT_APPROVED error. Please note that non-approved developer tokens can only be used with test accounts as you mentioned as well. The solution is to either upgrade your

Request failure for basic example (Developer token not approved)

2022-07-08 Thread Vladi Iancu
"@type": "type.googleapis.com/google.ads.googleads.v11.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "authorizationError": "DEVELOPER_TOKEN_NO

Re: Developer Token not Approved on testing client account

2020-09-29 Thread Hasmer Salubre
Hi Danica, Thanks for the response, I have sent an email regarding your request over the email I have received posting on this conversation. I am not sure where to send since there is no Reply privately to author option and that the Reply to author button is disabled, when you hover over that

RE: Developer Token not Approved on testing client account

2020-09-28 Thread Google Ads API Forum Advisor Prod
Hi Hasmer, Thanks for reaching out. I can see that you are running into issues with your developer token. If your developer token is only approved for Test Account Access, you will not be able to make calls against a production account. Can you provide the customerClientId that you

Re: Developer Token not Approved on testing client account

2020-09-28 Thread Hasmer Salubre
Customers=$customerServiceClient->ListAccessibleCustomers(); but no data listing sub accounts 5. When we call the api getting list of campaigns of the manager account we get this Request with ID 'dOHTNfeMZLVrDozVeY38yw' has failed. Google Ads failure details: authorization_error: The developer token is

RE: Developer token not approved when using test account

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Mihir, Thanks for reaching out to us. I see that you’re using Geo Performance via AdWords API and are querying the “City Criteria ID” attribute and want to know the corresponding cities you get. You can use the LocationCriterionService "get" function to return a list of location/cities that

Re: Developer token not approved when using test account

2020-01-28 Thread Mihir Chhatre
atre wrote: > > I have created a production account and have a developer token. I have > also created a test account. When I try to make API calls to the test > account using the developer token I am getting an error "Developer token > not approved". > This should not

RE: Developer token not approved when using test account

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Mihir, Thanks for reaching out to us. Because test and production accounts cannot interact in any way, you cannot use a test account under your existing production manager account. To use test accounts, you’ll need a new account hierarchy, with a test manager account as the root. For more

Developer token not approved when using test account

2020-01-08 Thread Mihir Chhatre
I have created a production account and have a developer token. I have also created a test account. When I try to make API calls to the test account using the developer token I am getting an error "Developer token not approved". This should not happen as I am making calls to a te

RE: SERVICE_ACCESS_DENIED after developer token is approved

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The SERVICE_ACCESS_DENIED error usually occurs when the developer token is approved for a different product and trying to use for the Google Ads API. You could share the Manager account's customer Id that is having the developer token to see if the developer token is approved for Google

SERVICE_ACCESS_DENIED after developer token is approved

2019-04-04 Thread sz rong
I have started to receiver SERVICE_ACCESS_DENIED error when running GetCampaigns by PHP after the developer token was approved. but it worked fine on test account when the developer token was not approved. Here is the error info : AW_SOAP.WARNING: clientCustomerId=xxx-xxx- operations=1

RE: SERVICE_ACCESS_DENIED after developer token is approved.

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
ds/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 03/14/19 16:37:17 s.khat...@crystalloids.com wrote: I have started to receiver SERVICE_ACCESS_DENIED error since the developer token was approved. I have a process that uploaded hashed info for customer re marketing to Ads API, it worke

SERVICE_ACCESS_DENIED after developer token is approved.

2019-03-14 Thread SK
I have started to receiver SERVICE_ACCESS_DENIED error since the developer token was approved. I have a process that uploaded hashed info for customer re marketing to Ads API, it worked fine on test account, but since the developer token has been approved (which we needed in order to move

Re: Error: Developer Token not approved

2018-12-27 Thread ravneet kaur
The customer Id I ma using is 476-516-3182 and error logs are in the attachment. Could someone have a look on it. On Thursday, December 20, 2018 at 6:57:47 PM UTC-5, ravne...@gmail.com wrote: > > > I am testing the google ads APIs and even though i have created a test > manager account and

Re: Developer token not approved error when running getcampaigns

2018-12-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Looks like you have posted your questions on the AdWords API forum. Could you please continue the discussion on that thread to avoid duplicates? Thanks, Milind,

Re: Error: Developer Token not approved

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error means that you are using an unapproved developer token to make calls against a production account. An unapproved developer

Re: Developer token not approved error when running getcampaigns

2018-12-20 Thread ravneet0828
Hi, I am still facing the issue, I created a production account from where I got the developer token. I am using the developer token against my test manager account. But the error still occurs. Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoid

Error: Developer Token not approved

2018-12-20 Thread ravneet0828
I am testing the google ads APIs and even though i have created a test manager account and oauth creds against the account, I keep getting "Developer_Token_not_approver" error. Does this occur to anyone else? or if anyone has any workarounds, please let me know. -- --

Re: Developer token not approved

2018-12-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Himanshu, The DEVELOPER _TOKEN_NOT_APPROVED error is noticed when

Developer token not approved

2018-12-17 Thread Himanshu Gumber
Hello team, Team, I got the cust_id, client_id, client_secret, refresh_token and the developer token but when I hit the api(create Campaign) through my developer_token. Then it shows me an error:- Developer token is not approved. Can you please help on the same. Looking Forward

Re: Developer token not approved error when running getcampaigns

2018-11-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The issue related to DEVELOPER_TOKEN_NOT_APPROVED is resolved. Could you please retry and confirm if this is working for you? Thanks, Milind, AdWords API Team -- --

Re: Developer Token not Approved on testing client account

2018-11-05 Thread Satoru Nakata
Dhanya, I confirmed that I could call API with the newly created test account. Thanks! On Monday, October 22, 2018 at 7:42:58 PM UTC+2, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi there, > > Thank you for sending the details. We do not have an ETA as this issue is > currently being

Re: Developer Token not Approved on testing client account

2018-11-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi all, Could you retry your API request after creating a new test account under the existing Test Manager account? Please let me know if you still face issues. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, It is being worked upon. We do not have an ETA but I will post on this thread if there are any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-10-30 Thread saidar
Dear Dhanya, Is the issue still on work? Could you tell, please, when approximately it will be solved? Lokking Forward, Saidar! вторник, 23 октября 2018 г., 18:19:50 UTC+2 пользователь Dhanya Sundararaju (AdWords API Team) написал: > > Hi, > > Your steps look good. However, there is an

Re: Developer Token not Approved on testing client account

2018-10-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Your steps look good. However, there is an ongoing issue that is being worked upon currently. I will post on this thread if there are any updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Developer Token not Approved on testing client account

2018-10-22 Thread merilytics . vitaminpacks
Hi, I am facing exactly same problem: I have followed the same steps as mentioned in the documentation for setting up the API. 1. Set up production manager account. 2. Set up test manager account. 3. set up test client account. 4. get developer token from production mcc. 5. create oauth

Re: Developer Token not Approved on testing client account

2018-10-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, Thank you for sending the details. We do not have an ETA as this issue is currently being worked upon. However, it should not prevent you from submitting the Developer token request for approval. Please let me know if you face any issues. You may opt to *reply privately to author*.

Re: Developer token not approved error when running getcampaigns

2018-10-22 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, There is an ongoing issue regarding this error, I will let you know once I have more information on this issue. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-10-22 Thread Satoru Nakata
as test account on the web console. I can't start developing my application until this issue is resolved or my developer token is approved. And it seems the issue has been there for 10+ days. Is there any ETA? $ python get_campaingns.py No handlers could be found for logger "googleads

Re: Developer token not approved error when running getcampaigns

2018-10-22 Thread Nenad Radoja
Hi there. I am pretty sure I am truing to connect test account, not production. I have Developer token in my MCC with Access level Test Account. I am getting exact same error when I try to GetCampaigns from test account. Do you have an idea what am I doing wrong? Thanks. On Wednesday, June

Re: Developer Token not Approved on testing client account

2018-10-18 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, The issue is still being worked on. We will update you once we have more information. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-10-18 Thread saidar
I have the same problem [17 Okt. 2018 15:26:37,450-requestInfoLogger:WARN:main] Request made: > Service: CampaignService Method: get clientCustomerId: 374-006-8288 URL: > https://adwords.google.com/api/adwords/cm/v201809/CampaignService Request > ID: 000585e048565 ResponseTime(ms):

Re: Developer Token not Approved on testing client account

2018-10-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Faizan, There is an ongoing bug on this issue. We will update you once we have more information about this. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Developer Token not Approved on testing client account

2018-10-07 Thread omniadagencytest
Hi Dhanya, I am getting the same error. Using my production developer token, I am attempting to access a an Ad Account that is managed by a Test Manager Account. The production Manager Account ID is 161-181-9427. The Test Manager Account ID is 340-994-8831. The Account's ID (managed by the

Re: Developer Token not Approved on testing client account

2018-10-01 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Faizan, The DEVELOPER_TOKEN_NOT_APPROVED error message that you get is because you are trying to access a Production(Non-test account) with a Test Developer Token. Could you confirm

Developer Token not Approved on testing client account

2018-10-01 Thread faizan . zulfiqar
Here are the steps i did for making API's Run 1. Create a Developer Token with the MCC Account 2. Create Test Manager Account and its client account. 3. Create OAuth credentials with the manager account. 4. Get Refresh Token with the Test Manager Account. Now when i am trying to hit getcampaign

Re: Developer token not approved error when running getcampaigns

2018-06-06 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, The DEVELOPER_TOKEN_NOT_APPROVED error means that you were making a call to production AdWords account using test access developer token. An unapproved developer token can only

Developer token not approved error when running getcampaigns

2018-06-06 Thread szusi
Hello, while attempting to call getCampaigns, I am running into the following error: http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201802;>00056dfd10df89c10a018d10be02f220CampaignServiceget166soap:Client[QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ;

Re: Developer Token Not Approved

2017-11-22 Thread ngala . nts . net
Hi Sreelakshmi, I filled in the second part and it worked. I believe there might be some information missing when I filled up the initial form which got completed in the second part. It just took a day for them to approve it. Thank you for the help, appreciated. Best, Nishant. On Tuesday,

Re: Developer Token Not Approved

2017-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nishant, You can fill out a fresh form and submit it for basic access. If you have additional questions while filling out the form, you can get in touch with the API compliance team directly. They are better equipped to address questions

Re: Developer Token Not Approved

2017-11-20 Thread ngala . nts . net
Hi Sreelakshmi, It seems, I haven't completed this second part as i never reached this form. Also, I notice this is a form requesting a fresh new token and asks questions about previous tokens if any. I am not sure whether i have to fill out a fresh new token form and submit it, but will

Re: Developer Token Not Approved

2017-11-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Nishant, Have you filled out the second part of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you did fill

Developer Token Not Approved

2017-11-20 Thread ngala . nts . net
Hi, I am very new to google adwords api have used analytics api before so followed the steps from making the first api call to adwords api and generated the developer token. My company have a mcc account and few accounts under mcc accounts which i am using to run a test program

Re: Developer token not approved??

2017-11-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
t accounts <https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts> . Regards, Bharani, AdWords API Team On Friday, November 17, 2017 at 3:47:50 PM UTC-5, davidr...@gmail.com wrote: > > Hi, > It has been more than a week and I am not able to get the developer token

Developer token not approved??

2017-11-17 Thread davidrbengoa
Hi, It has been more than a week and I am not able to get the developer token approved. Today I was testing the Google API code example, and I am getting this error: *errorString=QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, fieldPath=, reason=DEVELOPER_TOKEN_NOT_APPROVED, * So I wonder

Re: [0-7498000018523] Developer token not approved after 4 weeks

2017-08-18 Thread 'Prabha Matta' via AdWords API Forum
Thank so much for the help! On Thu, Aug 17, 2017 at 9:03 PM, wrote: > Hi, > > Thanks for your response. Your application for an API token has been > approved. > > Best, > Ryan > > AdWords API Compliance > > > *Note:* Please keep your dev contact up to

Re: [0-7498000018523] Developer token not approved after 4 weeks

2017-08-17 Thread 'Prabha Matta' via AdWords API Forum
Thanks for the quick response. I re-submitted the application form and attached the following doc in the application. Am I expected to receive an email after submission since I am surprised that I never received an email either for previous submission or current submission. Can you please let us

Re: [0-7498000018523] Developer token not approved after 4 weeks

2017-08-16 Thread 'Maggie McGonigle' via AdWords API Forum
Thanks very much for following up. Our MCC ID is 573-815-7580 <(573)%20815-7580> Thanks, Maggie On Tue, Aug 15, 2017 at 11:29 PM, wrote: > Hi, > > Thanks for reaching out. Please provide your MCC ID so that we can check > the status of your application. > >

Developer token not approved after 4 weeks

2017-08-15 Thread mmcgonigle via AdWords API Forum
Our company submitted a request for a developer token approval on July 17th and still have not heard anything. What do we need to do in order to get this approved? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Developer token not approved after 4 weeks

2017-08-15 Thread 'Prabha Matta' via AdWords API Forum
Our company submitted a request for a developer token approval on July 17th and still have not heard anything. What do we need to do in order to get this approved? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Umesh Dengale
Hello, The client customer id is the AdWords account id for which you are adding/updating AdWords data. Please check out our basic concepts

Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Scott
On Friday, September 25, 2015 at 7:55:13 PM UTC+5:30, Umesh Dengale wrote: > > Hello, > > You are getting the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error > because you are trying to access a production account with unapproved > developer token(Pending approval status). However, you

Re: How to make a call mcc test account when my Developer token not approved.

2015-09-25 Thread Umesh Dengale
Hello, You are getting the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error because you are trying to access a production account with unapproved developer token(Pending approval status). However, you could make the API call to your test AdWords account with developer token with pending

How to make a call mcc test account when my Developer token not approved.

2015-09-24 Thread vikashverma
I'm getting Developer Token Not Approved in soap api response. This is my soap api request in nodejs var url='https://adwords.google.com/api/adwords/mcm/v201506/CustomerService?wsdl'; soap.createClient(url,function(err,client) { if (err) throw err; // console.log(client

Can I use the sandbox with a developer token being approved ?

2012-07-11 Thread remiCarrere
Everything is said in the title : Can I use the sandbox with a developer token being approved ? I would like to use the sandbox to start making tests the connection with the API. Thank -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Can I use the sandbox with a developer token being approved ?

2012-07-11 Thread Ewan Heming
You don't need a developer token to use the sandbox, you just need a Google account. The developer token in the sandbox is just your account email plus a chosen currency. You can find out more about using the sandbox herehttps://developers.google.com/adwords/api/docs/sandbox . --

Re: Developer token not approved yet

2012-01-30 Thread Eric Koleda
Hi Gaurav, Please see my response on this similar thread: https://groups.google.com/d/msg/adwords-api/QCxcatOq4tA/USJAV0HTQAwJ Please be aware that AdWords API developer token requests may take 6-8 weeks to be reviewed. Best, - Eric Koleda, AdWords API Team --

Developer token not approved yet

2012-01-24 Thread Gaurav Sharma
Hi, We have recently set up an MCC account.The client account associated with this MCC account is active from a long time.Now we are planning to use AdwordAPI to integrate it with one of our internal application. But our developer token request is not being approved yet and pending from more