🌎
Geoflow Docs
  • 🌎Welcome to Geoflow
  • 🔍Overview
    • Visitor Data Properties
  • ⭐Features
    • Geo Visibility
      • Define Multiple Conditions
      • Match All Conditions
      • Partially Match Condition
      • Reverse Condition Value
      • Custom Classes
    • Geo Form
      • Autofill Form Fields
      • Auto-Populate Select Fields
    • Geo Text
    • Geo Style
    • Geo Script
    • Script Extensions
      • Performance
      • Marketing Parameters
    • Optional Settings
      • Script Tag Data Attributes
      • Meta Tags
  • ⚙️Advanced
    • Code Snippets
    • Methods
      • run
      • getData
      • updateData
      • displayData
      • clearData
      • checkCondition
      • select
    • Callbacks
    • Events
    • REST API
      • Get Visitor IP
      • Get Visitor Data
      • Add Website
      • Delete Website
      • Update Website
      • List Websites
      • Get Website
  • 📄Legal
    • License Agreement
Powered by GitBook
  1. Features
  2. Optional Settings

Meta Tags

Adjust the default functionality by adding one or more of these <meta> tags to a page or two on your Webflow website.

PreviousScript Tag Data AttributesNextCode Snippets

Last updated 1 year ago

Was this helpful?

Ignore Visitor Data Properties

Define a comma-separated list of the visitor data properties you would like to have ignored.

The property name is case-sensitive and must match the 'Property Variable' noted in the . The properties added here will be excluded from the 'geoflow' JS object.

<meta name="geoflow-ignore" content="countryName, countryCode">

Send The Visitor Data Somewhere

Define an endpoint that you would like the visitor data properties sent to when the visitor leaves your website. The endpoint must be a valid secure URL (including the https:// part and a TLD); it can be anything that supports accepting a POST request (e.g. Zapier webhook).

If the URL that you provide is not valid, an error will be displayed in the browser console.

We recommend using our preferred webhook provider, , for your data endpoint.

<meta name="geoflow-endpoint" content="https://hook.example.com">

Script Extensions

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

Learn more about the different .

<meta name="geoflow-extensions" content="performance, marketing-params">

Developer Tip: The <meta> tags are helpful if you would like to adjust the default functionality on a page-level basis. The <meta> tag will be ignored if the data attribute for the same optional setting is also applied to the Geoflow <script> tag.

Visitor Data Properties table
Hookdeck
script extensions
⭐
Page cover image