RE: get all campaigns fail

2020-11-02 Thread Google Ads API Forum Advisor Prod
Hi Levente, Thanks for posting your concern. Could you provide the customer ID and the complete SOAP request and response logs generated on your end wherein the issue is observed? You can provide the requested details via Reply privately to author option to investigate. Regards, Ernie John Bl

Re: get all campaigns fail

2020-11-02 Thread Levente Pető
I have these packages: google-api-core==1.23.0 google-api-python-client==1.12.5 google-auth==1.22.1 google-auth-httplib2==0.0.4 google-auth-oauthlib==0.4.1 googleads==25.0.0 googleapis-common-protos==1.52.0 Levente Pető ezt írta (időpont: 2020. nov. 2., H, 10:47): > Hello, > > I tried to run th

RE: Get all campaigns of all accounts

2019-05-28 Thread Google Ads API Forum Advisor Prod
Hi Yuvraj, There is currently no way via the Google Ads API to retrieve all the campaign information of all client accounts under a specific MCC. You will be required to make one get request per clientCustomerId using the CampaignService to do so. Thanks and regards, Peter Google Ads API Team r

Re: get all campaigns

2019-04-17 Thread kyungjun . yim
2019년 4월 17일 수요일 오후 3시 36분 51초 UTC+9, googleadsapi-forumadvisor 님의 말: > > Hi, > > Thank you for reaching out. > > To better assist you, can you provide the clientCustomerId of the 2 > accounts you used? You may use the* reply privately to author* option. > > If you wish to get all campaigns in y

RE: get all campaigns

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To better assist you, can you provide the clientCustomerId of the 2 accounts you used? You may use the* reply privately to author* option. If you wish to get all campaigns in your account regardless of campaign status, you would have to specify all of the status

Re: Get all campaigns and Adgroups in which a certain keyword exists.

2016-07-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Arw, I recommend that you use the Keywords Performance Report . You can filter them by Criteria to get back reports only with certain keywords. You can include fields such as CampaignId and AdGroupI

Re: Get all campaigns

2011-03-24 Thread Anash P. Oommen
Hi Jan, Are you using the AdWords API PHP library? If yes, you could refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllCampaigns.php for getting all campaigns. If you are facing any issues running this example, let me know. Cheers, Anash P. Oo

Re: Get all campaigns

2011-03-23 Thread Jan de Vries
I also tried below, too bad without success $oCampainservice->get(array('ids' => NULL, 'campaignStatuses' => NULL, 'statsSelector' => NULL, 'paging' => NULL)); On 23 mrt, 15:36, Jan de Vries wrote: > I'm trying to get all campaigns from my sandbox evironment. > I updated my script from the suppl