{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Ad pixels" %}{% endblock %} {% block content %}
{% blocktrans %}Manage every ad pixel on this event — Meta, TikTok, Google and Spotify — client-side and server-side (Conversions API). All firing is consent-gated: no marketing consent, no pixel loads and no conversion is sent.{% endblocktrans %}
{% if rows %}| {% trans "Platform" %} | {% trans "Label / ID" %} | {% trans "Client" %} | {% trans "Server (CAPI)" %} | {% trans "Fires on" %} | {% trans "Sent 30d" %} | {% trans "Skipped" %} | {% trans "Failed" %} | |
|---|---|---|---|---|---|---|---|---|
| {{ r.p.get_platform_display }} | {{ r.p.label|default:"—" }}{{ r.p.pixel_id|default:"(no id)" }} |
{% if r.p.client_enabled %}{% trans "on" %}{% else %}{% trans "off" %}{% endif %} | {% if r.p.server_enabled and r.p.capi_token %}{% trans "on" %}{% elif r.p.server_enabled %}{% trans "no token" %}{% else %}{% trans "off" %}{% endif %} | {{ r.p.fire_on }} | {{ r.sent }} | {{ r.skipped }} | {{ r.failed }} | {% trans "Edit" %} |
| {% trans "When" %} | {% trans "Pixel" %} | {% trans "Event" %} | {% trans "Outcome" %} | {% trans "Order" %} | {% trans "Detail" %} |
|---|---|---|---|---|---|
| {{ d.created|date:"d M H:i" }} | {{ d.pixel.get_platform_display }} | {{ d.fire_event }} | {% if d.outcome == "sent" %}sent{% elif d.outcome == "failed" %}failed {{ d.status_code }}{% else %}{{ d.detail }}{% endif %} | {{ d.order_code }} |
{{ d.detail|truncatechars:60 }} |