Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

No. of API Calls Adobe Campaign Can Handle Per Second?

Avatar

Level 2

Hi,

We have a scenario where multiple external application will call Adobe Campaign API (exposed using http://<server>/nl/jsp/soaprouter.jsp) on demand basis in order to get some data from the marketing database (custom tables).

We want to understand maximum number of API calls Adobe Campaign can handle per sec? (for example - If Adobe Campaign receive 50 calls per second, then will it be able to handle it? Also is there any limitation on total number of api calls?)

Thanks for any help.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Number of API calls you can fire on the instance (just in case is it Adobe hosted) will be specified in the contract. Please abide by it.

Also it greatly depends on how many web servers have you bought so that the load can be shared.

The number of calls per second depends greatly on what kind of call you are firing, for how long that calls keeps the connection open between the calling server and Adobe Campaign web server, to process and return the data.

Best way to find it out is by performing a load test. Saying that 50 calls per second is a safe value is not true in most cases.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

Number of API calls you can fire on the instance (just in case is it Adobe hosted) will be specified in the contract. Please abide by it.

Also it greatly depends on how many web servers have you bought so that the load can be shared.

The number of calls per second depends greatly on what kind of call you are firing, for how long that calls keeps the connection open between the calling server and Adobe Campaign web server, to process and return the data.

Best way to find it out is by performing a load test. Saying that 50 calls per second is a safe value is not true in most cases.

Avatar

Level 1

Hi Vipul ,

Just want to understand one thing in the Write Collection API . Can you please help me in undetstand the WriteCollection API .

We are doing some performance test on the write colletion API ,  We are posting the requests to Middleware(Mulesoft) and MW will inturn call the CIM writecollection API's.  We have tested with 300 TPS , we haven't seen any errors as of now . But the question here is , in ACM DB the records are inserting/updating in some regular interval . Can you help me in understanding the Writecollection API uses any queue mechanism?

Thanks in Advance.

Srinivas.