run
The primary initialization function for Geoflow is responsible for calling getData and running the script extensions (if enabled).
Last updated

The primary initialization function for Geoflow is responsible for calling getData and running the script extensions (if enabled).
This method is the primary initialization function that controls Geoflow; it is responsible for calling getData to populate the visitor data properties and running any specified script extensions.
If you added [data-manual=true] or [data-privacy=true] on the <script> tag, then you can use this method to run Geoflow manually. Learn more about those data attributes here.
Nonegeoflow.run();NoneLast updated