PHPackages                             leuchtfeuer/typo3-audience-studio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. leuchtfeuer/typo3-audience-studio

ActiveTypo3-cms-extension

leuchtfeuer/typo3-audience-studio
=================================

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to Salseforce Audience Studio

v1.2.0(5y ago)1492GPL-2.0-or-laterPHP

Since Oct 27Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Leuchtfeuer/typo3-audience-studio)[ Packagist](https://packagist.org/packages/leuchtfeuer/typo3-audience-studio)[ Docs](https://www.Leuchtfeuer.com)[ Fund](https://www.Leuchtfeuer.com)[ GitHub Sponsors](https://github.com/flossels)[ RSS](/packages/leuchtfeuer-typo3-audience-studio/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (4)Versions (7)Used By (0)

TYPO3 Salesforce Audience Studio Adapter
========================================

[](#typo3-salesforce-audience-studio-adapter)

This TYPO3 extension provides an adapter for the [marketing\_automation](https://github.com/Leuchtfeuer/typo3-marketing-automation)to allow targeting users with personalised content.

To achieve that, users and segments from Audience Studio are imported from an Amazon S3 export, which can be configured in Audience Studio.

Installation
------------

[](#installation)

`composer require leuchtfeuer/typo3-audience-studio`Don't forget to activate the extension in the TYPO3 Extension Manager.

Configuration
-------------

[](#configuration)

### Adding the [Control Tag](https://konsole.zendesk.com/hc/en-us/articles/215557298-Control-Tag-Implementation-Guide) and cookie configuration

[](#adding-the-control-tag-and-cookie-configuration)

This adapter does not take care of adding the control tag to the HTML output of your website. Make sure to add it and put the following TYPO3 configuration into AdditionalConfiguration.php or any other appropriate place.

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['audience_studio']['cookieName'] = 'yourcookiename';
```

Verify that a cookie with the name declared in the configuration is set for your website domain. The adapter relies on this cookie to be present and set.

#### Get cookie value from local storage

[](#get-cookie-value-from-local-storage)

Since the AudienceStudio cookie is not set on the domain where your website is available, the cookie value must be read from the user's local storage. You can store the key of the local storage value in the configuration `localStorageKey`:

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['audience_studio']['localStorageKey'] = 'yourlocalstoragekey';
```

In this case, the following lines of JavaScript will be added to the source code:

```
(function() {
    if (window.localStorage) {
        const KUID = localStorage.getItem('YOUR_LOCAL_STORAGE_KEY');
        if (KUID !== null) {
            let date = new Date();
            date.setTime(date.getTime() + (30 * 24 * 60 * 60 * 1000));
            document.cookie = 'YOUR_COOKIE_NAME=' + KUID + ';expires=' + date.toUTCString() + ';path=/';
        }
    }
})();
```

You can also add this script manually. Then you can just leave the configuration empty and the extension will not add the JavaScript to your page.

### S3 Access configuration

[](#s3-access-configuration)

Put the following TYPO3 configuration into AdditionalConfiguration.php or any other appropriate place.

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['audience_studio']['storageConfiguration'] = [
    'key' => 'your S3 key',
    'secret' => 'your corresponding S3 secret',
    'region' => 'us-east-1', // Must be the correct region of your bucket
    'bucket' => 'your/bucket',
];
```

Import users and segments by using the following CLI command that comes with the extension:

```
vendor/bin/typo3 audience-studio:import
```

It is recommended to add this command as TYPO3 Scheduler task to be executed daily.

### Persona configuration

[](#persona-configuration)

Create *Persona* records as required in any system folder in the page tree. Each *Persona* is required to be associated with one or more Audience Studio segments. A *Persona* is matched when a user visits the website that is part of any segement selected in the *Persona* record.

### Target content

[](#target-content)

By default the Marketing Automation extension allows targeting content and page records. Additional records can be optionally be activated for targeting.

Targeting is based on *Personas*. In the Access tab of the content or page record, select the *Persona* for which this record should be shown.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~21 days

Total

5

Last Release

1939d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20301893?v=4)[Leuchtfeuer Digital Marketing](/maintainers/LeuchtfeuerDigitalMarketing)[@LeuchtfeuerDigitalMarketing](https://github.com/LeuchtfeuerDigitalMarketing)

---

Top Contributors

[![flossels](https://avatars.githubusercontent.com/u/8256874?v=4)](https://github.com/flossels "flossels (12 commits)")[![helhum](https://avatars.githubusercontent.com/u/904370?v=4)](https://github.com/helhum "helhum (9 commits)")[![djcprinse](https://avatars.githubusercontent.com/u/12030850?v=4)](https://github.com/djcprinse "djcprinse (3 commits)")

---

Tags

audience-studiomarketing-automationtypo3typo3-extensionautomationmarketingTYPO3 CMSsalesforceAudience Studio

### Embed Badge

![Health badge](/badges/leuchtfeuer-typo3-audience-studio/health.svg)

```
[![Health](https://phpackages.com/badges/leuchtfeuer-typo3-audience-studio/health.svg)](https://phpackages.com/packages/leuchtfeuer-typo3-audience-studio)
```

###  Alternatives

[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[in2code/lux

Living User eXperience - LUX - the Marketing Automation tool for TYPO3.

2052.7k1](/packages/in2code-lux)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
