B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sportmx
/
public_html
/
wp-content
/
plugins
/
cookie-notice
/
includes
/
Filename :
notifications.json
back
Copy
{ "_meta": { "version": 1, "rangeConvention": "usagePercent ranges are [inclusive, exclusive). null = unbounded. Example: [70, 100] means >= 70% AND < 100%.", "templateVariables": "{sessionTotal}, {sessionUsed}, {usagePercent} — interpolated at render time with locale-formatted numbers." }, "rules": [ { "id": "threshold-locked", "type": "critical", "priority": 100, "slot": "topBar", "condition": { "tier": "free", "usagePercent": [ 100, null ] }, "title": "Action Required: Visit limit reached", "description": "Your site has exceeded its free monthly limit of {sessionTotal} visits. Cookie autoblocking is now disabled, which means tracking scripts may fire before visitors consent. Upgrade to Pro immediately to restore full compliance protection.", "cta": { "label": "Upgrade to Pro \u2192", "action": "openPricingModal" }, "dismissible": false, "icon": "error" }, { "id": "threshold-warning", "type": "warning", "priority": 80, "slot": "topBar", "condition": { "tier": "free", "usagePercent": [ 70, 100 ] }, "title": "Approaching your visit limit", "description": "Your site is nearing its free monthly limit ({sessionUsed} / {sessionTotal} visits). If you exceed the limit, cookie autoblocking will be disabled. Upgrade to Pro now for unlimited coverage.", "cta": { "label": "Upgrade to Pro \u2192", "action": "openPricingModal" }, "dismissible": true, "icon": "warning" }, { "id": "generic-upsell", "type": "info", "priority": 20, "slot": "topBar", "condition": { "tier": "free" }, "title": "Upgrade for unlimited coverage", "description": "Free protects up to {sessionTotal} visits/month. Upgrade to Pro for unlimited visits, geo-targeting, and extended consent logs.", "cta": { "label": "Upgrade to Pro \u2192", "action": "openPricingModal" }, "dismissible": true, "icon": "info" }, { "id": "sidebar-threshold", "type": "warning", "priority": 90, "slot": "sidebar", "condition": { "tier": "free", "usagePercent": [ 70, null ] }, "headline": "Restore protection", "features": [ "Remove the visit limit", "Geo-targeted consent", "Extended consent logs" ], "cta": { "label": "Upgrade to Pro \u2192", "action": "openPricingModal" } }, { "id": "sidebar-generic", "type": "info", "priority": 10, "slot": "sidebar", "condition": { "tier": "free" }, "headline": "Unlock unlimited compliance", "features": [ "Unlimited visits", "Geo-targeted consent", "Extended consent logs" ], "cta": { "label": "Upgrade to Pro \u2192", "action": "openPricingModal" } }, { "id": "dashboard-banner-only", "type": "critical", "priority": 50, "slot": "wpDashboard", "condition": { "state": "banner_only" }, "title": "Your banner shows \u2014 but nothing is blocked", "gapLabel": "Not protected", "description": "Scripts fire before consent. Connect free to protect.", "cta": { "label": "Connect free to activate protection \u2192", "action": "openWelcomeModal" }, "ctaSmall": "No credit card \u00b7 protects up to 10,000 visits / month" }, { "id": "dashboard-free-under", "type": "info", "priority": 20, "slot": "wpDashboard", "condition": { "state": "free_under" }, "title": "Protected, with gaps to close", "gapLabel": "Free plan", "description": "Close the gaps below to fully cover your ad stack.", "cta": { "label": "Close all gaps with Pro \u2192", "action": "openWelcomeModal" }, "ctaSmall": "Unlimited visits \u00b7 every consent mode \u00b7 lifetime records" }, { "id": "dashboard-free-near", "type": "warning", "priority": 80, "slot": "wpDashboard", "condition": { "state": "free_near" }, "title": "You\u2019re about to lose protection", "gapLabel": "{usagePercent}% used", "description": "You\u2019ve used {usagePercent}% of your monthly limit \u2014 protection switches off at 100%.", "cta": { "label": "Upgrade before you hit the limit \u2192", "action": "openWelcomeModal" }, "ctaSmall": "Keep protection on \u00b7 go unlimited" }, { "id": "dashboard-free-over", "type": "critical", "priority": 100, "slot": "wpDashboard", "condition": { "state": "free_over" }, "title": "Protection paused \u2014 limit reached", "gapLabel": "{usagePercent}% used", "description": "Limit reached \u2014 protection is paused. {sessionUsed} / {sessionTotal} visits used.", "cta": { "label": "Upgrade to restore protection \u2192", "action": "openWelcomeModal" }, "ctaSmall": "Re-enable protection instantly \u00b7 go unlimited" }, { "id": "dashboard-pro", "type": "success", "priority": 10, "slot": "wpDashboard", "condition": { "state": "pro" }, "title": "Fully protected", "gapLabel": "All systems active", "description": "Everything\u2019s on. Nothing to do.", "cta": { "label": "View consent & traffic analytics \u2192", "action": "openWelcomeModal" } } ] }