Page cover image

run

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

Description

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.

Parameters

None

Using This Method

geoflow.run();

Output

None

Last updated

Was this helpful?