Hello Zoho PageSense Team,
I hope you're doing well.
I’d like to request a feature enhancement for the PageSense pop-up targeting functionality.
Current Limitation:
Currently, PageSense pop-ups can be triggered using simple JavaScript variables. However, nested variables (such as window.pageSense.trial_status or pageSense.trial_status) are not recognized by the system. This prevents more advanced and structured implementations where variables are defined within objects or namespaces.
Requested Enhancement:
Please add support for nested JavaScript variables in the pop-up targeting settings (under “Set Target Audience”). This would allow PageSense users to use variables defined within objects—common in modern websites and web applications.
Example Use Case:
On my website, I use variables like:
window.pageSense.trial_status = 0
pageSense.trial_status = 1
While PageSense can detect a simple variable such as trial_status = 0, it currently fails to trigger pop-ups based on nested variables like the examples above.
Benefits:
- Enables more flexible and advanced targeting conditions
- Allows developers to follow cleaner coding standards (using namespaces)
- Reduces the need for redundant global variables
Thank you for considering this enhancement and for your team’s responsiveness so far. I truly appreciate your ongoing improvements to PageSense.
Best regards,
Ram