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
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',
@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
--
=~=~=~
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
--