File: D:/web/matomo.circ/tmp/templates_c/42/4207122a017097892e3cf9c43087597b.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/promoBelowCampaigns.twig */
class __TwigTemplate_f6d7b5432c39c2664e6c2515956b4bfd 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/> <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/tracking-campaigns/"), "html", null, true);
yield "\">Campaign tracking</a> lets you measure the effectiveness of your marketing campaigns such as emails marketing, paid search, banner ads, affiliates links, etc.
Use the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 3
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://matomo.org/docs/tracking-campaigns/"), "html", null, true);
yield "\">URL Builder tool</a> to create your links with new URL campaign parameters.
";
// line 4
if ((isset($context["displayMarketingCampaignsReportingAd"]) || array_key_exists("displayMarketingCampaignsReportingAd", $context) ? $context["displayMarketingCampaignsReportingAd"] : (function () { throw new RuntimeError('Variable "displayMarketingCampaignsReportingAd" does not exist.', 4, $this->source); })())) {
// line 5
yield " <br/> Install our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://plugins.matomo.org/MarketingCampaignsReporting"), "html", null, true);
yield "\">Marketing Campaigns Reporting plugin</a> to get even more campaigns reports and new segments for up to five marketing channels (campaign, source, medium, keyword, content).
";
}
// line 7
yield " ";
if ((isset($context["multiChannelConversionAttributionAd"]) || array_key_exists("multiChannelConversionAttributionAd", $context) ? $context["multiChannelConversionAttributionAd"] : (function () { throw new RuntimeError('Variable "multiChannelConversionAttributionAd" does not exist.', 7, $this->source); })())) {
// line 8
yield " <br />
Discover how much each campaign truly contributes to your success by applying attribution models using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"";
// line 9
yield \Piwik\piwik_escape_filter($this->env, $this->env->getFilter('trackmatomolink')->getCallable()("https://plugins.matomo.org/MarketingCampaignsReporting"), "html", null, true);
yield "\">Multi Channel Conversion Attribution</a> premium feature.
";
}
// line 11
yield "</p>
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@ProfessionalServices/promoBelowCampaigns.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 68 => 11, 63 => 9, 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/> <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/docs/tracking-campaigns/'|trackmatomolink }}\">Campaign tracking</a> lets you measure the effectiveness of your marketing campaigns such as emails marketing, paid search, banner ads, affiliates links, etc.
Use the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://matomo.org/docs/tracking-campaigns/'|trackmatomolink }}\">URL Builder tool</a> to create your links with new URL campaign parameters.
{% if displayMarketingCampaignsReportingAd %}
<br/> Install our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://plugins.matomo.org/MarketingCampaignsReporting'|trackmatomolink }}\">Marketing Campaigns Reporting plugin</a> to get even more campaigns reports and new segments for up to five marketing channels (campaign, source, medium, keyword, content).
{% endif %}
{% if multiChannelConversionAttributionAd %}
<br />
Discover how much each campaign truly contributes to your success by applying attribution models using the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{{ 'https://plugins.matomo.org/MarketingCampaignsReporting'|trackmatomolink }}\">Multi Channel Conversion Attribution</a> premium feature.
{% endif %}
</p>
", "@ProfessionalServices/promoBelowCampaigns.twig", "D:\\web\\matomo.circ\\plugins\\ProfessionalServices\\templates\\promoBelowCampaigns.twig");
}
}