Page cover image

getData

Fetches the visitor data properties.

Description

This method fetches the available data properties for the current visitor. Unless you have specified the manual or privacy data attribute on the <script> tag (see more here), getData will be automatically called by the initialization method.

The geoflowReady event will be fired, and the Geoflow_Ready callback will be triggered.

Parameters

None

Using This Method

geoflow.getData();

Output

true (boolean)

Last updated

Was this helpful?