RE: First Call

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Milad, Thanks for posting your concern. I do not see any issue in the API logs you provided, however, it appears that the logging of the API transaction is not enabled yet for the client library that you are using. With this, I would suggest following specific guide below in order to do so:

First Call

2021-01-19 Thread Milad Shaddelan
Hi, My goal is using API to upload store conversions. But I am stuck at the first call For example I run this: * ga_service = client.get_service("GoogleAdsService")* *query = """* *SELECT campaign.id, campaign.name* *FROM campaign* *

RE: Google Ads API First Call

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
/api/docs/first-call/dev-token> 3. Download the client library <https://developers.google.com/google-ads/api/docs/client-libs> 4. Set up OAuth2 credentials <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project> 5. Get a refresh token <https://developers.goo

Google Ads API First Call

2019-05-09 Thread Aysun Akarsu
Hello, I have never used Google Ads API before. I read Google documentation to learn how to use the API. I will use this API to create reports and dashboards. I have been only sent the developer token in order to access the API. However as I understand, it is not enough and I need at least custom

RE: First call error using get_campaigns.py

2019-04-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Your concern appears to be more related to the Python client library. With this said, you could open your concern to the Python GitHub Issue Tracker as the client library owners are better equipped in assisting you with your concern. R

First call error using get_campaigns.py

2019-04-03 Thread Maurizio
Please help - been at it all day - get this error message when I run *get_campaigns.py...* C:\Users\MYUSER>python get_campaigns.py usage: get_campaigns.py [-h] -c CUSTOMER_ID get_campaigns.py: error: the following arguments are required: -c/--customer_id In the google-ads.yaml file I have foll

RE: Got error in first call of google adword API

2019-02-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
munity/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 02/27/19 22:03:01 divye...@zignuts.com wrote: Hello Developers, I got the error in first call API. I have already set clientId, ClientSecret, RefreshToken in adsapi_php.ini files and put those file in root directory of Codeigniter project. This was the error which i go

Got error in first call of google adword API

2019-02-27 Thread Divyesh patel
Hello Developers, I got the error in first call API. I have already set clientId, ClientSecret, RefreshToken in adsapi_php.ini files and put those file in root directory of Codeigniter project. This was the error which i got, An uncaught Exception was encountered Type: InvalidArgumentException

Re: First Call

2018-11-23 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dan, My apologies as developing using node.js is outside of our expertise. If you wish to learn about the AdWords API's call structure, you can refer to this guide . As for getting metrics such as costs, clicks, and impre

First Call

2018-11-23 Thread Daniel Starns
Hi All, I am aware that google doesn't fully support NodeJs, i have only ever learnt JavaScript I have this Node package installed and i have oath setup and a basic developer token. https://www.npmjs.com/package/node-adwords I do not know where to go from here. Would it possible for so

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

Re: Issues With Making my First Call

2017-06-20 Thread Eliot Shiner
I'm using 'Installed Application' and trying to connect to the test account at CID level within my Test account MCC. I'll try getting a new refresh token now. Thanks, Eliot. On Friday, June 16, 2017 at 6:31:38 PM UTC+1, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Eliot, > > Could you t

Re: Issues With Making my First Call

2017-06-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Eliot, Could you tell me the type of OAuth flow used in your application? This error generally occurs if the access/refresh token passed in the request is incorrect/invalid. To verify, you can obtain the access token being used for the request, then pass that through this tokeninfo

Issues With Making my First Call

2017-06-16 Thread Eliot Shiner
Hi, I'm using PHP and followed the step by step guide, but am getting the following error message when trying to make my first call using the GetCampaigns.php script on a test account i've set up. C:\xampp\htdocs\googleads-php-lib-master>php GetCampaigns.php PHP Fatal err