AdWords API test account

2015-03-11 Thread Vibhav Agarwal
Hello,I create MCC account with billing details and I applied for API Access. Because my application is in "pending approval" status I decide to create test account in order to continue developing my application. As it is stated in official API documentation:* "All calls made with the AdWords A

Re: AdWords API test account

2015-03-11 Thread Michael Cloonan (AdWords API Team)
Hello, Billing and terms and conditions are separate. Signing the terms and conditions is required even to use test accounts. Please follow the instructions on our common errors entry for the TERMS_AND_CONDITIONS_NOT_SIGNED

AdWords API Test Account without live website?

2013-01-30 Thread jamescs88
Hi, The Test Account docs state that "...If the website is not a live page, we will not be able to process your application." Does Google completely restrict developers who do not have a live website (yet) from receiving a Test Account? Is there no way for me to dev on localhost first without

Re: AdWords API Test Account without live website?

2013-02-05 Thread David Torres (AdWords API Team)
Hi, Please direct these policy related question to adwordsapi-tok...@google.com Best, - David Torres - AdWords API Team On Tuesday, January 29, 2013 8:00:57 PM UTC-5, jame...@gmail.com wrote: > > Hi, > > The Test Account docs state that "...If the website is not a live page, > we will not be a

Google AdWords API: Test Account AccountManagement/CreateAccount Error

2017-04-25 Thread Harry Chew
Hi All, After a month when I try use the googleads-php-lib-master version v201702 create account (I'm using Test Account), it show me an error '[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]'. I remember last time is success. Is it because test account only allow create a accou

Did Not Receive AdWords API Test Account Application Results

2013-02-22 Thread Jarad Collier
I followed the steps here on the "Getting Started" page. I filled out 'this form' 10 days ago and have not received a response or results. All I'm

Requested AdWords API Test Account over 2 weeks ago....

2013-02-28 Thread adwords
Hi, Completed the Adwords API Test Account application request form at: https://docs.google.com/a/google.com/forms/d/1ERbljbb88ceyqU1gw2zN0KNI8Ltu5ASwo17M0wp0Ztg/viewform?id=1ERbljbb88ceyqU1gw2zN0KNI8Ltu5ASwo17M0wp0Ztg. Have not received a response. My understanding is that I should have

Re: Google AdWords API: Test Account AccountManagement/CreateAccount Error

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi Harry, The ManagedCustomerServiceError.NOT_AUTHORIZED means that the clientCustomerId set is not authorized to perform the request. Could you check if

Re: Did Not Receive AdWords API Test Account Application Results

2013-02-25 Thread Jarad Collier
I'm really not trying to be annoying here but this issue is still unresolved. *I am developing a tool right now and urgently need to have this test campaign set up*. Feb. 9th is when I first submitted this request. The page states to contact this forum if 10 days go by and I have not receive

Re: Did Not Receive AdWords API Test Account Application Results

2013-02-25 Thread David Torres
Hi Jarad, Please reply me (Reply Author button) your MCC and Test Account CIDs. Best, - David Torres - AdWords API Team On Sunday, February 24, 2013 2:23:13 PM UTC-5, Jarad Collier wrote: > > I'm really not trying to be annoying here but this issue is still > unresolved. *I am developing a to

Re: Did Not Receive AdWords API Test Account Application Results

2013-02-26 Thread Jarad Collier
Thanks David, I just sent you the info. Jarad On Monday, February 25, 2013 11:28:25 AM UTC-8, David Torres wrote: > > Hi Jarad, > > Please reply me (Reply Author button) your MCC and Test Account CIDs. > > Best, > > - David Torres - AdWords API Team > > On Sunday, February 24, 2013 2:23:13 PM UTC

Re: Requested AdWords API Test Account over 2 weeks ago....

2013-03-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please contact the review team? I'll let you know their address directly to you. Best, - Takeshi, AdWords API Team On Friday, March 1, 2013 4:01:19 AM UTC+9, adw...@adastute.com wrote: > > Hi, > > Completed the Adwords API Test Account application request f

Google Ads Community - "Adwords API: Test account: unable to create campaign"

2020-03-05 Thread Rajdeep Debnath
I am using Google Adwords API and trying to create a campaign using the API. I am getting ADD_OPERATION_NOT_PERMITTED error. I can create budget though. I can read campaigns. I have developer token from production manager account with 'Test account access'. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

What are Oauth2 client ID and secret for Adwords API test account?

2013-09-02 Thread Nick
I am trying to get through this (http://goo.gl/kSx2DH) Adwords API demo with the API test account. Since I am just trying to use the test account, what would I enter in the constants.py file for OAUTH2_CLIENT_ID and OAUTH2_CLIENT_SECRET? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Google Ads Community - "Adwords API: Test account: unable to create campaign"

2020-03-05 Thread Google Ads API Forum Advisor Prod
Hi Rajdeep, Thanks for reaching out. Could you please send me the complete SOAP request and response logs along with the client customer id via the Reply privately to the author option for me to further investigate the issue you have encountered? Thanks and regards, Xiaoming, Google Ads API Tea

Re: What are Oauth2 client ID and secret for Adwords API test account?

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Nick, There's no special OAuth2 client id and secret for test accounts, you could generate one from https://code.google.com/apis/console/?pli=1. Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 2, 2013 4:51:04 PM UTC+1, Nick wrote: > > I am trying to get through this (http:/