callTimeOut Methods

Last update: 2021-06-10
  • Created for:
  • Developer
    User
    Admin
    Leader

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.

Timeout Functions

Solution or Service Function Syntax

Experience Cloud Identity Service

var variableName = visitor.MCIDCallTimedOut()

Analytics

var variableName = visitor.AnalyticsIDCallTimedOut()

Audience Manager

var variableName = visitor.AAMIDCallTimedOut()

Function Responses

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.

On this page