WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: liana-with-growthstack (Used by 33 domains)

Liana with GrowthStack

👤 Liana Technologies 📦 v2.0.9

Liana with GrowthStack is a powerful WordPress plugin that brings enterprise-level marketing automation and personalization capabilities to your website. Built by Liana Technologies, it seamlessly integrates with LianaAutomation to help you optimize conversions and deliver personalized experiences to your visitors.

Key Features

  • Content Personalization – Show different content to different visitors based on various rules
  • Analytics & Insights – Track page views, user behavior, and engagement metrics
  • Marketing Automation Forms – Integrate LianaAutomation forms directly into your content
  • LianaMailer Integration – Connect with Contact Form 7, Gravity Forms, and WPForms

Pro Features

Available in Pro version of the plugin.

  • A/B Testing – Test different variations of your content to optimize conversions (available in Pro)
  • Audience Tracking – Understand your visitors with detailed audience data
  • Advanced Personalization Rules – Create more advanced personalization scenarios (available in Pro)

Personalization Rules

Create targeted content experiences based on:

  • Country – Show content based on visitor’s geographic location
  • Device Type – Tailor content for desktop, tablet, or mobile users
  • Preferred Language – Display content in the visitor’s preferred language
  • Referrer – Personalize based on where visitors came from
  • Time – Show content based on time of day and day of the week
  • User Status – Show content for new vs. returning visitors

Analytics Features

  • Site-wide analytics with view counts, user counts, and session data
  • Page-level performance metrics
  • Engagement time tracking
  • Audience insights including:
    • Traffic sources
    • New vs. returning visitors
    • Device types
    • UTM parameters (campaign, source, medium)

Integrations

  • LianaAutomation – Full integration with marketing automation platform
  • LianaMailer – Email marketing integration
  • Google Analytics – Data Layer events of seen personalizations is sent and can be tracked in Google Analytics.

Plugin compatibility

  • Contact Form 7 – LianaMailer integration for form submissions
  • Gravity Forms – LianaMailer integration for form submissions
  • WPForms – LianaMailer integration for form submissions

Caching and performance

Liana with GrowthStack is compatible with popular caching plugins and server level caching solutions. It uses client-side JavaScript to handle content personalization and A/B testing, ensuring that cached pages still deliver dynamic content based on visitor data.

Analytics data is saved to the database in an optimized manner, with data being bundled and sent asynchronously to minimize performance impact. This does add some database load but write actions are done in asynchronously with JavaScript events to minimize impact on user experience.

Developer Hooks

Liana with GrowthStack provides various filters and actions for developers to customize functionality.

Filters

Admin Capabilities

Control who can access different admin pages:

  • growthstack/admin/capability/view_dashboard – Capability required to view the dashboard (default: ‘edit_pages’)
  • growthstack/admin/capability/view_analytics – Capability required to view analytics (default: ‘edit_pages’)
  • growthstack/admin/capability/view_personalization – Capability required to view personalization (default: ‘edit_pages’)
  • growthstack/admin/capability/view_ab_tests – Capability required to view A/B tests (default: ‘edit_pages’)
  • growthstack/admin/capability/view_forms – Capability required to view forms (default: ‘edit_pages’)
  • growthstack/admin/capability/view_settings – Capability required to view settings (default: ‘manage_options’)
  • growthstack/admin/capability/view_support – Capability required to view support (default: ‘manage_options’)

Admin UI

  • growthstack/admin/submenu_pages – Modify admin submenu pages array
  • growthstack/show_banner/upgrade – Show/hide upgrade banner in Analytics (default: true)
  • growthstack/show_banner/ab_testing – Show/hide banner in A/B Testing page (default: true)
  • growthstack/show_banner/audience – Show/hide banner in Dashboard (default: true)

Analytics

  • growthstack/analytics/post_types – Modify which post types are tracked for analytics (default: public post types)

Personalization

  • growthstack/rule_types – Register or modify available personalization rule types
  • growthstack/personalization/visited_pages/post_types – Modify post types available for “Visited Pages” personalization rule (default: [‘post’, ‘page’])

LianaMailer Integration

Contact Form 7:

  • growthstack/lianamailer/contactform7/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/contactform7/subscription_properties – Modify contact properties
  • growthstack/lianamailer/contactform7/subscription_lists – Modify selected mailing lists

Gravity Forms:

  • growthstack/lianamailer/gravityforms/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/gravityforms/subscription_properties – Modify contact properties
  • growthstack/lianamailer/gravityforms/subscription_lists – Modify selected mailing lists

WPForms:

  • growthstack/lianamailer/wpforms/get_lianamailer_api – Modify LianaMailer API instance
  • growthstack/lianamailer/wpforms/subscription_mailer_data – Modify mailer data before sending
  • growthstack/lianamailer/wpforms/subscription_properties – Modify contact properties
  • growthstack/lianamailer/wpforms/subscription_lists – Modify selected mailing lists

JavaScript Events

Personalization:

  • GrowthstackReplacementDone – Fired on document when personalization (or A/B testing) content replacement is complete

Example usage:
javascript
document.addEventListener('GrowthstackReplacementDone', function(e) {
// Re-initialize your JavaScript after content replacement
console.log('Personalization applied');
});

Example double initialization for a hypothetical block:
`javascript
const INIT_EVENTS = {
DOMContentLoaded: document,
GrowthstackReplacementDone: document,
};

Object.entries( INIT_EVENTS ).forEach( ( [ event, element ] ) => {
element.addEventListener( event, () => {
init();
} );
} );

const init = () => {
const els = document.querySelectorAll( ‘.js-my-element-name’ );
els.forEach( ( el ) => {
if ( ‘true’ === el.dataset.init ) {
return;
}
el.dataset.init = ‘true’;
setupElement( el );
} );
};

const setupElement = ( el ) => {
// Your block JavaScript logic here
};
`

Support

For support, feature requests, and bug reports, please visit:
* Website: https://www.lianatech.com/
* Documentation: https://www.lianatech.com/

Credits

Liana with GrowthStack is developed and maintained by Liana Technologies.

DomainExposuresHeadersLast Checked
m*a*t*r*.fi (WP 6.9.4) D 2026-05-07 18:36:36
p*o*e*a*l*.fi (WP 6.9.4) F 2026-05-07 14:07:06
k*t*.fi (WP 6.9.4) F 2026-05-07 14:07:06
h*v*e*t*.fi (WP 6.9.4) F 2026-05-07 14:07:06
e*e*t*c.fi (WP 6.9.4) F 2026-05-07 14:07:06
n*t*m.fi A 2026-05-07 04:40:50
s*a*e*.fi (WP 6.9.4) F 2026-05-06 16:44:23
c*r*n*r*a.fi A 2026-05-03 13:22:54
o*l*2*2*.eu F 2026-05-03 12:27:38
s*a*i*i*e*.fi A 2026-04-29 01:31:12
p*o*n*e*i*r.com (WP 6.9.4) F 2026-04-28 11:16:50
k*v*t*r*t*a*a*.e*z*.fi (WP 6.9.4) D 2026-04-27 05:35:35
k*t*p*u*a*h*.fi B 2026-04-27 04:20:12
k*n*o*s.com A 2026-04-26 16:38:46
h*r*l*n*a*m*s*a*k*r*a*e*a.fi A 2026-04-24 17:31:38
a*c*i*f*o*l*b.fi F 2026-04-23 22:41:15
k*t*p*u*a*h*.com B 2026-04-23 11:59:08
m*r*a*h*l*n.fi (WP 6.9.4) C 2026-04-22 21:54:49
m*s*i*k*l*v*t.fi C 2026-04-20 20:25:05
r*n*a*o*p*i.com C 2026-04-20 14:34:05
r*n*a*j*u*p*.com C 2026-04-20 14:34:05
b*u*t*e*u.com A 2026-04-20 12:08:55
b*u*t*c*n*u*t*n*.com A 2026-04-20 12:08:55
b*u*t*.com A 2026-04-20 12:08:55
l*s*n*n*a*s*u*.fi A 2026-04-20 03:43:00
d*p*n*l*n*k*.fi A 2026-04-20 03:43:00
a*k*i*i*k*s*a*i*.fi A 2026-04-20 03:43:00
v*r*o*a*i*m*.fi A 2026-04-11 10:54:08
a*a*i*.pro A 2026-04-11 10:54:08
a*d*c*i*n*i*k.com A 2026-04-01 04:34:22
p*o*n*e*i*r.fi (WP 6.9.4) 2026-03-20 12:35:27
h*m*.fi (WP 6.9.4) 2026-03-19 22:59:11

Top 50 Plugins

Plugin Count
elementor 1,838,086
contact-form-7 1,755,144
elementor-pro 1,055,714
woocommerce 848,956
revslider 634,780
jetpack 451,922
js_composer 432,611
wp-rocket 325,209
essential-addons-for-elementor-lite 286,981
gravityforms 255,614
complianz-gdpr 232,317
instagram-feed 226,802
header-footer-elementor 223,646
google-analytics-for-wordpress 219,084
cookie-law-info 218,164
google-site-kit 215,434
elementskit-lite 209,962
sitepress-multilingual-cms 206,539
gutenberg-core 203,904
bluehost-wordpress-plugin 195,469
gutenberg 153,062
wpforms-lite 147,243
astra-sites 139,452
cookie-notice 132,048
litespeed-cache 131,019
gtranslate 126,140
the-events-calendar 122,698
coblocks 115,311
popup-maker 114,366
woocommerce-payments 103,608
tablepress 97,355
astra-addon 94,373
bb-plugin 93,750
LayerSlider 93,148
wp-smushit 92,842
premium-addons-for-elementor 88,552
honeypot 88,395
duracelltomi-google-tag-manager 87,860
mailchimp-for-wp 86,836
all-in-one-seo-pack 85,531
akismet 85,296
cleantalk-spam-protect 84,888
woocommerce-gateway-stripe 82,028
megamenu 80,786
fusion-builder 78,846
formidable 77,021
smart-slider-3 75,792
creative-mail-by-constant-contact 75,475
ewww-image-optimizer 74,700
gravityformsrecaptcha 73,531

Top 50 Themes

Theme Count
hello-elementor 615,415
Divi 516,935
astra 453,978
pub 139,150
Avada 122,597
flatsome 118,599
generatepress 116,465
oceanwp 84,450
kadence 77,740
h4 74,243
enfold 69,545
salient 66,354
bb-theme 57,778
twentytwentyfour 56,530
twentyseventeen 55,433
cocoon-master 53,821
betheme 52,009
blocksy 51,703
twentytwentyfive 47,925
dt-the7 44,685
neve 38,731
Avada-Child-Theme 35,542
woodmart 35,498
twentytwentyone 33,608
bridge 33,062
gox 32,997
twentytwenty 30,108
lightning 29,565
swell 28,057
twentytwentythree 26,343
Impreza 25,004
bricks 24,787
Newspaper 22,079
twentytwentytwo 21,414
epik-redesign 20,222
pro 18,255
uncode 18,160
twentysixteen 18,150
storefront 17,890
extendable 17,583
sydney 16,401
yith-wonder 15,402
Total 14,419
themify-ultra 14,077
hestia 12,774
twentynineteen 12,453
porto 12,203
yootheme 12,150
twentyfifteen 12,094
thrive-theme 11,829