Re: Error API First Call

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, The get_campaigns.py from the client library has logging enabled already in the code as per the lines below: logging.basicConfig(level=logging.INFO) logging.getL

Re: Error API First Call

2018-02-22 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, Your summary of steps look fine to me. However, in your output, INFO:googleads.common:Request summary - {'methodName': get} should have been INFO:googleads.common:Request summary - {'clientCustomerId': ***-***-, 'methodName': get} where ***-***- refers to your client customer id

Re: Error API First Call

2018-02-22 Thread olek . test . mcc
Hi Dhanya, I'm having similar issue as Santiago. Please see summary of things I've already accomplished for my first API Call: (I'm using Python 3.6 version for API calls.) *AdWords* 1) I've obtained developer token for test account 2) I've created a test MCC account 3) I've created adowrds ac

Re: Error API First Call

2018-02-21 Thread santiagoruffino
Hello! I had not noticed that it was necessary to have a test account to use the API. Now create a test account, and I was able to connect perfectly. Thank you very much for the help! El lunes, 19 de febrero de 2018, 13:45:21 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi, > >

Re: Error API First Call

2018-02-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, I was able to pull up your account 737-186-2754. Looks like it is not a test account. You also would need a test manager account to use the API until your Production Developer Token is approved. Please refer this

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need to

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need to

Re: Error API First Call

2018-02-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm that the client_id field in your googleads.yaml is the same as the one in your project within Google API Console Credentials page ? Please refer this

Re: Error API First Call

2018-02-16 Thread santiagoruffino
Hello! I was able to solve this problem, but now I find another ... It seems there was no solution ... C:\Users\Lucia\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/Lucia/adwords_python3_examples_10.0.0/v201710/basic_operations/get_campaigns.py WARNING:googleads.common:Your defaul

Re: Error API First Call

2018-02-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , >From your googleads.yaml file, it looks like your client customer id was commented out. Could you please uncomment it as below and retry? # # Optional Fields # ##

Re: Error API First Call

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , Yes, please enter the client customer id in the googleads.yaml file, sample given below : client_customer_id: 123-

Re: Error API First Call

2018-02-14 Thread santiagoruffino
Hello! Try to paste the Client ID, but it did not work. Just to corroborate, that data I have to paste in the file "googleads.yaml", right? Thank you El viernes, 9 de febrero de 2018, 16:29:38 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi , > > You can find the Customer ID abo

Re: Error API First Call

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , You can find the Customer ID above your email address in the top right corner of any page after you sign into your AdWords account. Please refer this guide for better clarity. Regards, Dhanya, AdW

Re: Error API First Call

2018-02-09 Thread santiagoruffino
What would the client customer id be? Because try to paste several numbers that they suppose they are, but none worked. Thank you El jueves, 8 de febrero de 2018, 16:32:59 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi, > > The error >

Re: Error API First Call

2018-02-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, The error that you are receiving is because the client customer id has not been specified. You will need to specify the client customer id for which you want the CampaignServi

Error API First Call

2018-02-08 Thread santiagoruffino
Hello, I am using the AdWords API and I am having a problem making the first call to test the API. I attach all the errors that the Python console shows me. Thanks in advance WARNING:googleads.common:Your default encoding, cp1252, is not UTF-8. Please run this script with UTF-8 encoding to avoi