ifp_finalizeView
Just before the user leaves a View or a page, the following method has to be called. This method sends the latest information about this page to the signal collector:
...
ifp_finalizeView(visitId, callback);
...
Method Parameters
| Parameter | Value | Description | Data Type |
|---|---|---|---|
| visitId | Required | A previously generated visitId (from ifp_initUseCase method) | string |
| callback | Required | A javascript function that will be called at the end of the finalizeView function. This usually contains a function that send the content of the view to your backend. | function |
Response
This method returns void