RE: No campaigns were found

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If you're using the client libraries, using the log4j with the project as mentioned here will be helpful. The SOAP loggers in this guide

Re: No campaigns were found

2019-04-14 Thread kyungjun . yim
I can find SLF4J logger. However, I can't find how to use this logger. I never used this logger before. Please let me know how to use this logger, not just guide in git-hub.. 2019년 4월 13일 토요일 오전 12시 39분 40초 UTC+9, googleadsapi-forumadvisor 님의 말: > > Hello, > > You may refer to this guide >

RE: No campaigns were found

2019-04-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You may refer to this guide for steps to enable logging for the Java client library. You can reply back via Reply privately to author option. Thanks, Bharani, Google Ads API Team

Re: No campaigns were found

2019-04-11 Thread kyungjun . yim
How can I get an API SOAP logs..? 2019년 4월 11일 목요일 오후 7시 35분 29초 UTC+9, kyung...@quantumpirates.com 님의 말: > > language: java 1.8 > IDE: eclipse > using Google Cloud Platform App Engine > > I want get all campaigns in my account, so I tried >

RE: No campaigns were found

2019-04-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please share the API SOAP logs for the CampaignService.get() operation to check this further? You can share the logs privately via Reply privately to author option. Regards, Bharani, Google Ads API

Re: No campaigns were found. [JAVA]

2017-02-23 Thread Guillermo Hernández
Hi Shwetha, Oh, I did not know that. Now if it works, thank you very much! Regards, Guillermo. El jueves, 23 de febrero de 2017, 14:17:05 (UTC-3), Shwetha Vastrad (AdWords API Team) escribió: > > Hi Guillermo, > > You will not be able to fetch campaigns from a manager account. Campaigns > are

Re: No campaigns were found. [JAVA]

2017-02-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Guillermo, You will not be able to fetch campaigns from a manager account. Campaigns are associated with AdWords client accounts. If you set clientCustomerId in the API request to the ID of the AdWords accounts under your manager account, you'll be able to get the campaigns associated with

Re: No campaigns were found

2016-04-21 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mahesh, Could you *reply privately to author *your SOAP request and response you were using to get your campaigns back so that I can take a look? You should make sure your clientCustomerId in your properties file is your test account Id, not your manager account Id. Regards, Anthony

Re: No campaigns were found

2016-04-21 Thread mahesh sidhu
Hi Anash, I am new to this adwords api. I have created a manager account ( Developer Token ) also created a test account ( Customer Id ). I have create few campaigns in the Test Account but when I invoke GetCampaigns webservice I am not getting the response and its saying 0 even there are

Re: No campaigns were found

2014-06-20 Thread Anash P. Oommen (AdWords API Team)
Hi Jai, api.adwords.clientCustomerId should contain the customer id of your test account (i.e. the account that has the dummy campaign). An MCC account cannot have campaigns, hence the error message that no campaigns were found. Cheers, Anash P. Oommen AdWords API Advisor. On Thursday, June

Re: No campaigns were found

2014-06-12 Thread Jai pur
Even I have the same problem No Campaigns were found Hi Guys, Firstly, I am new to Adwords. I have created one Test Mcc Account(Test mcc account) and under this Test mcc account i have created one client account(Dummy client account), and under this Dummy client account i have created on

Re: No campaigns were found

2014-01-24 Thread prm . programista
I have a similar problem I have two MCC accounts: test and production, in auth.ini I added client_id, client_secret, clientCustomerId and refresh_token from test account and developer token from production account. In result i get No campaigns were found.. I do not know if I good understand

Re: No campaigns were found

2014-01-24 Thread prm . programista
I have a similar problem I have two MCC accounts: test and production, in auth.ini I added client_id,client_secret,clientCustomerId and refresh_token from test account and developer token from production account. In result i get No campaigns were found.. I do not know if I good understand this

Re: No campaigns were found

2013-09-13 Thread Anash P. Oommen (AdWords API Team)
It goes in your auth.ini file. https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/auth.ini You could also specify this in the AdWordsUser constructor or set it at runtime. See

Re: No campaigns were found

2013-09-13 Thread gapi3
Thank you, now i get the tree campaings. why isnt there more information in the auth.ini? ; Uncomment to make requests against a client customer account. I thougt i would get info from all or why isnt thre an error like missing customer id? would help a lot Am Freitag, 13. September 2013

Re: No campaigns were found

2013-09-12 Thread gapi3
Hi, i don't use the developer token from 773-205-0228. As i wrote before i am using it from 740-266-0867 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 and 161-227-5683 as clientCustomerId. the clientCustumerID is what i get from here:

Re: No campaigns were found

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side of the page when you login to your AdWords account. Cheers, Anash On Wednesday, September 11, 2013 2:11:35 PM UTC+5:30, ga...@coderr-media.de wrote: Hi, i don't use the developer token from

Re: No campaigns were found

2013-09-12 Thread gapi3
Where i have to use it? I use the Example GetCampaings.php there is nothing like clientCustomerId !? Am Donnerstag, 12. September 2013 10:06:34 UTC+2 schrieb Anash P. Oommen (AdWords API Team): No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side

Re: No campaigns were found

2013-09-11 Thread Anash P. Oommen (AdWords API Team)
Hi, 1. Don't use the developer token under 773-205-0228, it won't work. Test MCC developer tokens are not supported. Use the tokens under 740-266-0867 instead. 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 and 161-227-5683 as clientCustomerId. Cheers, Anash P.