Personyze
On your site
Website PersonalizationContent, offers and layout shaped to each visitor — one profile across every page and every session.Recommendation EngineWhat each visitor wants next, ranked by the algorithm you pick or one you write.A/B TestingA winner per audience, promoted mid-campaign rather than after it.Dynamic Landing PagesThe whole page recomposed per visitor — headline, imagery and offer from the ad they clicked and their own interests. On pages you already run.AI Search & Chat AgentAnswers from your own pages and catalogue, and a search box that replies in a sentence.Banners & Pop-UpsRight message, right moment, right page — without a developer.Social ProofLive scarcity, ratings and what other people just did.
Off your site
Email PersonalizationContent and recommendations picked per reader at open time — sent from Personyze or pasted as one block into your ESP.Push, SMS & WhatsAppFired by what they just did rather than by a schedule.Hosted Landing PagesThe same per-visitor page, served by us — your domain or ours, no site to deploy to.
Know who they are
Behavioral TargetingSegments that update themselves from what people actually do.Audience DiscoveryPlain-language audiences found in your own data — visitors who convert several times more often than average, targetable in a click.ABM MarketingThe company behind an anonymous visit, joined to your CRM.Website AnalyticsSessions, bounce and revenue — then click a row and there is a person.
Build & connect
MCP ServerRun your account from Claude, ChatGPT or any MCP client.IntegrationsHubSpot, Salesforce, Twilio Segment, Tealium, GTM and the REST API.APIs, SDKs & AutomationOne REST endpoint over every object, server and mobile SDKs, rules and reports that run on their own.
PricingVideosProduct TourShort narrated videos of the real platform, one feature at a time.

Drupal Integration

Personalize your Drupal site

Run targeted banners and messages, AI recommendations, and A/B tests on Drupal — greeting every visitor with the right content and offer, with the official Drupal module and no developer time.

Drupal+Personyze
Tuesday, October 24
Subscribe
World Technology Business Science AI
BREAKING NEWS

The Future of AI: Neural Networks Hit New Milestone

By Editorial Staff • 2 hours ago

Researchers have unveiled a new processing architecture that mimics the human brain's synaptic efficiency. This shift marks the end of traditional computing as we know it...

Tech Giants Merge

Cybersecurity Alert

Personalization
Recommended For You
AI in Healthcare
Based on history
Quantum Leap
Science Daily
Crowd Logic
Trending Now
1. New EV Battery Tech
2. Crypto Regulations
3. Mars Mission Date
Targeted Promo
Pro-Grade SD Card
Save 20% Today
Content Algo
Most Read in Technology
Just Published
Cybersec Update
300+ Reads Today
VR Analysis
Trending
SpaceX Launch

Trusted by teams at

CemexBench AccountingKaplanX-Cite

Why it matters

Personalize Drupal without rebuilding it

Drupal powers content-rich sites and complex workflows, but tailoring banners, messages, recommendations, and experiments to each visitor usually means custom modules and developer time.

Personyze layers the full toolkit onto any Drupal theme — targeted banners and popups, recommendations, dynamic content, and A/B testing. Add the tracking snippet and it runs client-side, with a client-side JSON API for delivery and a server REST API for headless Drupal and deeper data sync.

The official module

Personalization on Drupal, without touching your theme

Getting a personalization platform onto a Drupal site usually means editing a theme template, or handing the job to a developer and waiting. The official Drupal personalization module removes that step: install it, enter your Personyze account ID in one field, and the tag is live on every page. It stays live through theme changes and Drupal updates, because it is no longer part of your theme.

Install and configure

# with Composer, recommended composer require drupal/personyze drush en personyze

No Composer? Download the module from drupal.org, extract it into modules/contrib/, and enable Personyze at Extend.

  1. Open the settings. Configuration → Web services → Personyze (/admin/config/services/personyze).
  2. Paste your account ID and save. It is the number in your Personyze snippet, under Settings → Tracking Code. That is the whole setup — the tag is live on the next page load.

Requires Drupal 10 or 11 and a Personyze account. Changing the setting needs the Administer Personyze permission. There is a second field, Tracking domains; leave it empty unless support gives you a value for it.

What the module does, and what it does not

  • Adds the Personyze tag to every front-end page, from one admin screen.
  • Skips the administration pages on purpose, so your own editors’ clicks never arrive as site traffic.
  • Clears the right caches when you change the setting, so saving the ID takes effect immediately.
  • Adds nothing at all until an ID is saved, so installing it early is harmless.
  • Does not add Drupal blocks, and does not expose nodes or Commerce products as a recommendation feed. Both are planned, neither is in this release.

Those last two are not how personalization reaches the page. Banners, recommendations, dynamic text and A/B tests are rendered by Personyze on the page itself — the module’s job is to put the tag there, and everything below works once it has.

What you can do

What Personyze + Drupal unlocks

01

Targeted messages & banners

Show personalized banners, popups, announcement bars, and inline messages to the right visitor — by behavior, audience, referral, geo, or CRM/CDP data.

02

AI recommendations

Serve related articles, popular reads, and personalized content or product recommendations that keep visitors engaged on your Drupal site.

03

A/B testing & optimization

Test variations of any element or message and let Personyze auto-promote the winner — right on your live Drupal pages.

04

No-code, plus developer-ready

Build it all in a visual editor with client-side JSON delivery — and use the server REST API for headless or deeper, server-to-server data sync when you need it.

How it works

How it works

Install the moduleRun composer require drupal/personyze, enable it, and paste your account ID at Configuration → Web services → Personyze. No theme edit — though pasting the snippet into html.html.twig still works if you prefer it.
Build your campaignsCreate targeted banners, popups, and messages, plus content/product recommendation widgets, in the visual editor — delivered via the client-side JSON API.
Target your audiencesBuild rules on behavior, interests, geo, referral, and CRM/CDP data so each visitor sees the most relevant message.
Launch & A/B testPublish, run A/B tests with automatic winner selection, and track results with built-in analytics (or your GA4).

FAQ

Common questions

How do I add Personyze to Drupal?
Install the official module: composer require drupal/personyze, then drush en personyze, then paste your account ID at Configuration → Web services → Personyze. The tag is live on the next page load, on every front-end page, and survives theme changes. If you would rather not add a module, you can still paste the snippet high in the <head> of your theme’s html.html.twig and clear caches.
What can I personalize?
Targeted banners, popups, and messages; content and product recommendations; dynamic text and CTAs; and full A/B tests — targeted by behavior, audience, geo, and CRM/CDP data.
Is it no-code?
Yes. Build campaigns in a visual editor; the tracking snippet and client-side JSON API render everything without back-end work. A server-to-server REST API is available for headless or advanced data sync.
Does it slow down my site?
No. Place the snippet high in the <head> so personalization runs on first paint, avoiding a flash of original content.
Which Drupal versions does the module support?
Drupal 10 and Drupal 11. On older sites, add the Personyze snippet to your theme instead — everything on this page works the same way once the tag is on the site.
Does the module add Drupal blocks or a content feed?
Not in this release. It adds the Personyze tag; Drupal blocks and a node or Commerce recommendation feed are planned. They are not needed for what this page describes: Personyze renders banners, recommendations and tests on the page itself, wherever you place them.

Personalize Drupal today

Book a 30-minute demo to see targeted messages, recommendations, and A/B tests running on your own site — or start free and install today.