HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/Referrers/templates/_actionTooltip.twig

{{ 'Referrers_ConversionAttribution'|translate }}
{% if action.referrerType == 'website' %}
{{ 'Referrers_ColumnWebsite'|translate }}: {{ action.referrerName|rawSafeDecoded }}
{% endif %}
{% if action.referrerType == 'campaign' %}
{{ 'Referrers_ColumnCampaign'|translate }}: {{ action.referrerName|rawSafeDecoded }}
{%- if action.referrerKeyword is not empty %} - {{ action.referrerKeyword }}{% endif %}
{% endif %}
{% if action.referrerType == 'social' %}
{{ 'Referrers_ColumnSocial'|translate }}: {{ action.referrerName|rawSafeDecoded }}
{% endif %}
{% if action.referrerType == 'search' %}
{%- set keywordNotDefined = 'General_NotDefined'|translate('General_ColumnKeyword'|translate) -%}
{%- set showKeyword = action.referrerKeyword is not empty and action.referrerKeyword != keywordNotDefined -%}
{{ 'Referrers_ColumnSearchEngine'|translate }}: {{ action.referrerName|rawSafeDecoded }}
{%- if showKeyword %}, {{ 'Referrers_Keywords'|translate }}: "{{ action.referrerKeyword|rawSafeDecoded }}"{% endif %}
{% endif %}
{% if action.referrerType == 'direct' %}{{ 'Referrers_DirectEntry'|translate }}{% endif %}