Microsoft Advertising
A platform for Microsoft's advertising efforts designed to manage all advertising and reporting for partner advertisers. Previously known as Bing Ads and adCenter.
83 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am currently experiencing an issue with the GetUser request in the Microsoft Advertising API. Please find the details below:
When making a GetUser request, an InvalidCredentials error (error code 105) is returned.
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode>s:Server</faultcode>
<faultstring>Invalid client data. Check the SOAP fault details for more information. TrackingId: b4e84d0e-f652-4d1d-80db-4506a35cf1f5.</faultstring>
<detail>
<AdApiFaultDetail xmlns="https://adapi.microsoft.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<TrackingId>b4e84d0e-f652-4d1d-80db-4506a35cf1f5</TrackingId>
<Errors>
<AdApiError>
<Code>105</Code>
<Detail i:nil="true"/>
<ErrorCode>InvalidCredentials</ErrorCode>
<Message>Authentication failed. Either supplied credentials are invalid or the account is inactive</Message>
</AdApiError>
</Errors>
</AdApiFaultDetail>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Your review and response would be greatly appreciated.