Call these ID service functions to determine the timeout status for a Experience Cloud Identity Service, Analytics, or Audience Manager ID request. Available in VisitorAPI.js version 1.7.0 or higher.
Solution or Service | Function Syntax |
---|---|
Experience Cloud Identity Service |
var variableName = visitor.MCIDCallTimedOut() |
Analytics |
var variableName = visitor.AnalyticsIDCallTimedOut() |
Audience Manager |
var variableName = visitor.AAMIDCallTimedOut() |
Response | Description |
---|---|
TRUE |
The ID service sent a request and the request timed out. |
FALSE |
The ID service sent a request and received a successful response from the server. |
NULL |
The ID service did not send a request. |