How do I install Personyze on TYPO3?
Run composer require personyze/personyze-typo3, then enter your Personyze account ID under Admin Tools → Settings → Extension Configuration → personyze. The tag is live on the next page load, on every front-end page. There is no TypoScript to write and no cache to flush.
Which TYPO3 versions does the extension support?
TYPO3 12.4 and 13.4, on PHP 8.1 or newer. TYPO3 11 and older are not supported; on those sites, add the Personyze snippet to your template instead — everything on this page works the same way once the tag is on the site.
Do I really not need to clear the TYPO3 cache?
No, and that is tested rather than hopeful: the account ID is read per request, so it takes effect on the next page load, both when you first save it and when you change it. A CDN, reverse proxy or Varnish in front of TYPO3 keeps its own cache, which TYPO3 cannot clear and neither can we.
Does it add content elements or a feed of TYPO3 pages?
Not in this release. It adds the Personyze tag; TYPO3 content elements and a content feed from TYPO3 pages are planned. Neither is needed for what this page describes — Personyze renders banners, recommendations and tests on the page itself, wherever you place them.
Is the TYPO3 backend personalized too?
No, deliberately. The extension registers in the front-end middleware stack only, so the backend is never tagged. Personalizing a CMS backend is never wanted, and it would report your own editors’ clicks as site traffic.
Where does the extension come from?
Personyze publishes it in the
TYPO3 Extension Repository as “Personyze Personalization” (extension key
personyze) and on
Packagist as
personyze/personyze-typo3. Composer is the usual install route.