File: D:/web/matomo.circ/tmp/templates_c/bc/bcf048584361a1c1a120f69e7e074063.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @ProfessionalServices/promoBelowEvents.twig */
class __TwigTemplate_59660b91e1eb2a1104e4793c4dcaa1ee extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "<p style=\"margin-top:3em\" class=\" alert-info alert\">Did you know?
<br/>Using Events you can measure any user interaction and gain amazing insights into your audience. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 2
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/docs/event-tracking/"), "html", null, true);
yield "\">Learn more</a>.
<br/> To measure blocks of content such as image galleries, listings or ads: use <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 3
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://developer.matomo.org/guides/content-tracking"), "html", null, true);
yield "\">Content Tracking</a> and see exactly which content is viewed and clicked.
";
// line 4
if ((isset($context["displayCrashAnalyticsAd"]) || array_key_exists("displayCrashAnalyticsAd", $context) ? $context["displayCrashAnalyticsAd"] : (function () { throw new RuntimeError('Variable "displayCrashAnalyticsAd" does not exist.', 4, $this->source); })())) {
// line 5
yield " <br/>You can get advanced insights into how many errors are happening on your website using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://plugins.matomo.org/CrashAnalytics"), "html", null, true);
yield "\">Crash Analytics</a> premium feature.
";
}
// line 7
yield " ";
if ((isset($context["displayMediaAnalyticsAd"]) || array_key_exists("displayMediaAnalyticsAd", $context) ? $context["displayMediaAnalyticsAd"] : (function () { throw new RuntimeError('Variable "displayMediaAnalyticsAd" does not exist.', 7, $this->source); })())) {
// line 8
yield " <br/>When you publish videos or audios, <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/recommends/media-analytics-website"), "html", null, true);
yield "\">Media Analytics gives deep insights into your audience</a> and how they watch your videos or listens to your music.
";
}
// line 10
yield "</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoBelowEvents.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 66 => 10, 60 => 8, 57 => 7, 51 => 5, 49 => 4, 45 => 3, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("<p style=\"margin-top:3em\" class=\" alert-info alert\">Did you know?
<br/>Using Events you can measure any user interaction and gain amazing insights into your audience. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/docs/event-tracking/'|trackmatomolink }}\">Learn more</a>.
<br/> To measure blocks of content such as image galleries, listings or ads: use <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://developer.matomo.org/guides/content-tracking'|trackmatomolink }}\">Content Tracking</a> and see exactly which content is viewed and clicked.
{% if displayCrashAnalyticsAd %}
<br/>You can get advanced insights into how many errors are happening on your website using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://plugins.matomo.org/CrashAnalytics'|trackmatomolink }}\">Crash Analytics</a> premium feature.
{% endif %}
{% if displayMediaAnalyticsAd %}
<br/>When you publish videos or audios, <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/recommends/media-analytics-website'|trackmatomolink }}\">Media Analytics gives deep insights into your audience</a> and how they watch your videos or listens to your music.
{% endif %}
</p>
", "@ProfessionalServices/promoBelowEvents.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoBelowEvents.twig");
}
}