RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, You can change the client customer id on fly as mentioned in this guide . Let me know if you have any further questions. Thanks, Milind, AdWords API Team

Re: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
That was the problem :) I had not specified the client_customer_id in the googleads.yaml file. I need to iterate through a number of accounts for the task I've been assigned. Is there a python example of how to change the campaign_service.client_customer_id on the fly? Would one create a new

RE: Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, Could you please share the client customer id so that I can troubleshoot the issue? Please note that to get the campaign data, you will need to run the CampaignService.get API call against the

Zero campaigns returned from call to CampaignService.get using Python AdWords SDK

2019-01-16 Thread Scott Burkhalter
I'm following the examples included in the googleads-python-lib to learn how to call Get on the CampaignsService - https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/basic_operations/get_campaigns.py I'm receiving an empty response from the API - numEntries