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',
'UNKNOWN'};
        AccountSelector.submanagersOnly = false;

the code on the link doesn't work the same way when translated to APEX
in salesforce.com

PHP
  // Create selector.
  $selector = new ServicedAccountSelector();
  // To get the links paging must be disabled.
  $selector->enablePaging = false;

Maybe because the library does something when creating a new
ServicedAccountSelector() I'm not doing.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to