🌎
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. Geo Visibility

Define Multiple Conditions

Setting multiple conditions on your element is supported by appending a semicolon (;) to the value, serving as a separator between the conditions.

PreviousGeo VisibilityNextMatch All Conditions

Last updated 1 year ago

Was this helpful?

How Does It Work?

Having multiple conditions for your element is supported by using the semicolon (;) as a separator between each condition that you have defined.

How To Implement

Attribute Name
Attribute Value
Which Page Element?

data-geo-visibility

conditionName:conditionValue; conditionName:conditionValue

Any Element

The semicolon must be added after the value or any special characters.

Examples

Attribute Value
Description
Attribute Value
Description
Attribute Value
Description
Attribute Value
Description

countryCode:AU;countryCode:CA

The element is only visibile to visitors in either Australia or Canada.

isMobile:true;countryCode:CA

The element is visible to mobile visitors or anyone currently in Canada.

city:Sydney;city:Melbourne

The element is visibile to anyone that is currently in the cities Sydney or Melbourne.

deviceType:Desktop;isEU:true

The element is only visible to visitors in the European Union or desktop computer users.

⭐
Page cover image