WordPress maintenance or security needs? Reach out!
TLDWP

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

Liana with GrowthStack

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
i*s*n*o*i*s*.fi (WP 6.9.5) C Aug 9, 2026
o*l*n*e*d*n*a*k*.fi A Aug 4, 2026
c*r*n*r*a*n*k*i*i*k*.fi A Aug 3, 2026
p*o*e*s*o*a*d*c*o*a*e.fi (WP 6.9.5) C Aug 2, 2026
p*i*d*l*n*k*.com A Jul 31, 2026
f*a*i*e*h*l*h*o*.com A Jul 31, 2026
s*a*i*i*e*.fi A Jul 30, 2026
m*s*i*l*n*u*m*t*l*.fi (WP 6.9.5) C Jul 29, 2026
d*p*n*l*n*k*.com A Jul 28, 2026
p*o*n*e*i*r.com (WP 7.0.2) F Jul 26, 2026
s*o.fi C Jul 26, 2026
p*r*.earth A Jul 25, 2026
k*t*p*u*a*h*.fi B Jul 24, 2026
y*k*s*o*n*i.fi (WP 6.9.5) A Jul 24, 2026
k*n*o*s.com A Jul 23, 2026
p*i*d*l*n*k*.fi A Jul 23, 2026
b*o*e*i*u*.fi A Jul 23, 2026
b*u*t*e*u.com A Jul 22, 2026
b*u*t*c*n*u*t*n*.com A Jul 22, 2026
b*u*t*.com A Jul 22, 2026
y*k*y*d*s*y*.fi (WP 6.9.4) A Jul 22, 2026
y*k.fi (WP 6.9.4) A Jul 22, 2026
y*k*a*s*.fi (WP 6.9.5) A Jul 22, 2026
h*r*l*n*a*m*s*a*k*r*a*e*a.fi A Jul 21, 2026
a*c*i*f*o*l*b.fi F Jul 21, 2026
a*r*m.fi A Jul 21, 2026
k*t*p*u*a*h*.com B Jul 20, 2026
m*r*a*h*l*n.fi (WP 6.9.5) C Jul 20, 2026
r*n*a*o*p*i.com C Jul 18, 2026
r*n*a*j*u*p*.com C Jul 18, 2026
y*k*a*v*l*t.fi (WP 6.9.4) A Jul 18, 2026
m*s*i*k*l*v*t.fi C Jul 18, 2026
v*n*k*.info A Jul 17, 2026
t*m*e*e.ai (WP 7.0.1) D Jul 17, 2026
l*s*n*n*a*s*u*.fi A Jul 17, 2026
d*p*n*l*n*k*.fi A Jul 17, 2026
a*k*i*i*k*s*a*i*.fi A Jul 17, 2026
s*i*t*.fi A Jul 17, 2026
d*o*n*n*h*l*.fi A Jul 17, 2026
y*e*n*n*y*t*o*y*s*a*s*.com (WP 6.9.4) A Jul 16, 2026
e*r*p*e*s*r*u*.com (WP 6.8.5) F Jul 15, 2026
e*r*p*e*s*e*e*u*.com (WP 6.8.5) F Jul 15, 2026
a*d*c*i*n*i*k.com A Jul 14, 2026
y*k*a*v*l*t.com (WP 6.9.4) A Jul 11, 2026
y*k*a*s*.com (WP 6.9.4) A Jul 11, 2026
y*k*p*l*e*u*.com (WP 6.9.4) A Jul 11, 2026
y*k*k*s*a.com (WP 6.9.4) A Jul 11, 2026
b*o*e*i*u*.com A Jul 10, 2026
a*k*i*i*k*s*a*i*.com A Jul 9, 2026
v*r*o*a*i*m*.fi A Jul 8, 2026
a*a*i*.pro A Jul 8, 2026
r*v*n*o*a*a*l*k.fi (WP 7.0) F Jul 8, 2026
k*p*n*a*a*s*r*t*a*y*t*e*.fi C Jul 8, 2026
t*l*n*i*.fi C Jul 8, 2026
p*o*n*e*i*r.fi (WP 7.0) F Jul 8, 2026
p*y*o*.fi (WP 6.9.4) F Jul 8, 2026
n*a*t*l*n*u*t*k*s*u*.com A Jul 7, 2026
h*k*t*.fi (WP 6.9.4) C Jul 7, 2026
h*m*.fi (WP 6.9.4) C Jul 7, 2026
p*y*o*.com (WP 6.9.4) F Jul 6, 2026
n*o*t*n*i*k*i.fi A Jul 6, 2026
m*a*t*r*.fi (WP 7.0) D Jul 4, 2026
p*o*e*a*l*.fi (WP 7.0) F Jul 4, 2026
k*t*.fi (WP 7.0) F Jul 4, 2026
h*v*e*t*.fi (WP 6.9.4) F Jul 4, 2026
e*e*t*c.fi (WP 7.0) F Jul 4, 2026
n*t*m.fi A Jul 4, 2026
s*a*e*.fi (WP 7.0) F Jul 3, 2026
a*m*t*l*i*e*t*h*o*i*u*k*n*o.fi (WP 6.9.4) C Jul 2, 2026
f*s*o*a*e*v*.com A Jul 2, 2026
h*v*.fi A Jul 2, 2026
m*o*m.com A Jul 1, 2026
c*r*n*r*a.fi A Jul 1, 2026
s*n*n*u*a*o*i.fi (WP 7.0) F Jul 1, 2026
o*l*2*2*.eu F Jul 1, 2026
s*n*p*a*a*.fi A Jun 30, 2026

Top 50 Plugins

Plugin Count
elementor 1,769,217
contact-form-7 1,749,287
elementor-pro 1,052,189
woocommerce 816,149
revslider 607,594
jetpack 453,962
js_composer 418,920
wp-rocket 341,552
essential-addons-for-elementor-lite 264,340
gravityforms 256,778
complianz-gdpr 256,400
google-site-kit 233,082
cookie-law-info 227,686
instagram-feed 224,269
sitepress-multilingual-cms 210,427
header-footer-elementor 206,362
google-analytics-for-wordpress 204,964
bluehost-wordpress-plugin 192,389
elementskit-lite 179,866
gutenberg 167,407
cookie-notice 148,318
litespeed-cache 145,115
gtranslate 124,647
wpforms-lite 123,446
the-events-calendar 121,960
astra-sites 112,964
popup-maker 109,424
woocommerce-payments 109,102
gutenberg-core 103,096
tablepress 102,238
honeypot 97,702
astra-addon 93,656
wp-smushit 90,640
duracelltomi-google-tag-manager 90,334
layerslider 88,939
all-in-one-seo-pack 88,877
bb-plugin 86,692
coblocks 86,681
akismet 84,818
premium-addons-for-elementor 84,185
cleantalk-spam-protect 82,329
ml-slider 82,306
mailchimp-for-wp 81,498
megamenu 80,102
woocommerce-gateway-stripe 79,241
jet-engine 78,059
fusion-builder 76,816
ewww-image-optimizer 76,813
wp-pagenavi 76,427
smart-slider-3 75,977

Top 50 Themes

Theme Count
hello-elementor 620,495
Divi 494,397
astra 413,345
flatsome 139,928
Avada 120,641
generatepress 114,755
oceanwp 80,191
kadence 78,307
pub 72,258
enfold 68,493
salient 64,964
twentyseventeen 54,235
bb-theme 53,298
twentytwentyfour 52,386
betheme 52,377
blocksy 50,763
cocoon-master 49,252
dt-the7 45,336
twentytwentyfive 45,082
woodmart 43,840
neve 37,991
Avada-Child-Theme 36,870
gox 36,337
h4 36,038
bridge 31,194
twentytwentyone 30,184
lightning 30,041
twentytwenty 28,717
swell 28,102
bricks 26,515
Impreza 25,999
Newspaper 24,226
twentytwentythree 22,064
epik-redesign 19,112
twentytwentytwo 18,767
uncode 18,438
pro 17,619
twentysixteen 17,566
storefront 16,289
sydney 16,199
Total 14,325
hello-theme-child-master 14,057
factory-templates-4 13,736
themify-ultra 12,926
extendable 12,677
hestia 12,517
yootheme 12,451
yith-wonder 12,081
porto 11,951
twentyfifteen 11,845