🌎
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. Overview

Visitor Data Properties

Geoflow provides you with easy access to over 30 visitor data properties—from the country to the currency to the device type, and much more.

Property Name
Property Variable
Type
Property Example

Continent Name

continentName

String

Oceania

Continent Code

continentCode

String

OC

Country Name

countryName

String

Australia

Country Code

countryCode

String

AU

Region

region

String

Oceania

National Capital

nationalCapital

String

Canberra

City

city

String

Melbourne

State Name

stateName

String

Victoria

State Code

stateCode

String

VIC

Postal/ZIP Code

postalCode

String

3000

Is EU Visitor?

isEU

Boolean

true

Time Zone

timezone

String

Australia/Melbourne

Latitude

latitude

String

-37.81590

Longitude

longitude

String

144.96690

Airport Code

airportCode

String

MEL

Currency Code

currencyCode

String

AUD

Currency Symbol

currencySymbol

String

$

Calling Code

callingCode

Number

61

Language

language

String

en-AU

Autonomous System Number

ASN

Number

4804

Internet Service Provider

ISP

String

Optus

Is Mobile Visitor?

isMobile

Boolean

false

Device Type

deviceType

String

Desktop

Mobile Data Saver

dataSaver

Boolean

false

Reduced Motion

reducedMotion

Boolean

false

Color Preference

colorPreference

String

dark

Operating System

OS

String

Windows

Current Page URL

currentPage

String

getgeoflow.com

Page Referer

referer

String

webflow.com

User Agent

userAgent

String

Chrome/118.0.0.0

IP Address

IP

String

192.168.1.1

PreviousWelcome to GeoflowNextGeo Visibility

Last updated 1 month ago

Was this helpful?

Developer Tip: Gain access to even more visitor data properties by enabling one or more of the optional script extensions offered. Visit this page for more information.

here
🔍
Page cover image