Callbacks
Geoflow triggers the following callbacks and can be accessed anywhere on the page, allowing you to add custom functionality.
Geoflow_Ready
The asynchronous callback is triggered when the visitor data properties are ready.
Geoflow_Error
The asynchronous callback is triggered when an error was thrown while the visitor data properties were being fetched.
Geoflow_Updated
The asynchronous callback is triggered when the 'geoflow' object has been successfully updated after the updateData method is called.
Geoflow_ExtComplete
The asynchronous callback is triggered when a script extension has finished running. The extension name is passed as a function parameter.
Developer Tip: When using the Geoflow_Ready and Geoflow_Updated callbacks, the current Geoflow object can also be accessed through the function parameter.
Examples
Last updated
Was this helpful?