Marketing Cloud API FAQ: What Is The Purpose of This FAQ Document?
Marketing Cloud API FAQ: What Is The Purpose of This FAQ Document?
Marketing Cloud API FAQ: What Is The Purpose of This FAQ Document?
Salesforce 1 of 3
Marketing Cloud API FAQ
8. When will a customer be rate limited?
A: By default, no customer will be rate limited. It is a result of an operational control only if it is
impacting other customers. This can be observed in following ways:
1) Impacts performance, application responds slowly to requests
2) Increase error rate, timeouts across all customers
9. What is being rate limited?
A: The ops team will be rate limiting the number of concurrent connections coming from a
customer to Salesforce API gateway. This dictates on how many API calls are being made
simultaneously.
10. Do we have any SDK’s to access MC objects and data?
A: Yes, we provide Fuel SDK in C#, PHP and Java while Python and Ruby is community
supported. See documentation
Troubleshooting FAQs
1. What data points are required to troubleshoot my SOAP API triggered sends?
A:
a. Validate the SOAP envelope that was used to make the call using soapui
b. RequestID that was returned by the call
c. The intended method - what was the customer trying to do?
d. Was there any error response?
e. If this was an async call, has the customer tried sync call?
2. What are the DB tables that can be queried to troubleshoot async triggered sends?
A:
a. APILog Database
i. WSActivityLog - the log from web services machine, including API start time,
request id, machine received from etc.
b. Customer DB
i. asyncapirequest
ii. asyncapirequestdetail - The asyncapirequestdetail gives the request and response
object. Use Web Service Tool to unwrap the request and response payload.
iii. triggeredsendsubscriber
iv. triggeredsendjobsubscriber
v. jobsubscribererror
c. GSTools
i. Async API Dump Request
Salesforce 3 of 3