Geo Script
Conditionally run internal or external JavaScript code, based on one or more conditions you have defined with the visitor data properties.
How Does It Work?
How To Implement
Attribute Name
Attribute Value
Which Page Element?
Example
<!--
If the Visitor Is NOT In the EU, The Cookie Banner Will Be Removed
-->
<script type="text/geoflow" data-geo-script="isEU:false">
document.getElementById('cookie-banner')?.remove();
</script>Last updated
