Re: getting consistent 500s thru the Adwords API. why?

2011-11-22 Thread mherr...@saveology.com
Since today we are experiencing same thing 500 code responses this time from salesforce when using this endpoint to download a destination url performance report https://adwords.google.com/api/adwords/reportdownload?__rd=# from the same code we've been using for a long time, same version o

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-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 -- =~=~=~

WSDL Conversion Error

2011-04-25 Thread mherr...@saveology.com
Hi, I'm getting this error when trying to parse the WSDL into an APEX Class in Salesforce WSDL https://adwords.google.com/api/adwords/v13/AccountService?wsdl Salesforce Error Apex Generation Failed Unable to find complexType for {https://adwords.google.com/api/adwords/ v13}operations_element --