Page cover image

Script Extensions

Script extensions allow you to extend the functionality offered by the default Geoflow script, without writing a single line of code.

How Does It Work?

Optional script extensions were created so you can extend Geoflow's initial functionality. The default script is kept lightweight by offering additional features through these extensions.

Developer Tip: Send all the visitor data to an external source by adding the endpoint data attribute to the Geoflow <script> tag; visit this page here for more information.

How To Implement

Attribute Name
Attribute Value
Which Page Element?

data-extensions

See Extensions Table

<script> Tag for Geoflow

Extensions

Extension Name
Extension Variable
Extension Description

Performance

performance

Analyze how your website performs for visitors around the globe by collecting Real User Monitoring (RUM) data.

Marketing Parameters

marketing-params

Automatically capture and log every URL parameter related to marketing within each form on your page.

You can enable more than one script extension by including a comma-separated list in the extensions data attribute on the Geoflow <script> tag.

Example

<script data-extensions="performance" src="https://cdn.getgeoflow.com/beta/script.min.js" crossorigin="anonymous" fetchpriority="auto"></script>

Browse The Extensions

PerformanceMarketing Parameters

Last updated

Was this helpful?