Re: acceptable inputs for the array $selector-fields in GetCampaignService()

2011-09-02 Thread Kevin Winter
Hi, If you look at the documentation for the API Objects, fields that are valid for the selector are marked Selectable and the description says what field name to use to select the field: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Campaign.html We also have a

acceptable inputs for the array $selector-fields in GetCampaignService()

2011-08-31 Thread iateadonut
referencing GetAllCampaigns.php // Get the CampaignService. $campaignService = $user-GetCampaignService('v201101'); // Create selector. $selector = new Selector(); $selector-fields = array('Id', 'Name'); $selector-ordering = array(new OrderBy('Name', 'ASCENDING')); // Get all