🌎
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. Advanced
  2. Methods

getData

Fetches the visitor data properties.

PreviousrunNextupdateData

Last updated 1 year ago

Was this helpful?

Description

This method fetches the available data properties for the current visitor. Unless you have specified the manual or privacy data attribute on the <script> tag (see more ), getData will be automatically called by the initialization method.

The geoflowReady event will be fired, and the Geoflow_Ready callback will be triggered.

Parameters

None

Using This Method

geoflow.getData();

Output

true (boolean)
here
⚙️
Page cover image