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.
Last updated
Was this helpful?
Setting multiple conditions on your element is supported by appending a semicolon (;) to the value, serving as a separator between the conditions.
Last updated
Was this helpful?
Having multiple conditions for your element is supported by using the semicolon (;) as a separator between each condition that you have defined.
Attribute Name | Attribute Value | Which Page Element? |
---|---|---|
The semicolon must be added after the value or any special characters.
data-geo-visibility
conditionName:conditionValue; conditionName:conditionValue
Any Element
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.