HI,
I'm expanding an existing query which was using the CampaignPerformance objects to retrieve the related Campaigns objects as well.
With the same OUATH login, I can quite happily rertrieve the performance results but not the Campaigns results. I simply get the following SOAP response.
<soap:Header>
<requestId>0005a7a46844b2720ac7c261a4038aea</requestId>
<serviceName>CampaignService</serviceName><methodName>get</methodName>
<operations>1</operations><responseTime>82</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>[AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'<null>']</faultstring>
<detail>
<message>[AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:'<null>']</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPath></fieldPath>
<trigger><null></trigger>
<errorString>AuthorizationError.CUSTOMER_NOT_ACTIVE</errorString>
<ApiError.Type>AuthorizationError</ApiError.Type>
<reason>CUSTOMER_NOT_ACTIVE</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
I have tried with several different client ids and all return the same results - performance is available but not Campaigns.
Any ideas? I've seen several other messages regarding the 15 month suspension but this is on an active manager account with active client accounts. We have had a couple of legacy client accounts be disabled but these are not the ones I'm trying to access.
Thanks