The s.maxDelay
variable is used in the DFA data connector to determine the timeout period in contacting the DFA host. If Adobe does not receive a response from DFA’s servers within the specified period set in this variable, the connection is severed, and data is processed normally. Include this variable in your implementation if you are concerned with DFA’s response time on each page. Adobe recommends experimenting with this value to determine the optimum timeout period.
This variable is only used in implementations using the DFA data connector. Even with implementations using DFA, this variable is optional.
There is not a dedicated field in Launch to use this variable. Use the custom code editor, following AppMeasurement syntax.
The s.maxDelay
variable is an integer representing the number of milliseconds AppMeasurement waits for a response from DFA. If AppMeasurement doesn’t receive a response from DFA in time, an image request is sent to Adobe without DFA data.
s.maxDelay = 750;
s.maxDelay
period.s.maxDelay
period does not accommodate enough time for the DFA host to respond.Adobe does not have control over DFA’s response time. If you see consistent issues even after raising the max delay period to a reasonable time frame, consult your organization’s DFA account administrator.