Re: How can I get client ids

2011-05-04 Thread mherr...@saveology.com
Thanks, For future reference the trouble was because I needed to add the serviceTypes to my ServicedAccountSelector, APEX AccountSelector = new GoogleAdwordsServicedAccMcmV2011.ServicedAccountSelector(); AccountSelector.serviceTypes= new String[]{'UI_AND_API',

Re: How can I get client ids

2011-05-01 Thread Anash P. Oommen
Hi, You could refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAccountHierarchy.php to retrieve all the client accounts under an MCC. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: How can I get client ids

2011-04-25 Thread mherr...@saveology.com
@Eric Sorry to ask using a previous post but this is exactly what I'm looking for, I'm new to the Google Adwords API, I've already tried the ServicedAccountService from Apex in Salesforce but I'm only getting my own MCC accountId, I can see all my clients when accessing through the UI -- =~=~=~

Re: How can I get client ids

2011-04-11 Thread Eric Koleda
Hi Dymytry, The CampaignService can only operate on one client account at at time, and you'll need to set the clientEmail or clientCustomerId headers appropriately. You can use the ServicedAccountServiceto

Re: How can I get client ids

2011-04-07 Thread Dymytry
Here is the code I use: // Get the CampaignService. CampaignServiceInterface campaignService = user.getService(AdWordsService.V201008.CAMPAIGN_SERVICE); // Create selector. CampaignSelector selector = new CampaignSelector(); StatsSelec