tentapress/marketing

Maintainers

Package info

github.com/tentaplane/plugin-marketing

pkg:composer/tentapress/marketing

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.1 2026-03-19 21:17 UTC

This package is auto-updated.

Last update: 2026-03-19 21:21:31 UTC


README

Analytics providers, consent-managed script injection, and marketing runtime output for TentaPress.

Plugin Details

Field Value
ID tentapress/marketing
Version 0.2.0
Provider TentaPress\Marketing\MarketingServiceProvider

Features

  • Google Analytics 4, Plausible, Umami, and Rybbit provider support
  • Custom script slots for head, body-open, and body-close
  • Built-in consent banner and preferences flow
  • Consent-gated analytics output via a single runtime manager
  • Admin settings screen for providers, consent copy, and script slots

Theme Integration

Include the shared partials in public layouts:

@include('tentapress-marketing::head')
@include('tentapress-marketing::body-open')
@include('tentapress-marketing::body-close')
@include('tentapress-marketing::consent')

head belongs inside <head>. body-open belongs immediately after <body>. body-close and consent belong before </body>.

Trust Model

Custom scripts are stored in tp_settings and rendered raw. Treat them as trusted admin-managed code.

Development

php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/marketing